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

Updated nightly versions to CSM 1.12 image tags #768

Merged
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ For any CSM Operator and driver issues, questions or feedback, join the [Dell Te
Dell Container Storage Modules Operator has been tested and qualified with

* Upstream Kubernetes cluster v1.29, v1.30, v1.31
* OpenShift Clusters 4.16, 4.17 with RHEL 8.x & RHCOS worker nodes
* OpenShift Clusters 4.16, 4.17 with RHEL 9.x & RHCOS worker nodes

## Installation

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ metadata:
"spec": {
"client": {
"common": {
"image": "dellemc/connectivity-client-docker-k8s:1.19.0",
"image": "docker.io/dellemc/connectivity-client-docker-k8s:1.19.0",
anandrajak1 marked this conversation as resolved.
Show resolved Hide resolved
"imagePullPolicy": "IfNotPresent",
"name": "connectivity-client-docker-k8s"
},
Expand All @@ -24,7 +24,7 @@ metadata:
"forceRemoveClient": true,
"initContainers": [
{
"image": "dellemc/connectivity-client-docker-k8s:1.19.0",
"image": "docker.io/dellemc/connectivity-client-docker-k8s:1.19.0",
"imagePullPolicy": "IfNotPresent",
"name": "connectivity-client-init"
}
Expand All @@ -36,7 +36,7 @@ metadata:
"name": "kubernetes-proxy"
},
{
"image": "dellemc/connectivity-cert-persister-k8s:0.11.0",
"image": "docker.io/dellemc/connectivity-cert-persister-k8s:0.11.0",
"imagePullPolicy": "IfNotPresent",
"name": "cert-persister"
}
Expand Down Expand Up @@ -5158,7 +5158,7 @@ spec:
- email: [email protected]
name: Dell Container Storage Modules
maturity: stable
minKubeVersion: 1.28.0
minKubeVersion: 1.24.0
hoppea2 marked this conversation as resolved.
Show resolved Hide resolved
provider:
name: Dell Technologies
url: https://github.com/dell/csm-operator
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2441,7 +2441,7 @@ spec:
- email: [email protected]
name: Dell Container Storage Modules
maturity: stable
minKubeVersion: 1.28.0
minKubeVersion: 1.24.0
hoppea2 marked this conversation as resolved.
Show resolved Hide resolved
provider:
name: Dell Technologies
url: https://github.com/dell/csm-operator
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ spec:
- name: socket-dir
mountPath: /var/run/csi
- name: driver
image: quay.io/dell/container-storage-modules/csi-vxflexos:nightly # TODO: This should be changed to v2.12.0 once the image is released
image: quay.io/dell/container-storage-modules/csi-vxflexos:v2.12.0
imagePullPolicy: Always
command: ["/csi-vxflexos.sh"]
args:
Expand Down
2 changes: 1 addition & 1 deletion operatorconfig/driverconfig/powerflex/v2.12.0/node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ spec:
allowPrivilegeEscalation: true
capabilities:
add: ["SYS_ADMIN"]
image: quay.io/dell/container-storage-modules/csi-vxflexos:nightly # TODO: This should be changed to v2.12.0 once the image is released
image: quay.io/dell/container-storage-modules/csi-vxflexos:v2.12.0
imagePullPolicy: Always
command: ["/csi-vxflexos.sh"]
args:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ spec:
- name: socket-dir
mountPath: /var/run/csi
- name: driver
image: quay.io/dell/container-storage-modules/csi-powermax:nightly # TODO: This should be changed to v2.12.0 once the image is released
image: quay.io/dell/container-storage-modules/csi-powermax:v2.12.0
imagePullPolicy: Always
command: ["/csi-powermax.sh"]
env:
Expand Down
2 changes: 1 addition & 1 deletion operatorconfig/driverconfig/powermax/v2.12.0/node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ spec:
capabilities:
add: ["SYS_ADMIN"]
allowPrivilegeEscalation: true
image: quay.io/dell/container-storage-modules/csi-powermax:nightly # TODO: This should be changed to v2.12.0 once the image is released
image: quay.io/dell/container-storage-modules/csi-powermax:v2.12.0
imagePullPolicy: Always
env:
- name: X_CSI_POWERMAX_DRIVER_NAME
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ spec:
- name: socket-dir
mountPath: /var/run/csi
- name: csi-metadata-retriever
image: quay.io/dell/container-storage-modules/csi-metadata-retriever:nightly # TODO: This should be changed to v1.9.0 once the image is released
image: quay.io/dell/container-storage-modules/csi-metadata-retriever:v1.9.0
imagePullPolicy: Always
args:
- "--csi-address=$(ADDRESS)"
Expand All @@ -258,7 +258,7 @@ spec:
- name: socket-dir
mountPath: /var/run/csi
- name: driver
image: quay.io/dell/container-storage-modules/csi-isilon:nightly # TODO: This should be changed to v2.12.0 once the image is released
image: quay.io/dell/container-storage-modules/csi-isilon:v2.12.0
imagePullPolicy: Always
command: ["/csi-isilon"]
args:
Expand Down
2 changes: 1 addition & 1 deletion operatorconfig/driverconfig/powerscale/v2.12.0/node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ spec:
capabilities:
add: ["SYS_ADMIN"]
allowPrivilegeEscalation: true
image: quay.io/dell/container-storage-modules/csi-isilon:nightly # TODO: This should be changed to v2.12.0 once the image is released
image: quay.io/dell/container-storage-modules/csi-isilon:v2.12.0
imagePullPolicy: Always
env:
- name: CSI_ENDPOINT
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ spec:
- name: socket-dir
mountPath: /var/run/csi
- name: driver
image: quay.io/dell/container-storage-modules/csi-powerstore:nightly # TODO: This should be changed to v2.12.0 once the image is released
image: quay.io/dell/container-storage-modules/csi-powerstore:v2.12.0
imagePullPolicy: Always
command: ["/csi-powerstore"]
args:
Expand Down
2 changes: 1 addition & 1 deletion operatorconfig/driverconfig/powerstore/v2.12.0/node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ spec:
capabilities:
add: ["SYS_ADMIN"]
allowPrivilegeEscalation: true
image: quay.io/dell/container-storage-modules/csi-powerstore:nightly # TODO: This should be changed to v2.12.0 once the image is released
image: quay.io/dell/container-storage-modules/csi-powerstore:v2.12.0
imagePullPolicy: Always
command: ["/csi-powerstore"]
args:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ spec:
- name: socket-dir
mountPath: /var/run/csi
- name: driver
image: quay.io/dell/container-storage-modules/csi-unity:nightly # TODO: This should be changed to v2.12.0 once the image is released
image: quay.io/dell/container-storage-modules/csi-unity:v2.12.0
args:
- "--driver-name=csi-unity.dellemc.com"
- "--driver-config=/unity-config/driver-config-params.yaml"
Expand Down
2 changes: 1 addition & 1 deletion operatorconfig/driverconfig/unity/v2.12.0/node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ spec:
capabilities:
add: ["SYS_ADMIN"]
allowPrivilegeEscalation: true
image: quay.io/dell/container-storage-modules/csi-unity:nightly # TODO: This should be changed to v2.12.0 once the image is released
image: quay.io/dell/container-storage-modules/csi-unity:v2.12.0
imagePullPolicy: Always
args:
- "--driver-name=csi-unity.dellemc.com"
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:v1-nightly # TODO: Change this image to latest released version once it is released
image: quay.io/dell/container-storage-modules/csm-authorization-sidecar:v1.12.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 # TODO: Change this image to latest released version once it is released
image: quay.io/dell/container-storage-modules/csm-authorization-sidecar:v2.0.0
env:
- name: PROXY_HOST
value: ""
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: reverseproxy
image: quay.io/dell/container-storage-modules/csipowermax-reverseproxy:nightly # TODO: change this image to v2.11.0 once it is released
image: quay.io/dell/container-storage-modules/csipowermax-reverseproxy:v2.11.0
imagePullPolicy: Always
env:
- name: X_CSI_REVPROXY_CONFIG_DIR
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ spec:
serviceAccount: karavi-metrics-powerflex-controller
containers:
- name: karavi-metrics-powerflex
image: quay.io/dell/container-storage-modules/csm-metrics-powerflex:nightly # TODO: change this image to v2.12.0 once it is released
image: quay.io/dell/container-storage-modules/csm-metrics-powerflex:v1.10.0
resources: {}
env:
- name: POWERFLEX_METRICS_ENDPOINT
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ spec:
serviceAccountName: karavi-metrics-powermax-controller
containers:
- name: karavi-metrics-powermax
image: quay.io/dell/container-storage-modules/csm-metrics-powermax:nightly # TODO: Change this image to latest released version once it is released
image: quay.io/dell/container-storage-modules/csm-metrics-powermax:v1.5.0
resources: {}
env:
- name: POWERMAX_METRICS_ENDPOINT
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ spec:
serviceAccount: karavi-metrics-powerscale-controller
containers:
- name: karavi-metrics-powerscale
image: quay.io/dell/container-storage-modules/csm-metrics-powerscale:nightly # TODO: Change this image to latest released version once it is released
image: quay.io/dell/container-storage-modules/csm-metrics-powerscale:v1.7.0
resources: {}
env:
- name: POWERSCALE_METRICS_ENDPOINT
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ spec:
serviceAccount: karavi-observability-topology-controller
containers:
- name: karavi-topology
image: quay.io/dell/container-storage-modules/csm-topology:nightly # TODO: Change this image to latest released version once it is released
image: quay.io/dell/container-storage-modules/csm-topology:v1.10.0
resources: {}
env:
- name: PORT
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: dell-csi-replicator
image: quay.io/dell/container-storage-modules/dell-csi-replicator:nightly # TODO: Change this image to latest released version once it is released
image: quay.io/dell/container-storage-modules/dell-csi-replicator:v1.10.0
imagePullPolicy: Always
args:
- "--csi-address=$(ADDRESS)"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,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 # TODO: Change this image to latest released version once it is released
image: quay.io/dell/container-storage-modules/dell-replication-controller:v1.10.0
imagePullPolicy: Always
JacobGros marked this conversation as resolved.
Show resolved Hide resolved
name: manager
resources:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#
#
name: podmon
image: quay.io/dell/container-storage-modules/podmon:nightly # TODO: Change this image to latest released version once it is released
image: quay.io/dell/container-storage-modules/podmon:v1.11.0
imagePullPolicy: Always
args:
- "--labelvalue=csi-vxflexos"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#
#
name: podmon
image: quay.io/dell/container-storage-modules/podmon:nightly # TODO: Change this image to latest released version once it is released
image: quay.io/dell/container-storage-modules/podmon:v1.11.0
imagePullPolicy: Always
securityContext:
privileged: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#
#
name: podmon
image: quay.io/dell/container-storage-modules/podmon:nightly # TODO: Change this image to latest released version once it is released
image: quay.io/dell/container-storage-modules/podmon:v1.11.0
imagePullPolicy: Always
args:
- "--labelvalue=csi-powermax"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ securityContext:
capabilities:
add: ["SYS_ADMIN"]
allowPrivilegeEscalation: true
image: quay.io/dell/container-storage-modules/podmon:nightly # TODO: Change this image to latest released version once it is released
image: quay.io/dell/container-storage-modules/podmon:v1.11.0
imagePullPolicy: Always
args:
- "--labelvalue=csi-powermax"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#
#
name: podmon
image: quay.io/dell/container-storage-modules/podmon:nightly # TODO: Change this image to latest released version once it is released
image: quay.io/dell/container-storage-modules/podmon:v1.11.0
imagePullPolicy: Always
args:
- "--labelvalue=csi-isilon"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#
#
name: podmon
image: quay.io/dell/container-storage-modules/podmon:nightly # TODO: Change this image to latest released version once it is released
image: quay.io/dell/container-storage-modules/podmon:v1.11.0
imagePullPolicy: Always
securityContext:
privileged: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#
#
name: podmon
image: quay.io/dell/container-storage-modules/podmon:nightly # TODO: Change this image to latest released version once it is released
image: quay.io/dell/container-storage-modules/podmon:v1.11.0
imagePullPolicy: Always
args:
- "--labelvalue=csi-powerstore"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ securityContext:
capabilities:
add: ["SYS_ADMIN"]
allowPrivilegeEscalation: true
image: quay.io/dell/container-storage-modules/podmon:nightly # TODO: Change this image to latest released version once it is released
image: quay.io/dell/container-storage-modules/podmon:v1.11.0
imagePullPolicy: Always
args:
- "--labelvalue=csi-powerstore"
Expand Down
Loading