Skip to content

Commit

Permalink
fix(helm): update coredns (1.37.0 → 1.37.1)
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 Jan 14, 2025
1 parent 693eeec commit ce08683
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.37.0
version: 1.37.1
sourceRef:
kind: HelmRepository
name: coredns
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/bootstrap/helmfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ releases:
- name: coredns
namespace: kube-system
chart: coredns/coredns
version: 1.37.0
version: 1.37.1
values:
- ../apps/kube-system/coredns/app/resources/values.yaml
needs: ["kube-system/cilium"]
Expand Down

0 comments on commit ce08683

Please sign in to comment.