Skip to content

Commit

Permalink
upgrade cilium version
Browse files Browse the repository at this point in the history
  • Loading branch information
eljohnson92 committed May 16, 2024
1 parent 79d4dc4 commit bdb3211
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion templates/addons/cilium/cilium.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ spec:
repoURL: https://helm.cilium.io/
chartName: cilium
namespace: kube-system
version: ${CILIUM_VERSION:=1.15.0}
version: ${CILIUM_VERSION:=1.15.4}
options:
waitForJobs: true
wait: true
Expand Down
2 changes: 1 addition & 1 deletion templates/flavors/k3s/k3sControlPlane.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ spec:
namespace: kube-system
spec:
targetNamespace: kube-system
version: ${CILIUM_VERSION:=1.15.0}
version: ${CILIUM_VERSION:=1.15.4}
chart: cilium
repo: https://helm.cilium.io/
bootstrap: true
Expand Down
2 changes: 0 additions & 2 deletions templates/flavors/rke2/ciliumNetworkPolicies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,6 @@ data:
toPorts:
- ports:
- port: "6443"
- port: "2379"
- port: "2380"
---
apiVersion: addons.cluster.x-k8s.io/v1beta1
kind: ClusterResourceSet
Expand Down

0 comments on commit bdb3211

Please sign in to comment.