helm: replace image tag to v3.4.0 from canary for the release

Signed-off-by: Humble Chirammal <hchiramm@redhat.com>
This commit is contained in:
Humble Chirammal 2021-07-26 16:37:11 +05:30 committed by mergify[bot]
parent 03ab0738a4
commit 61aab6ddb5
4 changed files with 6 additions and 6 deletions

View File

@ -1,10 +1,10 @@
--- ---
apiVersion: v1 apiVersion: v1
appVersion: canary appVersion: v3.4.0
description: "Container Storage Interface (CSI) driver, description: "Container Storage Interface (CSI) driver,
provisioner, snapshotter and attacher for Ceph cephfs" provisioner, snapshotter and attacher for Ceph cephfs"
name: ceph-csi-cephfs name: ceph-csi-cephfs
version: 1.3.0-canary version: 3.4.0-canary
keywords: keywords:
- ceph - ceph
- cephfs - cephfs

View File

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

View File

@ -1,10 +1,10 @@
--- ---
apiVersion: v1 apiVersion: v1
appVersion: canary appVersion: v3.4.0
description: "Container Storage Interface (CSI) driver, description: "Container Storage Interface (CSI) driver,
provisioner, snapshotter, and attacher for Ceph RBD" provisioner, snapshotter, and attacher for Ceph RBD"
name: ceph-csi-rbd name: ceph-csi-rbd
version: 1.3.0-canary version: 3.4.0-canary
keywords: keywords:
- ceph - ceph
- rbd - rbd

View File

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