diff --git a/capt/config.yaml b/capt/config.yaml index 71bf02b..03e061c 100644 --- a/capt/config.yaml +++ b/capt/config.yaml @@ -7,11 +7,11 @@ counts: workers: 1 spares: 1 versions: - capt: v0.5.3 - chart: 0.5.0 - kube: v1.29.4 + capt: v0.6.0 + chart: 0.6.0 + kube: v1.28.9 os: 20.04 - kubevip: 0.8.2 + kubevip: 0.8.7 capt: providerRepository: "https://github.com/tinkerbell/cluster-api-provider-tinkerbell/releases" #providerRepository: "/home/tink/repos/tinkerbell/cluster-api-provider-tinkerbell/out/release/infrastructure-tinkerbell" diff --git a/capt/tasks/Taskfile-create.yaml b/capt/tasks/Taskfile-create.yaml index 35fd706..ccaeb48 100644 --- a/capt/tasks/Taskfile-create.yaml +++ b/capt/tasks/Taskfile-create.yaml @@ -114,7 +114,7 @@ tasks: sh: yq eval '.chart.location' {{.STATE_FILE_FQ_PATH}} CHART_NAME: tink-stack cmds: - - KUBECONFIG="{{.KUBECONFIG}}" helm install {{.CHART_NAME}} {{.LOCATION}} --version "{{.STACK_CHART_VERSION}}" --create-namespace --namespace {{.NAMESPACE}} --wait --set "global.trustedProxies={"{{.TRUSTED_PROXIES}}"}" --set "global.publicIP={{.LB_IP}}" --set "rufio.image=quay.io/tinkerbell/rufio:latest" + - KUBECONFIG="{{.KUBECONFIG}}" helm install {{.CHART_NAME}} {{.LOCATION}} --version "{{.STACK_CHART_VERSION}}" --create-namespace --namespace {{.NAMESPACE}} --wait --set "global.trustedProxies={"{{.TRUSTED_PROXIES}}"}" --set "global.publicIP={{.LB_IP}}" status: - KUBECONFIG="{{.KUBECONFIG}}" helm list -n {{.NAMESPACE}} | grep -q {{.CHART_NAME}}