Skip to content

Commit

Permalink
fix(helm): update coredns (1.36.1 → 1.36.2)
Browse files Browse the repository at this point in the history
Signed-off-by: bot-blake[bot] <129223303+bot-blake[bot]@users.noreply.github.com>
  • Loading branch information
bot-blake[bot] authored Dec 9, 2024
1 parent 97d5e34 commit bde7634
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion kubernetes/apps/kube-system/coredns/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ spec:
chart:
spec:
chart: coredns
version: 1.36.1
version: 1.36.2
sourceRef:
kind: HelmRepository
name: coredns
Expand Down
2 changes: 1 addition & 1 deletion talos/apps/helmfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ releases:
- name: coredns
namespace: kube-system
chart: coredns/coredns
version: 1.36.1
version: 1.36.2
values:
- '{{ requiredEnv "KUBERNETES_DIR" }}/apps/kube-system/coredns/app/resources/values.yaml'
needs:
Expand Down

0 comments on commit bde7634

Please sign in to comment.