Skip to content

Commit

Permalink
Further updates
Browse files Browse the repository at this point in the history
  • Loading branch information
santhoshatdell committed Jan 16, 2025
1 parent 7fcc224 commit 62fb02c
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions samples/storage_csm_powerflex_v2110.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ spec:
# sdc-monitor is disabled by default, due to high CPU usage
- name: sdc-monitor
enabled: false
image: docker.io/quay.io/dell/storage/powerflex/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 @@ -184,7 +184,7 @@ spec:
# operator: "Exists"
# effect: "NoSchedule"
initContainers:
- image: docker.io/quay.io/dell/storage/powerflex/sdc:4.5.2.1
- image: quay.io/dell/storage/powerflex/sdc:4.5.2.1
imagePullPolicy: IfNotPresent
name: sdc
envs:
Expand Down
4 changes: 2 additions & 2 deletions samples/storage_csm_powerflex_v2120.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ spec:
# sdc-monitor is disabled by default, due to high CPU usage
- name: sdc-monitor
enabled: false
image: docker.io/quay.io/dell/storage/powerflex/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 @@ -198,7 +198,7 @@ spec:
# operator: "Exists"
# effect: "NoSchedule"
initContainers:
- image: docker.io/quay.io/dell/storage/powerflex/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 samples/storage_csm_powerscale_v2130.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ spec:
- name: snapshotter
image: registry.k8s.io/sig-storage/csi-snapshotter:v8.2.0
- name: csi-metadata-retriever
image: quay.io/dell/container-storage-modules/csi-metadata-retriever:v1.9.0
image: quay.io/dell/container-storage-modules/csi-metadata-retriever:v1.10.0
# health monitor is disabled by default, refer to driver documentation before enabling it
# Default monitor-interval: 60s
- name: external-health-monitor
Expand Down
2 changes: 1 addition & 1 deletion tests/config/driverconfig/powerflex/v2.13.0/node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ spec:
mountPath: /rules.d
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
command: ["/csi-vxflexos.sh"]
args:
Expand Down
2 changes: 1 addition & 1 deletion tests/config/driverconfig/unity/v2.12.0/node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ spec:
capabilities:
add: ["SYS_ADMIN"]
allowPrivilegeEscalation: true
image: quay.io/dell/container-storage-modules/csi-unity:nightly
image: quay.io/dell/container-storage-modules/csi-unity:v2.12.0
imagePullPolicy: IfNotPresent
args:
- "--driver-name=csi-unity.dellemc.com"
Expand Down
2 changes: 1 addition & 1 deletion tests/config/driverconfig/unity/v2.13.0/node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ spec:
capabilities:
add: ["SYS_ADMIN"]
allowPrivilegeEscalation: true
image: quay.io/dell/container-storage-modules/csi-unity:nightly
image: quay.io/dell/container-storage-modules/csi-unity:v2.13.0
imagePullPolicy: IfNotPresent
args:
- "--driver-name=csi-unity.dellemc.com"
Expand Down

0 comments on commit 62fb02c

Please sign in to comment.