Skip to content

Commit

Permalink
fix(external-dns): update to 1.14.4 and adjust CRD
Browse files Browse the repository at this point in the history
Signed-off-by: Devin Buhl <[email protected]>
  • Loading branch information
onedr0p committed Apr 5, 2024
1 parent 2679794 commit b3fc170
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 95 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,20 @@ spec:
chart:
spec:
chart: external-dns
version: 1.14.3
version: 1.14.4
sourceRef:
kind: HelmRepository
name: external-dns
namespace: flux-system
install:
crds: CreateReplace
remediation:
retries: 3
upgrade:
cleanupOnFail: true
crds: CreateReplace
remediation:
strategy: rollback
retries: 3
values:
fullnameOverride: *app
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,5 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- ./dnsendpoint-crd.yaml
- ./secret.sops.yaml
- ./helmrelease.yaml

0 comments on commit b3fc170

Please sign in to comment.