File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -196,7 +196,8 @@ wait-and-get-secret:
196196install-cilium-in-wl-cluster : $(HELM )
197197 # Deploy cilium
198198 $(HELM ) repo add cilium https://helm.cilium.io/
199- $(HELM ) repo update cilium \
199+ $(HELM ) repo update cilium
200+ KUBECONFIG=$(WORKER_CLUSTER_KUBECONFIG ) $(HELM ) upgrade --install cilium cilium/cilium \
200201 --namespace kube-system \
201202 -f templates/cilium/cilium.yaml
202203
Original file line number Diff line number Diff line change @@ -18,7 +18,8 @@ set -o errexit
1818set -o pipefail
1919set -x
2020
21- K8S_VERSION=v1.31.6
21+ # See `crane ls ghcr.io/fluxcd/kindest/node` for available versions
22+ K8S_VERSION=v1.31.5
2223
2324REPO_ROOT=$( git rev-parse --show-toplevel)
2425cd " ${REPO_ROOT} " || exit 1
You can’t perform that action at this time.
0 commit comments