From c805c587c440b68f20775804667b3aa73147110f Mon Sep 17 00:00:00 2001 From: Farnaz Babaeian Date: Mon, 8 Apr 2024 12:34:15 +0200 Subject: [PATCH] Upgrade to latest version --- charts/cloudstack-csi/values.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/cloudstack-csi/values.yaml b/charts/cloudstack-csi/values.yaml index edb2f40..49b73d8 100644 --- a/charts/cloudstack-csi/values.yaml +++ b/charts/cloudstack-csi/values.yaml @@ -45,7 +45,7 @@ controller: image: repository: ghcr.io/leaseweb/cloudstack-csi-driver pullPolicy: IfNotPresent - tag: 0.3.0 # defaults to .Chart.AppVersion + # tag: 0.4.1 # defaults to .Chart.AppVersion volumeMounts: - name: cacert mountPath: /etc/cacert @@ -106,7 +106,7 @@ node: image: repository: ghcr.io/leaseweb/cloudstack-csi-driver pullPolicy: IfNotPresent - tag: 0.3.0 # defaults to .Chart.AppVersion + # tag: 0.4.1 # defaults to .Chart.AppVersion resources: {} extraArgs: {} volumeMounts: @@ -149,7 +149,7 @@ syncer: # Job image image: repository: "ghcr.io/leaseweb/cloudstack-csi-sc-syncer" - tag: "0.3.0" # defaults to .Chart.AppVersion + # tag: "0.4.1" # defaults to .Chart.AppVersion imagePullPolicy: IfNotPresent extraArgs: {}