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:
196
196
install-cilium-in-wl-cluster : $(HELM )
197
197
# Deploy cilium
198
198
$(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 \
200
201
--namespace kube-system \
201
202
-f templates/cilium/cilium.yaml
202
203
Original file line number Diff line number Diff line change @@ -18,7 +18,8 @@ set -o errexit
18
18
set -o pipefail
19
19
set -x
20
20
21
- K8S_VERSION=v1.31.6
21
+ # See `crane ls ghcr.io/fluxcd/kindest/node` for available versions
22
+ K8S_VERSION=v1.31.5
22
23
23
24
REPO_ROOT=$( git rev-parse --show-toplevel)
24
25
cd " ${REPO_ROOT} " || exit 1
You can’t perform that action at this time.
0 commit comments