Skip to content

Commit

Permalink
Update cilium.sh
Browse files Browse the repository at this point in the history
Signed-off-by: Emerson Connelly <[email protected]>
  • Loading branch information
emerconn authored Feb 14, 2025
1 parent c751980 commit e4cc5ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions k8s/flux/infra/network/cilium.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ helm repo update
helm upgrade \
cilium \
cilium/cilium \
--version 1.16.6 \
--version 1.17.1 \
--install \
--namespace kube-system \
--set ipam.mode=kubernetes \
Expand Down Expand Up @@ -42,4 +42,4 @@ helm upgrade \

# or

helm upgrade cilium cilium/cilium --namespace kube-system --version 1.16.6 --reuse-values
helm upgrade cilium cilium/cilium --namespace kube-system --version 1.17.1 --reuse-values

0 comments on commit e4cc5ae

Please sign in to comment.