Skip to content

Commit 11f56f3

Browse files
Update to latest helm chart
Signed-off-by: Jacob Weinstock <[email protected]>
1 parent 65613ff commit 11f56f3

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

capt/config.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ counts:
88
spares: 1
99
versions:
1010
capt: v0.6.5
11-
chart: v0.19.2
11+
chart: v0.20.1
1212
kube: v1.31.3
1313
os: 20.04
1414
kubevip: 0.9.1
@@ -19,6 +19,8 @@ chart:
1919
location: "oci://ghcr.io/tinkerbell/charts/tinkerbell"
2020
#location: "/home/tink/repos/tinkerbell/tinkerbell/helm/tinkerbell"
2121
extraVars:
22+
# - deployment.imagePullPolicy=Always
23+
- optional.hookos.downloadURL=https://github.com/tinkerbell/hook/releases/download/latest
2224
os:
2325
registry: ghcr.io/tinkerbell/cluster-api-provider-tinkerbell
2426
distro: ubuntu

stack/vagrant/.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ MACHINE1_IP=192.168.56.43
66
MACHINE1_MAC=08:00:27:9e:f5:3a
77

88
# https://github.com/tinkerbell/tinkerbell/pkgs/container/charts%2Ftinkerbell
9-
HELM_CHART_VERSION=v0.19.2
9+
HELM_CHART_VERSION=v0.20.1
1010
KUBECTL_VERSION=1.32.4
1111
K3D_VERSION=v5.8.3
1212
HELM_VERSION=v3.17.0

0 commit comments

Comments
 (0)