Skip to content

Commit 3406cd6

Browse files
andrycorrcocker
andauthored
update external-dns image registry to GHCR (#4)
Co-authored-by: cocker <cocker@cocker.local>
1 parent 4c17bd4 commit 3406cd6

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

charts/external-dns/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: external-dns
2-
version: 0.0.2
2+
version: 0.0.3
33
appVersion: 0.18.0
44
apiVersion: v2
55
description: ExternalDNS is a Kubernetes addon that configures public DNS servers

charts/external-dns/tests/golden/fixtures/default.golden.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ spec:
190190
serviceAccountName: golden-file-test-external-dns
191191
containers:
192192
- name: external-dns
193-
image: docker.io/bitnami/external-dns:0.18.0-debian-12-r4
193+
image: ghcr.io/code-tool/helm-charts/external-dns:0.18.0-debian-12-r4
194194
imagePullPolicy: "IfNotPresent"
195195
args:
196196
# Generic arguments

charts/external-dns/values.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,10 +71,10 @@ kubeVersion: ""
7171
## @param image.digest ExternalDNS image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag
7272
## @param image.pullPolicy ExternalDNS image pull policy
7373
## @param image.pullSecrets ExternalDNS image pull secrets
74-
##
74+
##
7575
image:
76-
registry: docker.io
77-
repository: bitnami/external-dns
76+
registry: ghcr.io
77+
repository: code-tool/helm-charts/external-dns
7878
tag: 0.18.0-debian-12-r4
7979
digest: ""
8080
## Specify a imagePullPolicy

0 commit comments

Comments
 (0)