From dfb3f8d0a1f0f57d169eb7b126b20853eb9f19a6 Mon Sep 17 00:00:00 2001 From: Matt Morrison Date: Wed, 6 Dec 2023 21:04:08 +1300 Subject: [PATCH] consistent docker image name --- charts/dex-k8s-authenticator/README.md | 2 +- charts/dex-k8s-authenticator/values.yaml | 4 ++-- docs/ssl.md | 2 +- tests/e2e/helm/dex-k8s-auth-overrides.yaml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/charts/dex-k8s-authenticator/README.md b/charts/dex-k8s-authenticator/README.md index 1af50e3..05684d3 100644 --- a/charts/dex-k8s-authenticator/README.md +++ b/charts/dex-k8s-authenticator/README.md @@ -18,7 +18,7 @@ global: replicaCount: 1 image: - repository: mmorrison/dex-k8s-authenticator + repository: ghcr.io/sl1pm4t/dex-k8s-authenticator tag: latest pullPolicy: Always diff --git a/charts/dex-k8s-authenticator/values.yaml b/charts/dex-k8s-authenticator/values.yaml index e249df2..bdf89b9 100644 --- a/charts/dex-k8s-authenticator/values.yaml +++ b/charts/dex-k8s-authenticator/values.yaml @@ -7,8 +7,8 @@ global: replicaCount: 1 image: - repository: mmorrison/dex-k8s-authenticator - tag: 1.4.0 + repository: sl1pm4t/dex-k8s-authenticator + tag: 2.0.0 pullPolicy: Always imagePullSecrets: {} diff --git a/docs/ssl.md b/docs/ssl.md index ef4ec4a..b68ea87 100644 --- a/docs/ssl.md +++ b/docs/ssl.md @@ -16,7 +16,7 @@ If using docker, you can mount a volume like so: docker run --rm -t -i \ -v /tmp/certs:/certs:ro \ -v /tmp/config.yml:/tmp/config.yml:ro \ - mmorrison/dex-k8s-authenticator:latest --config /tmp/config.yml + sl1pm4t/dex-k8s-authenticator:latest --config /tmp/config.yml ``` ### 2. `trusted_root_ca` config option diff --git a/tests/e2e/helm/dex-k8s-auth-overrides.yaml b/tests/e2e/helm/dex-k8s-auth-overrides.yaml index 31044fa..d7079f0 100644 --- a/tests/e2e/helm/dex-k8s-auth-overrides.yaml +++ b/tests/e2e/helm/dex-k8s-auth-overrides.yaml @@ -1,5 +1,5 @@ image: - repository: mmorrison/dex-k8s-authenticator + repository: sl1pm4t/dex-k8s-authenticator tag: ${CI_TAG} pullPolicy: Never