revert: revert changes done for 3.10.2 release

This reverts the template changes done for
3.10.2 release

Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
This commit is contained in:
Madhu Rajanna 2024-02-09 08:07:40 +01:00 committed by mergify[bot]
parent 2339301c18
commit 8e09311cdf
9 changed files with 15 additions and 15 deletions

View File

@ -9,7 +9,7 @@
# get proporly expanded.
#
# cephcsi image version
CSI_IMAGE_VERSION=v3.10.2
CSI_IMAGE_VERSION=v3.10-canary
# cephcsi upgrade version
CSI_UPGRADE_VERSION=v3.9.0

View File

@ -99,7 +99,7 @@ nodeplugin:
plugin:
image:
repository: quay.io/cephcsi/cephcsi
tag: v3.10.2
tag: v3.10-canary
pullPolicy: IfNotPresent
resources: {}

View File

@ -127,7 +127,7 @@ nodeplugin:
plugin:
image:
repository: quay.io/cephcsi/cephcsi
tag: v3.10.2
tag: v3.10-canary
pullPolicy: IfNotPresent
resources: {}

View File

@ -94,7 +94,7 @@ spec:
- name: socket-dir
mountPath: /csi
- name: csi-cephfsplugin
image: quay.io/cephcsi/cephcsi:v3.10.2
image: quay.io/cephcsi/cephcsi:v3.10-canary
args:
- "--nodeid=$(NODE_ID)"
- "--type=cephfs"
@ -142,7 +142,7 @@ spec:
- name: ceph-csi-encryption-kms-config
mountPath: /etc/ceph-csi-encryption-kms-config/
- name: liveness-prometheus
image: quay.io/cephcsi/cephcsi:v3.10.2
image: quay.io/cephcsi/cephcsi:v3.10-canary
args:
- "--type=liveness"
- "--endpoint=$(CSI_ENDPOINT)"

View File

@ -48,7 +48,7 @@ spec:
capabilities:
add: ["SYS_ADMIN"]
allowPrivilegeEscalation: true
image: quay.io/cephcsi/cephcsi:v3.10.2
image: quay.io/cephcsi/cephcsi:v3.10-canary
args:
- "--nodeid=$(NODE_ID)"
- "--type=cephfs"
@ -124,7 +124,7 @@ spec:
securityContext:
privileged: true
allowPrivilegeEscalation: true
image: quay.io/cephcsi/cephcsi:v3.10.2
image: quay.io/cephcsi/cephcsi:v3.10-canary
args:
- "--type=liveness"
- "--endpoint=$(CSI_ENDPOINT)"

View File

@ -88,7 +88,7 @@ spec:
- name: socket-dir
mountPath: /csi
- name: csi-nfsplugin
image: quay.io/cephcsi/cephcsi:v3.10.2
image: quay.io/cephcsi/cephcsi:v3.10-canary
args:
- "--nodeid=$(NODE_ID)"
- "--type=nfs"
@ -120,7 +120,7 @@ spec:
- name: keys-tmp-dir
mountPath: /tmp/csi/keys
- name: liveness-prometheus
image: quay.io/cephcsi/cephcsi:v3.10.2
image: quay.io/cephcsi/cephcsi:v3.10-canary
args:
- "--type=liveness"
- "--endpoint=$(CSI_ENDPOINT)"

View File

@ -48,7 +48,7 @@ spec:
capabilities:
add: ["SYS_ADMIN"]
allowPrivilegeEscalation: true
image: quay.io/cephcsi/cephcsi:v3.10.2
image: quay.io/cephcsi/cephcsi:v3.10-canary
args:
- "--nodeid=$(NODE_ID)"
- "--type=nfs"

View File

@ -116,7 +116,7 @@ spec:
- name: socket-dir
mountPath: /csi
- name: csi-rbdplugin
image: quay.io/cephcsi/cephcsi:v3.10.2
image: quay.io/cephcsi/cephcsi:v3.10-canary
args:
- "--nodeid=$(NODE_ID)"
- "--type=rbd"
@ -172,7 +172,7 @@ spec:
mountPath: /run/secrets/tokens
readOnly: true
- name: csi-rbdplugin-controller
image: quay.io/cephcsi/cephcsi:v3.10.2
image: quay.io/cephcsi/cephcsi:v3.10-canary
args:
- "--type=controller"
- "--v=5"
@ -193,7 +193,7 @@ spec:
- name: ceph-config
mountPath: /etc/ceph/
- name: liveness-prometheus
image: quay.io/cephcsi/cephcsi:v3.10.2
image: quay.io/cephcsi/cephcsi:v3.10-canary
args:
- "--type=liveness"
- "--endpoint=$(CSI_ENDPOINT)"

View File

@ -50,7 +50,7 @@ spec:
capabilities:
add: ["SYS_ADMIN"]
allowPrivilegeEscalation: true
image: quay.io/cephcsi/cephcsi:v3.10.2
image: quay.io/cephcsi/cephcsi:v3.10-canary
args:
- "--nodeid=$(NODE_ID)"
- "--pluginpath=/var/lib/kubelet/plugins"
@ -134,7 +134,7 @@ spec:
securityContext:
privileged: true
allowPrivilegeEscalation: true
image: quay.io/cephcsi/cephcsi:v3.10.2
image: quay.io/cephcsi/cephcsi:v3.10-canary
args:
- "--type=liveness"
- "--endpoint=$(CSI_ENDPOINT)"