Skip to content

Commit

Permalink
Use docker.io by default until I can get ghcr.io to work correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
asymingt committed Jan 17, 2025
1 parent 653853c commit 82b8aa5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ extraArgs:

sidecars:
- name: dreamhost-webhook
image: ghcr.io/asymingt/external-dns-dreamhost-webhook:v0.1.1
image: asymingt/external-dns-dreamhost-webhook:v0.1.2
ports:
- containerPort: 8888
name: webhook
Expand Down Expand Up @@ -101,8 +101,8 @@ provider:
name: webhook
webhook:
image:
repository: ghcr.io/asymingt/external-dns-dreamhost-webhook
tag: v0.1.1
repository: asymingt/external-dns-dreamhost-webhook
tag: v0.1.2
env:
- name: DREAMHOST_API_KEY
valueFrom:
Expand Down

0 comments on commit 82b8aa5

Please sign in to comment.