Skip to content

Commit

Permalink
add variable to set CSI chart version (#503)
Browse files Browse the repository at this point in the history
  • Loading branch information
amold1 committed Sep 6, 2024
1 parent a6ff16b commit 1d32b8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/addons/csi-driver-linode/linode-csi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ spec:
repoURL: https://linode.github.io/linode-blockstorage-csi-driver/
chartName: linode-blockstorage-csi-driver
namespace: kube-system
version: v0.7.0
version: ${LINODE_CSI_VERSION:=v0.8.4}
options:
waitForJobs: true
wait: true
Expand Down

0 comments on commit 1d32b8e

Please sign in to comment.