Skip to content

Commit

Permalink
helm: update image tag for release 3.6 instead of canary
Browse files Browse the repository at this point in the history
This commit change the image tag for release v3.6 instead of
canary.

Signed-off-by: Humble Chirammal <[email protected]>
  • Loading branch information
humblec authored and mergify[bot] committed Apr 5, 2022
1 parent 85670ba commit eff3e9a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion charts/ceph-csi-cephfs/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ nodeplugin:
plugin:
image:
repository: quay.io/cephcsi/cephcsi
tag: canary
tag: v3.6.0
pullPolicy: IfNotPresent
resources: {}

Expand Down
2 changes: 1 addition & 1 deletion charts/ceph-csi-rbd/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ nodeplugin:
plugin:
image:
repository: quay.io/cephcsi/cephcsi
tag: canary
tag: v3.6.0
pullPolicy: IfNotPresent
resources: {}

Expand Down
2 changes: 1 addition & 1 deletion deploy/cephfs/kubernetes/csi-cephfsplugin-provisioner.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ spec:
- name: socket-dir
mountPath: /csi
- name: csi-cephfsplugin
# for stable functionality replace v3.6.0 with latest release version
# for stable functionality replace canary with latest release version
image: quay.io/cephcsi/cephcsi:v3.6.0
args:
- "--nodeid=$(NODE_ID)"
Expand Down
4 changes: 2 additions & 2 deletions deploy/rbd/kubernetes/csi-rbdplugin-provisioner.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ spec:
- name: socket-dir
mountPath: /csi
- name: csi-rbdplugin
# for stable functionality replace v3.6.0 with latest release version
# for stable functionality replace canary with latest release version
image: quay.io/cephcsi/cephcsi:v3.6.0
args:
- "--nodeid=$(NODE_ID)"
Expand Down Expand Up @@ -167,7 +167,7 @@ spec:
mountPath: /run/secrets/tokens
readOnly: true
- name: csi-rbdplugin-controller
# for stable functionality replace v3.6.0 with latest release version
# for stable functionality replace canary with latest release version
image: quay.io/cephcsi/cephcsi:v3.6.0
args:
- "--type=controller"
Expand Down

0 comments on commit eff3e9a

Please sign in to comment.