Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ansible/tasks/install_cilium_coredns.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
release_namespace: kube-system
chart_ref: prometheus-operator-crds
chart_repo_url: https://prometheus-community.github.io/helm-charts
chart_version: 25.0.1
chart_version: 26.0.1
wait: true

- name: Deploy Cilium Helm Chart
Expand Down
2 changes: 1 addition & 1 deletion dev/helmfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ releases:
- name: prometheus-operator-crds
namespace: kube-system
chart: prometheus-community/prometheus-operator-crds
version: 25.0.1
version: 26.0.1
- name: cilium
namespace: kube-system
chart: cilium/cilium
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/clusters/bootstrap/helmfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ releases:
- name: prometheus-operator-crds
namespace: kube-system
chart: prometheus-community/prometheus-operator-crds
version: 25.0.1
version: 26.0.1
- name: cilium
namespace: kube-system
chart: cilium/cilium
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ spec:
chart:
spec:
chart: prometheus-operator-crds
version: 25.0.1
version: 26.0.1
sourceRef:
kind: HelmRepository
name: prometheus-community
Expand Down
Loading