mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-09 16:00:22 +00:00
revert: revert template changes done for v3.8.1 release
This commit reverts the changes made for 3.8.1 release back to v3.8-canary. Signed-off-by: Rakshith R <rar@redhat.com>
This commit is contained in:
parent
fd10290fb8
commit
a9415f82e9
@ -9,7 +9,7 @@
|
||||
# get proporly expanded.
|
||||
#
|
||||
# cephcsi image version
|
||||
CSI_IMAGE_VERSION=v3.8.1
|
||||
CSI_IMAGE_VERSION=v3.8-canary
|
||||
|
||||
# cephcsi upgrade version
|
||||
CSI_UPGRADE_VERSION=v3.7.2
|
||||
|
@ -94,7 +94,7 @@ nodeplugin:
|
||||
plugin:
|
||||
image:
|
||||
repository: quay.io/cephcsi/cephcsi
|
||||
tag: v3.8.1
|
||||
tag: v3.8-canary
|
||||
pullPolicy: IfNotPresent
|
||||
resources: {}
|
||||
|
||||
|
@ -117,7 +117,7 @@ nodeplugin:
|
||||
plugin:
|
||||
image:
|
||||
repository: quay.io/cephcsi/cephcsi
|
||||
tag: v3.8.1
|
||||
tag: v3.8-canary
|
||||
pullPolicy: IfNotPresent
|
||||
resources: {}
|
||||
|
||||
|
@ -95,7 +95,7 @@ spec:
|
||||
mountPath: /csi
|
||||
- name: csi-cephfsplugin
|
||||
# for stable functionality replace canary with latest release version
|
||||
image: quay.io/cephcsi/cephcsi:v3.8.1
|
||||
image: quay.io/cephcsi/cephcsi:v3.8-canary
|
||||
args:
|
||||
- "--nodeid=$(NODE_ID)"
|
||||
- "--type=cephfs"
|
||||
@ -143,7 +143,7 @@ spec:
|
||||
- name: ceph-csi-encryption-kms-config
|
||||
mountPath: /etc/ceph-csi-encryption-kms-config/
|
||||
- name: liveness-prometheus
|
||||
image: quay.io/cephcsi/cephcsi:v3.8.1
|
||||
image: quay.io/cephcsi/cephcsi:v3.8-canary
|
||||
args:
|
||||
- "--type=liveness"
|
||||
- "--endpoint=$(CSI_ENDPOINT)"
|
||||
|
@ -49,7 +49,7 @@ spec:
|
||||
add: ["SYS_ADMIN"]
|
||||
allowPrivilegeEscalation: true
|
||||
# for stable functionality replace canary with latest release version
|
||||
image: quay.io/cephcsi/cephcsi:v3.8.1
|
||||
image: quay.io/cephcsi/cephcsi:v3.8-canary
|
||||
args:
|
||||
- "--nodeid=$(NODE_ID)"
|
||||
- "--type=cephfs"
|
||||
@ -116,7 +116,7 @@ spec:
|
||||
securityContext:
|
||||
privileged: true
|
||||
allowPrivilegeEscalation: true
|
||||
image: quay.io/cephcsi/cephcsi:v3.8.1
|
||||
image: quay.io/cephcsi/cephcsi:v3.8-canary
|
||||
args:
|
||||
- "--type=liveness"
|
||||
- "--endpoint=$(CSI_ENDPOINT)"
|
||||
|
@ -88,7 +88,7 @@ spec:
|
||||
mountPath: /csi
|
||||
- name: csi-nfsplugin
|
||||
# for stable functionality replace canary with latest release version
|
||||
image: quay.io/cephcsi/cephcsi:v3.8.1
|
||||
image: quay.io/cephcsi/cephcsi:v3.8-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.8.1
|
||||
image: quay.io/cephcsi/cephcsi:v3.8-canary
|
||||
args:
|
||||
- "--type=liveness"
|
||||
- "--endpoint=$(CSI_ENDPOINT)"
|
||||
|
@ -49,7 +49,7 @@ spec:
|
||||
add: ["SYS_ADMIN"]
|
||||
allowPrivilegeEscalation: true
|
||||
# for stable functionality replace canary with latest release version
|
||||
image: quay.io/cephcsi/cephcsi:v3.8.1
|
||||
image: quay.io/cephcsi/cephcsi:v3.8-canary
|
||||
args:
|
||||
- "--nodeid=$(NODE_ID)"
|
||||
- "--type=nfs"
|
||||
|
@ -117,7 +117,7 @@ spec:
|
||||
mountPath: /csi
|
||||
- name: csi-rbdplugin
|
||||
# for stable functionality replace canary with latest release version
|
||||
image: quay.io/cephcsi/cephcsi:v3.8.1
|
||||
image: quay.io/cephcsi/cephcsi:v3.8-canary
|
||||
args:
|
||||
- "--nodeid=$(NODE_ID)"
|
||||
- "--type=rbd"
|
||||
@ -174,7 +174,7 @@ spec:
|
||||
readOnly: true
|
||||
- name: csi-rbdplugin-controller
|
||||
# for stable functionality replace canary with latest release version
|
||||
image: quay.io/cephcsi/cephcsi:v3.8.1
|
||||
image: quay.io/cephcsi/cephcsi:v3.8-canary
|
||||
args:
|
||||
- "--type=controller"
|
||||
- "--v=5"
|
||||
@ -195,7 +195,7 @@ spec:
|
||||
- name: ceph-config
|
||||
mountPath: /etc/ceph/
|
||||
- name: liveness-prometheus
|
||||
image: quay.io/cephcsi/cephcsi:v3.8.1
|
||||
image: quay.io/cephcsi/cephcsi:v3.8-canary
|
||||
args:
|
||||
- "--type=liveness"
|
||||
- "--endpoint=$(CSI_ENDPOINT)"
|
||||
|
@ -51,7 +51,7 @@ spec:
|
||||
add: ["SYS_ADMIN"]
|
||||
allowPrivilegeEscalation: true
|
||||
# for stable functionality replace canary with latest release version
|
||||
image: quay.io/cephcsi/cephcsi:v3.8.1
|
||||
image: quay.io/cephcsi/cephcsi:v3.8-canary
|
||||
args:
|
||||
- "--nodeid=$(NODE_ID)"
|
||||
- "--pluginpath=/var/lib/kubelet/plugins"
|
||||
@ -135,7 +135,7 @@ spec:
|
||||
securityContext:
|
||||
privileged: true
|
||||
allowPrivilegeEscalation: true
|
||||
image: quay.io/cephcsi/cephcsi:v3.8.1
|
||||
image: quay.io/cephcsi/cephcsi:v3.8-canary
|
||||
args:
|
||||
- "--type=liveness"
|
||||
- "--endpoint=$(CSI_ENDPOINT)"
|
||||
|
Loading…
Reference in New Issue
Block a user