Skip to content

Commit c805c58

Browse files
committed
Upgrade to latest version
1 parent 1bfe7b7 commit c805c58

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

charts/cloudstack-csi/values.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ controller:
4545
image:
4646
repository: ghcr.io/leaseweb/cloudstack-csi-driver
4747
pullPolicy: IfNotPresent
48-
tag: 0.3.0 # defaults to .Chart.AppVersion
48+
# tag: 0.4.1 # defaults to .Chart.AppVersion
4949
volumeMounts:
5050
- name: cacert
5151
mountPath: /etc/cacert
@@ -106,7 +106,7 @@ node:
106106
image:
107107
repository: ghcr.io/leaseweb/cloudstack-csi-driver
108108
pullPolicy: IfNotPresent
109-
tag: 0.3.0 # defaults to .Chart.AppVersion
109+
# tag: 0.4.1 # defaults to .Chart.AppVersion
110110
resources: {}
111111
extraArgs: {}
112112
volumeMounts:
@@ -149,7 +149,7 @@ syncer:
149149
# Job image
150150
image:
151151
repository: "ghcr.io/leaseweb/cloudstack-csi-sc-syncer"
152-
tag: "0.3.0" # defaults to .Chart.AppVersion
152+
# tag: "0.4.1" # defaults to .Chart.AppVersion
153153
imagePullPolicy: IfNotPresent
154154

155155
extraArgs: {}

0 commit comments

Comments
 (0)