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: {}