Skip to content

Commit 39efc02

Browse files
authored
update ccm and csi image (#873)
1 parent 7a88a2b commit 39efc02

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

templates/addons/csi-driver-linode/linode-csi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ spec:
99
repoURL: https://linode.github.io/linode-blockstorage-csi-driver/
1010
chartName: linode-blockstorage-csi-driver
1111
namespace: kube-system
12-
version: ${LINODE_CSI_VERSION:=v1.0.6}
12+
version: ${LINODE_CSI_VERSION:=v1.0.9}
1313
options:
1414
waitForJobs: true
1515
wait: true

templates/flavors/k3s/dual-stack/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ patches:
149149
secretRef:
150150
name: "linode-token-region"
151151
image:
152-
tag: v0.9.0
152+
tag: ${LINODE_CCM_VERSION:=v0.9.1}
153153
pullPolicy: IfNotPresent
154154
enableNodeIPAM: true
155155
tolerations:

templates/flavors/kubeadm/dual-stack/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ patches:
137137
secretRef:
138138
name: "linode-token-region"
139139
image:
140-
tag: v0.9.0
140+
tag: ${LINODE_CCM_VERSION:=v0.9.1}
141141
pullPolicy: IfNotPresent
142142
enableNodeIPAM: true
143143
tolerations:

0 commit comments

Comments
 (0)