From 6572233a08e734b704fedfb5ea115babae9e8b9d Mon Sep 17 00:00:00 2001 From: James Elliott Date: Tue, 11 May 2021 21:09:56 +1000 Subject: [PATCH] feat(authelia): make ghcr.io the default registry (#69) Uses ghcr.io as the default registry for images. --- charts/authelia/Chart.yaml | 2 +- charts/authelia/values.local.yaml | 2 +- charts/authelia/values.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/authelia/Chart.yaml b/charts/authelia/Chart.yaml index cbc9d2e..4e0d150 100644 --- a/charts/authelia/Chart.yaml +++ b/charts/authelia/Chart.yaml @@ -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 diff --git a/charts/authelia/values.local.yaml b/charts/authelia/values.local.yaml index e4ab698..dd72be1 100644 --- a/charts/authelia/values.local.yaml +++ b/charts/authelia/values.local.yaml @@ -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 diff --git a/charts/authelia/values.yaml b/charts/authelia/values.yaml index 5c17611..24f72dd 100644 --- a/charts/authelia/values.yaml +++ b/charts/authelia/values.yaml @@ -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