Skip to content

Commit

Permalink
feat: add cert-manager to helmfile
Browse files Browse the repository at this point in the history
Signed-off-by: Devin Buhl <[email protected]>
  • Loading branch information
onedr0p committed Jan 29, 2025
1 parent 104d469 commit f31e0f8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ spec:
chart:
spec:
chart: coredns
version: 1.38.1
version: 1.39.0
sourceRef:
kind: HelmRepository
name: coredns
Expand Down
7 changes: 2 additions & 5 deletions templates/config/kubernetes/bootstrap/helmfile.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@ repositories:
- name: cilium
url: https://helm.cilium.io

- name: coredns
url: https://coredns.github.io/helm

- name: jetstack
url: https://charts.jetstack.io

Expand All @@ -34,8 +31,8 @@ releases:

- name: coredns
namespace: kube-system
chart: coredns/coredns
version: 1.38.1
chart: oci://ghcr.io/coredns/charts/coredns
version: 1.39.0
values:
- ../apps/kube-system/coredns/app/helm-values.yaml
needs:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@ metadata:
name: coredns
namespace: flux-system
spec:
interval: 1h
url: https://coredns.github.io/helm
type: oci
interval: 5m
url: oci://ghcr.io/coredns/charts

0 comments on commit f31e0f8

Please sign in to comment.