Skip to content

Commit

Permalink
Upgrade to latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
Farnaz Babaeian committed Apr 8, 2024
1 parent 1bfe7b7 commit c805c58
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions charts/cloudstack-csi/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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: {}
Expand Down

0 comments on commit c805c58

Please sign in to comment.