Skip to content

Commit

Permalink
feat: Helm chart pulls heimdall container image from ghcr.io instead …
Browse files Browse the repository at this point in the history
…from DockerHub (#1053)
  • Loading branch information
dadrus authored Nov 21, 2023
1 parent 2835faa commit b3c729a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/heimdall/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ a| `/$request_uri`
a| `image.repository`

The image repository to load heimdall image from
a| `dadrus/heimdall`
a| `ghcr.io/dadrus/heimdall`

a| `image.tag`

Expand Down
2 changes: 1 addition & 1 deletion charts/heimdall/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ demo:

# Default values for heimdall.
image:
repository: dadrus/heimdall
repository: ghcr.io/dadrus/heimdall
pullPolicy: IfNotPresent
tag: ""
pullSecrets: [ ]
Expand Down

0 comments on commit b3c729a

Please sign in to comment.