We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cdaa56a + 83c291d commit 4d82ea4Copy full SHA for 4d82ea4
1 file changed
charts/argocd-understack/templates/application-external-dns.yaml
@@ -15,14 +15,14 @@ spec:
15
server: {{ $.Values.cluster_server }}
16
project: understack-operators
17
sources:
18
- - chart: external-dns-rackspace
+ - chart: external-dns
19
helm:
20
ignoreMissingValueFiles: true
21
- releaseName: external-dns-rackspace
+ releaseName: external-dns
22
valueFiles:
23
- $deploy/{{ include "understack.deploy_path" $ }}/external-dns/values.yaml
24
- repoURL: ghcr.io/rackerlabs/charts
25
- targetRevision: 0.2.2
+ repoURL: https://kubernetes-sigs.github.io/external-dns
+ targetRevision: 1.21.1
26
- path: {{ include "understack.deploy_path" $ }}/external-dns
27
ref: deploy
28
repoURL: {{ include "understack.deploy_url" $ }}
0 commit comments