Skip to content
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

Merged
merged 7 commits into from
Jan 16, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -1202,7 +1202,7 @@ metadata:
"value": "10.xx.xx.xx,10.xx.xx.xx"
}
],
"image": "docker.io/dellemc/sdc:4.5.2.1",
"image": "quay.io/dell/storage/powerflex/sdc:4.5.2.1",
"imagePullPolicy": "IfNotPresent",
"name": "sdc"
}
Expand Down Expand Up @@ -1278,7 +1278,7 @@ metadata:
"value": "10.xx.xx.xx,10.xx.xx.xx"
}
],
"image": "docker.io/dellemc/sdc:4.5.2.1",
"image": "quay.io/dell/storage/powerflex/sdc:4.5.2.1",
"name": "sdc-monitor"
},
{
Expand Down Expand Up @@ -4359,7 +4359,7 @@ spec:
- name: RELATED_IMAGE_csi-vxflexos
value: quay.io/dell/container-storage-modules/csi-vxflexos:v2.13.0
- name: RELATED_IMAGE_sdc
value: docker.io/dellemc/sdc:4.5.2.1
value: quay.io/dell/storage/powerflex/sdc:4.5.2.1
- name: RELATED_IMAGE_karavi-authorization-proxy
value: quay.io/dell/container-storage-modules/csm-authorization-sidecar:v2.1.0
- name: RELATED_IMAGE_csm-authorization-proxy
Expand Down Expand Up @@ -4479,7 +4479,7 @@ spec:
name: csi-unity
- image: quay.io/dell/container-storage-modules/csi-vxflexos:v2.13.0
name: csi-vxflexos
- image: docker.io/dellemc/sdc:4.5.2.1
- image: quay.io/dell/storage/powerflex/sdc:4.5.2.1
name: sdc
- image: quay.io/dell/container-storage-modules/csm-authorization-sidecar:v2.1.0
name: karavi-authorization-proxy
Expand Down
2 changes: 1 addition & 1 deletion config/manager/manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ spec:
name: RELATED_IMAGE_csi-unity
- value: quay.io/dell/container-storage-modules/csi-vxflexos:v2.13.0
name: RELATED_IMAGE_csi-vxflexos
- value: docker.io/dellemc/sdc:4.5.2.1
- value: quay.io/dell/storage/powerflex/sdc:4.5.2.1
name: RELATED_IMAGE_sdc
- name: RELATED_IMAGE_karavi-authorization-proxy
value: quay.io/dell/container-storage-modules/csm-authorization-sidecar:v2.1.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1746,7 +1746,7 @@ spec:
name: csi-unity
- image: quay.io/dell/container-storage-modules/csi-vxflexos:v2.13.0
name: csi-vxflexos
- image: docker.io/dellemc/sdc:4.5.2.1
- image: quay.io/dell/storage/powerflex/sdc:4.5.2.1
name: sdc
- image: quay.io/dell/container-storage-modules/csm-authorization-sidecar:v2.1.0
name: karavi-authorization-proxy
Expand Down
4 changes: 2 additions & 2 deletions config/samples/storage_v1_csm_powerflex.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ spec:
# sdc-monitor is disabled by default, due to high CPU usage
- name: sdc-monitor
enabled: false
image: docker.io/dellemc/sdc:4.5.2.1
image: quay.io/dell/storage/powerflex/sdc:4.5.2.1
envs:
- name: HOST_PID
value: "1"
Expand Down Expand Up @@ -193,7 +193,7 @@ spec:
# operator: "Exists"
# effect: "NoSchedule"
initContainers:
- image: docker.io/dellemc/sdc:4.5.2.1
- image: quay.io/dell/storage/powerflex/sdc:4.5.2.1
imagePullPolicy: IfNotPresent
name: sdc
envs:
Expand Down
2 changes: 1 addition & 1 deletion deploy/operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1327,7 +1327,7 @@ spec:
- name: RELATED_IMAGE_csi-vxflexos
value: quay.io/dell/container-storage-modules/csi-vxflexos:v2.13.0
- name: RELATED_IMAGE_sdc
value: docker.io/dellemc/sdc:4.5.2.1
value: quay.io/dell/storage/powerflex/sdc:4.5.2.1
- name: RELATED_IMAGE_karavi-authorization-proxy
value: quay.io/dell/container-storage-modules/csm-authorization-sidecar:v2.1.0
- name: RELATED_IMAGE_csm-authorization-proxy
Expand Down
4 changes: 2 additions & 2 deletions operatorconfig/driverconfig/common/default.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ images:
# container.
externalhealthmonitorcontroller: registry.k8s.io/sig-storage/csi-external-health-monitor-controller:v0.14.0
# "images.sdcmonitor" defines the container images used to monitor sdc container
sdcmonitor: docker.io/dellemc/sdc:4.5.2.1
sdcmonitor: quay.io/dell/storage/powerflex/sdc:4.5.2.1
# "images.metadataretriever" defines the container images used for csi metadata retriever
metadataretriever: quay.io/dell/container-storage-modules/csi-metadata-retriever:v1.12.0
metadataretriever: quay.io/dell/container-storage-modules/csi-metadata-retriever:v1.10.0
2 changes: 1 addition & 1 deletion operatorconfig/driverconfig/common/k8s-1.28-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ images:
# container.
externalhealthmonitorcontroller: registry.k8s.io/sig-storage/csi-external-health-monitor-controller:v0.14.0
# "images.sdcmonitor" defines the container images used to monitor sdc container
sdcmonitor: dellemc/sdc:4.5.2.1
sdcmonitor: quay.io/dell/storage/powerflex/sdc:4.5.2.1
# "images.metadataretriever" defines the container images used for csi metadata retriever
metadataretriever: dellemc/csi-metadata-retriever:v1.8.0
2 changes: 1 addition & 1 deletion operatorconfig/driverconfig/common/k8s-1.29-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ images:
# container.
externalhealthmonitorcontroller: registry.k8s.io/sig-storage/csi-external-health-monitor-controller:v0.14.0
# "images.sdcmonitor" defines the container images used to monitor sdc container
sdcmonitor: dellemc/sdc:4.5.2.1
sdcmonitor: quay.io/dell/storage/powerflex/sdc:4.5.2.1
# "images.metadataretriever" defines the container images used for csi metadata retriever
metadataretriever: dellemc/csi-metadata-retriever:v1.8.0
2 changes: 1 addition & 1 deletion operatorconfig/driverconfig/common/k8s-1.30-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ images:
# container.
externalhealthmonitorcontroller: registry.k8s.io/sig-storage/csi-external-health-monitor-controller:v0.14.0
# "images.sdcmonitor" defines the container images used to monitor sdc container
sdcmonitor: dellemc/sdc:4.5.2.1
sdcmonitor: quay.io/dell/storage/powerflex/sdc:4.5.2.1
# "images.metadataretriever" defines the container images used for csi metadata retriever
metadataretriever: dellemc/csi-metadata-retriever:v1.8.0
2 changes: 1 addition & 1 deletion operatorconfig/driverconfig/common/k8s-1.31-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ images:
# container.
externalhealthmonitorcontroller: registry.k8s.io/sig-storage/csi-external-health-monitor-controller:v0.14.0
# "images.sdcmonitor" defines the container images used to monitor sdc container
sdcmonitor: dellemc/sdc:4.5.2.1
sdcmonitor: quay.io/dell/storage/powerflex/sdc:4.5.2.1
# "images.metadataretriever" defines the container images used for csi metadata retriever
metadataretriever: quay.io/dell/container-storage-modules/csi-metadata-retriever:v1.9.0
4 changes: 2 additions & 2 deletions operatorconfig/driverconfig/common/k8s-1.32-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ images:
# container.
externalhealthmonitorcontroller: registry.k8s.io/sig-storage/csi-external-health-monitor-controller:v0.14.0
# "images.sdcmonitor" defines the container images used to monitor sdc container
sdcmonitor: dellemc/sdc:4.5.2.1
sdcmonitor: quay.io/dell/storage/powerflex/sdc:4.5.2.1
# "images.metadataretriever" defines the container images used for csi metadata retriever
metadataretriever: quay.io/dell/container-storage-modules/csi-metadata-retriever:v1.12.0
metadataretriever: quay.io/dell/container-storage-modules/csi-metadata-retriever:v1.10.0
4 changes: 2 additions & 2 deletions operatorconfig/driverconfig/powerflex/v2.11.0/node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ spec:
- name: sdc-monitor
securityContext:
privileged: true
image: dellemc/sdc:4.5.2.1
image: quay.io/dell/storage/powerflex/sdc:4.5.2.1
imagePullPolicy: IfNotPresent
env:
- name: HOST_PID
Expand Down Expand Up @@ -190,7 +190,7 @@ spec:
- name: sdc
securityContext:
privileged: true
image: dellemc/sdc:4.5.2.1
image: quay.io/dell/storage/powerflex/sdc:4.5.2.1
imagePullPolicy: IfNotPresent
env:
- name: NODENAME
Expand Down
4 changes: 2 additions & 2 deletions operatorconfig/driverconfig/powerflex/v2.12.0/node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ spec:
- name: sdc-monitor
securityContext:
privileged: true
image: dellemc/sdc:4.5.2.1
image: quay.io/dell/storage/powerflex/sdc:4.5.2.1
imagePullPolicy: IfNotPresent
env:
- name: HOST_PID
Expand Down Expand Up @@ -196,7 +196,7 @@ spec:
- name: sdc
securityContext:
privileged: true
image: dellemc/sdc:4.5.2.1
image: quay.io/dell/storage/powerflex/sdc:4.5.2.1
imagePullPolicy: IfNotPresent
env:
- name: NODENAME
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -217,8 +217,8 @@ spec:
- name: socket-dir
mountPath: /var/run/csi
- name: driver
image: quay.io/dell/container-storage-modules/csi-vxflexos:nightly
imagePullPolicy: Always
image: quay.io/dell/container-storage-modules/csi-vxflexos:v2.13.0
imagePullPolicy: IfNotPresent
command: ["/csi-vxflexos.sh"]
args:
- "--array-config=/vxflexos-config/config"
Expand Down
12 changes: 6 additions & 6 deletions operatorconfig/driverconfig/powerflex/v2.13.0/node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,8 @@ spec:
allowPrivilegeEscalation: true
capabilities:
add: ["SYS_ADMIN"]
image: quay.io/dell/container-storage-modules/csi-vxflexos:nightly
imagePullPolicy: Always
image: quay.io/dell/container-storage-modules/csi-vxflexos:v2.13.0
imagePullPolicy: IfNotPresent
command: ["/csi-vxflexos.sh"]
args:
- "--array-config=/vxflexos-config/config"
Expand Down Expand Up @@ -171,7 +171,7 @@ spec:
- name: sdc-monitor
securityContext:
privileged: true
image: dellemc/sdc:4.5.2.1
image: quay.io/dell/storage/powerflex/sdc:4.5.2.1
imagePullPolicy: IfNotPresent
env:
- name: HOST_PID
Expand All @@ -197,8 +197,8 @@ spec:
mountPath: /host_opt_emc_path
initContainers:
- name: mdm-container
image: quay.io/dell/container-storage-modules/csi-vxflexos:nightly
imagePullPolicy: Always
image: quay.io/dell/container-storage-modules/csi-vxflexos:v2.13.0
imagePullPolicy: IfNotPresent
command: ["/csi-vxflexos.sh"]
args:
- "--array-config=/vxflexos-config/config"
Expand All @@ -223,7 +223,7 @@ spec:
- name: sdc
securityContext:
privileged: true
image: dellemc/sdc:4.5.2.1
image: quay.io/dell/storage/powerflex/sdc:4.5.2.1
imagePullPolicy: IfNotPresent
command:
- "/bin/sh"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -236,8 +236,8 @@ spec:
- name: socket-dir
mountPath: /var/run/csi
- name: driver
image: quay.io/dell/container-storage-modules/csi-powermax:nightly
imagePullPolicy: Always
image: quay.io/dell/container-storage-modules/csi-powermax:v2.13.0
imagePullPolicy: IfNotPresent
command: ["/csi-powermax.sh"]
env:
- name: X_CSI_POWERMAX_DRIVER_NAME
Expand Down
4 changes: 2 additions & 2 deletions operatorconfig/driverconfig/powermax/v2.13.0/node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@ spec:
capabilities:
add: ["SYS_ADMIN"]
allowPrivilegeEscalation: true
image: quay.io/dell/container-storage-modules/csi-powermax:nightly
imagePullPolicy: Always
image: quay.io/dell/container-storage-modules/csi-powermax:v2.13.0
imagePullPolicy: IfNotPresent
env:
- name: X_CSI_POWERMAX_DRIVER_NAME
value: csi-powermax.dellemc.com
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -239,8 +239,8 @@ spec:
- name: socket-dir
mountPath: /var/run/csi
- name: csi-metadata-retriever
image: quay.io/dell/container-storage-modules/csi-metadata-retriever:nightly
imagePullPolicy: Always
image: quay.io/dell/container-storage-modules/csi-metadata-retriever:v1.10.0
imagePullPolicy: IfNotPresent
args:
- "--csi-address=$(ADDRESS)"
- "--timeout=120s"
Expand All @@ -259,8 +259,8 @@ spec:
- name: socket-dir
mountPath: /var/run/csi
- name: driver
image: quay.io/dell/container-storage-modules/csi-isilon:nightly
imagePullPolicy: Always
image: quay.io/dell/container-storage-modules/csi-isilon:v2.13.0
imagePullPolicy: IfNotPresent
command: ["/csi-isilon"]
args:
- "--driver-config-params=/csi-isilon-config-params/driver-config-params.yaml"
Expand Down
4 changes: 2 additions & 2 deletions operatorconfig/driverconfig/powerscale/v2.13.0/node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@ spec:
capabilities:
add: ["SYS_ADMIN"]
allowPrivilegeEscalation: true
image: quay.io/dell/container-storage-modules/csi-isilon:nightly
imagePullPolicy: Always
image: quay.io/dell/container-storage-modules/csi-isilon:v2.13.0
imagePullPolicy: IfNotPresent
env:
- name: CSI_ENDPOINT
value: <KUBELET_CONFIG_DIR>/plugins/csi-isilon/csi_sock
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -226,8 +226,8 @@ spec:
- name: socket-dir
mountPath: /var/run/csi
- name: driver
image: quay.io/dell/container-storage-modules/csi-powerstore:nightly
anandrajak1 marked this conversation as resolved.
Show resolved Hide resolved
imagePullPolicy: Always
image: quay.io/dell/container-storage-modules/csi-powerstore:v2.13.0
imagePullPolicy: IfNotPresent
command: ["/csi-powerstore"]
args:
- "--array-config=/powerstore-config/config"
Expand Down
4 changes: 2 additions & 2 deletions operatorconfig/driverconfig/powerstore/v2.13.0/node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,8 @@ spec:
capabilities:
add: ["SYS_ADMIN"]
allowPrivilegeEscalation: true
image: quay.io/dell/container-storage-modules/csi-powerstore:nightly
imagePullPolicy: Always
image: quay.io/dell/container-storage-modules/csi-powerstore:v2.13.0
imagePullPolicy: IfNotPresent
command: ["/csi-powerstore"]
args:
- "--array-config=/powerstore-config/config"
Expand Down
4 changes: 2 additions & 2 deletions operatorconfig/driverconfig/unity/v2.13.0/controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -214,12 +214,12 @@ spec:
- name: socket-dir
mountPath: /var/run/csi
- name: driver
image: quay.io/dell/container-storage-modules/csi-unity:nightly
anandrajak1 marked this conversation as resolved.
Show resolved Hide resolved
image: quay.io/dell/container-storage-modules/csi-unity:v2.13.0
args:
- "--driver-name=csi-unity.dellemc.com"
- "--driver-config=/unity-config/driver-config-params.yaml"
- "--driver-secret=/unity-secret/config"
imagePullPolicy: Always
imagePullPolicy: IfNotPresent
env:
- name: CSI_ENDPOINT
value: /var/run/csi/csi.sock
Expand Down
4 changes: 2 additions & 2 deletions operatorconfig/driverconfig/unity/v2.13.0/node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@ spec:
capabilities:
add: ["SYS_ADMIN"]
allowPrivilegeEscalation: true
image: quay.io/dell/container-storage-modules/csi-unity:nightly
imagePullPolicy: Always
image: quay.io/dell/container-storage-modules/csi-unity:v2.13.0
imagePullPolicy: IfNotPresent
args:
- "--driver-name=csi-unity.dellemc.com"
- "--driver-config=/unity-config/driver-config-params.yaml"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: karavi-authorization-proxy
imagePullPolicy: Always
image: quay.io/dell/container-storage-modules/csm-authorization-sidecar:nightly
anandrajak1 marked this conversation as resolved.
Show resolved Hide resolved
imagePullPolicy: IfNotPresent
image: quay.io/dell/container-storage-modules/csm-authorization-sidecar:v1.13.0
env:
- name: PROXY_HOST
value: ""
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: karavi-authorization-proxy
imagePullPolicy: Always
image: quay.io/dell/container-storage-modules/csm-authorization-sidecar:nightly
imagePullPolicy: IfNotPresent
image: quay.io/dell/container-storage-modules/csm-authorization-sidecar:v2.1.0
env:
anandrajak1 marked this conversation as resolved.
Show resolved Hide resolved
- name: PROXY_HOST
value: ""
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: reverseproxy
image: quay.io/dell/container-storage-modules/csipowermax-reverseproxy:nightly
imagePullPolicy: Always
image: quay.io/dell/container-storage-modules/csipowermax-reverseproxy:v2.12.0
imagePullPolicy: IfNotPresent
env:
- name: X_CSI_REVPROXY_CONFIG_DIR
value: /etc/config/configmap
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: dell-csi-replicator
image: quay.io/dell/container-storage-modules/dell-csi-replicator:nightly
imagePullPolicy: Always
image: quay.io/dell/container-storage-modules/dell-csi-replicator:v1.11.0
imagePullPolicy: IfNotPresent
args:
- "--csi-address=$(ADDRESS)"
- "--leader-election=true"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -272,8 +272,8 @@ spec:
value: /app/certs
- name: X_CSI_REPLICATION_CONFIG_FILE_NAME
value: config
image: quay.io/dell/container-storage-modules/dell-replication-controller:nightly
imagePullPolicy: Always
image: quay.io/dell/container-storage-modules/dell-replication-controller:v1.11.0
imagePullPolicy: IfNotPresent
name: manager
resources:
requests:
Expand Down
4 changes: 2 additions & 2 deletions pkg/modules/testdata/cr_powerflex_observability.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ spec:
# sdc-monitor is disabled by default, due to high CPU usage
- name: sdc-monitor
enabled: false
image: dellemc/sdc:4.5.2.1
image: quay.io/dell/storage/powerflex/sdc:4.5.2.1
envs:
- name: HOST_PID
value: "1"
Expand Down Expand Up @@ -115,7 +115,7 @@ spec:
# operator: "Exists"
# effect: "NoSchedule"
initContainers:
- image: dellemc/sdc:4.5.2.1
- image: quay.io/dell/storage/powerflex/sdc:4.5.2.1
imagePullPolicy: IfNotPresent
name: sdc
envs:
Expand Down
2 changes: 1 addition & 1 deletion pkg/modules/testdata/cr_powerstore_resiliency.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ spec:
imagePullPolicy: IfNotPresent
modules:
- name: resiliency
configVersion: "v1.11.0"
configVersion: "v1.12.0"
Copy link
Contributor

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.

Copy link
Contributor

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

enabled: true
components:
- name: podmon-controller
Expand Down
Loading
Loading