Skip to content

Commit

Permalink
feat(authelia): make ghcr.io the default registry (#69)
Browse files Browse the repository at this point in the history
Uses ghcr.io as the default registry for images.
  • Loading branch information
james-d-elliott authored May 11, 2021
1 parent 9f0e2f5 commit 6572233
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/authelia/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: authelia
version: 0.4.6
version: 0.4.7
kubeVersion: ">= 1.13.0-0"
description: Authelia is a Single Sign-On Multi-Factor portal for web apps
type: application
Expand Down
2 changes: 1 addition & 1 deletion charts/authelia/values.local.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
## ref: https://hub.docker.com/r/authelia/authelia/tags/
##
image:
registry: docker.io
registry: ghcr.io
repository: authelia/authelia
tag: 4.29.2
pullPolicy: IfNotPresent
Expand Down
2 changes: 1 addition & 1 deletion charts/authelia/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
## ref: https://hub.docker.com/r/authelia/authelia/tags/
##
image:
registry: docker.io
registry: ghcr.io
repository: authelia/authelia
tag: 4.29.2
pullPolicy: IfNotPresent
Expand Down

0 comments on commit 6572233

Please sign in to comment.