Skip to content

Commit 92ba8ba

Browse files
committed
feat(helm): update chart cilium to 1.14.0
1 parent f10a73f commit 92ba8ba

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ansible/playbooks/templates/custom-cilium-helmchart.yaml.j2

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ spec:
88
repo: https://helm.cilium.io/
99
chart: cilium
1010
# renovate: datasource=helm depName=cilium registryUrl=https://helm.cilium.io
11-
version: "1.13.4"
11+
version: "1.14.0"
1212
targetNamespace: kube-system
1313
bootstrap: true
1414
valuesContent: |-

kubernetes/apps/kube-system/cilium/app/helmrelease.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ spec:
99
chart:
1010
spec:
1111
chart: cilium
12-
version: 1.13.4
12+
version: 1.14.0
1313
sourceRef:
1414
kind: HelmRepository
1515
name: cilium

0 commit comments

Comments
 (0)