Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(helm): update chart coredns ( 1.35.0 → 1.35.1 ) #7312

Merged
merged 7 commits into from
Oct 8, 2024
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ spec:
chart:
spec:
chart: coredns
version: 1.35.0
version: 1.35.1
sourceRef:
kind: HelmRepository
name: coredns
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/main/bootstrap/helmfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,14 @@
- name: coredns
namespace: kube-system
chart: coredns/coredns
version: 1.35.0
version: 1.35.1
values:
- ../apps/kube-system/coredns/app/values.yaml
needs:
# - monitoring/prometheus-operator-crds

Check warning on line 42 in kubernetes/main/bootstrap/helmfile.yaml

View workflow job for this annotation

GitHub Actions / yamllint

42:7 [comments-indentation] comment not indented like content
# - kube-system/cilium

# - name: kubelet-csr-approver

Check warning on line 45 in kubernetes/main/bootstrap/helmfile.yaml

View workflow job for this annotation

GitHub Actions / yamllint

45:3 [comments-indentation] comment not indented like content
# namespace: system-controllers
# chart: postfinance/kubelet-csr-approver
# version: 1.2.2
Expand Down