-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CSM image version update from nightly to latest version #860
Conversation
@@ -91,7 +91,7 @@ spec: | |||
allowPrivilegeEscalation: true | |||
capabilities: | |||
add: ["SYS_ADMIN"] | |||
image: quay.io/dell/container-storage-modules/csi-vxflexos:nightly | |||
image: quay.io/dell/container-storage-modules/csi-vxflexos:v2.13.0 | |||
imagePullPolicy: Always |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should image pull policy be changed to IfNotPresent in operatorconfig?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes
@@ -217,7 +217,7 @@ spec: | |||
- name: socket-dir | |||
mountPath: /var/run/csi | |||
- name: driver | |||
image: quay.io/dell/container-storage-modules/csi-vxflexos:nightly | |||
image: quay.io/dell/container-storage-modules/csi-vxflexos:v2.13.0 | |||
imagePullPolicy: Always |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please change this to IfNotPresent
@@ -197,7 +197,7 @@ spec: | |||
mountPath: /host_opt_emc_path | |||
initContainers: | |||
- name: mdm-container | |||
image: quay.io/dell/container-storage-modules/csi-vxflexos:nightly | |||
image: quay.io/dell/container-storage-modules/csi-vxflexos:v2.13.0 | |||
imagePullPolicy: Always |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please change this to IfNotPresent
@@ -236,7 +236,7 @@ spec: | |||
- name: socket-dir | |||
mountPath: /var/run/csi | |||
- name: driver | |||
image: quay.io/dell/container-storage-modules/csi-powermax:nightly | |||
image: quay.io/dell/container-storage-modules/csi-powermax:v2.13.0 | |||
imagePullPolicy: Always |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please change this to IfNotPresent
@@ -90,7 +90,7 @@ spec: | |||
capabilities: | |||
add: ["SYS_ADMIN"] | |||
allowPrivilegeEscalation: true | |||
image: quay.io/dell/container-storage-modules/csi-powermax:nightly | |||
image: quay.io/dell/container-storage-modules/csi-powermax:v2.13.0 | |||
imagePullPolicy: Always |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please change this to IfNotPresent
@@ -239,7 +239,7 @@ spec: | |||
- name: socket-dir | |||
mountPath: /var/run/csi | |||
- name: csi-metadata-retriever | |||
image: quay.io/dell/container-storage-modules/csi-metadata-retriever:nightly | |||
image: quay.io/dell/container-storage-modules/csi-metadata-retriever:v2.13.0 | |||
imagePullPolicy: Always |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please change this to IfNotPresent
@@ -1,5 +1,5 @@ | |||
name: reverseproxy | |||
image: quay.io/dell/container-storage-modules/csipowermax-reverseproxy:nightly | |||
image: quay.io/dell/container-storage-modules/csipowermax-reverseproxy:v2.12.0 | |||
imagePullPolicy: Always |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please change this to IfNotPresent
@@ -1,5 +1,5 @@ | |||
name: dell-csi-replicator | |||
image: quay.io/dell/container-storage-modules/dell-csi-replicator:nightly | |||
image: quay.io/dell/container-storage-modules/dell-csi-replicator:v1.11.0 | |||
imagePullPolicy: Always |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please change this to IfNotPresent
@@ -272,7 +272,7 @@ spec: | |||
value: /app/certs | |||
- name: X_CSI_REPLICATION_CONFIG_FILE_NAME | |||
value: config | |||
image: quay.io/dell/container-storage-modules/dell-replication-controller:nightly | |||
image: quay.io/dell/container-storage-modules/dell-replication-controller:v1.11.0 | |||
imagePullPolicy: Always |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please change this to IfNotPresent
@@ -80,7 +80,7 @@ spec: | |||
capabilities: | |||
add: ["SYS_ADMIN"] | |||
allowPrivilegeEscalation: true | |||
image: quay.io/dell/container-storage-modules/csi-isilon:nightly | |||
image: quay.io/dell/container-storage-modules/csi-isilon:v2.13.0 | |||
imagePullPolicy: Always |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please change this to IfNotPresent
@@ -239,7 +239,7 @@ spec: | |||
- name: socket-dir | |||
mountPath: /var/run/csi | |||
- name: csi-metadata-retriever | |||
image: quay.io/dell/container-storage-modules/csi-metadata-retriever:nightly | |||
image: quay.io/dell/container-storage-modules/csi-metadata-retriever:v2.13.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this image does not exist, 1.10.0 is latest
https://quay.io/repository/dell/container-storage-modules/csi-metadata-retriever?tab=tags&tag=latest
* switch repo from docker to quay for sdc * fix metadata image and change pull policy
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approving from 1.13
configVersion: "v1.11.0" | ||
configVersion: "v1.12.0" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is Resiliency module a version behind the main release? I noticed that it's at v1.12.0 while most everything else is bumping to 1.13.0.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yup, looks like 1.12 is the latest; added here: https://quay.io/repository/dell/container-storage-modules/podmon?tab=tags
62fb02c
Approving for 1.13 release |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, approving to release 1.13
Description
Image versions are updated from nightly to the latest version in the operatorconfig
Note:
This PR has to be merged once all the images are released.
GitHub Issues
List the GitHub issues impacted by this PR:
Checklist:
How Has This Been Tested?
Please describe the tests that you ran to verify your changes. Please also list any relevant details for your test configuration