fix(helm): update chart cilium to 1.15.5 (#831)

Co-authored-by: tinfoild[bot] <140665299+tinfoild[bot]@users.noreply.github.com>
This commit is contained in:
tinfoild[bot]
2024-05-16 23:05:57 +08:00
committed by GitHub
parent 6e8d5f21b5
commit 390ae5249d
4 changed files with 4 additions and 4 deletions

View File

@@ -5,7 +5,7 @@ kind: Kustomization
helmCharts:
- name: cilium
repo: https://helm.cilium.io/
version: 1.15.3
version: 1.15.5
releaseName: cilium
namespace: kube-system
valuesFile: helm-values.yaml

View File

@@ -5,7 +5,7 @@ kind: Kustomization
helmCharts:
- name: cilium
repo: https://helm.cilium.io/
version: 1.15.3
version: 1.15.5
releaseName: cilium
namespace: kube-system
valuesFile: helm-values.yaml

View File

@@ -5,7 +5,7 @@ kind: Kustomization
helmCharts:
- name: cilium
repo: https://helm.cilium.io/
version: 1.15.3
version: 1.15.5
releaseName: cilium
namespace: kube-system
valuesFile: helm-values.yaml

View File

@@ -15,7 +15,7 @@ spec:
chart:
spec:
chart: cilium
version: "1.15.3"
version: "1.15.5"
sourceRef:
name: cilium-charts
kind: HelmRepository