From 7902841ea32c81003fdaa6eb73116afc58cc9412 Mon Sep 17 00:00:00 2001 From: "Dr. Sebastian Lehrig" Date: Wed, 2 Nov 2022 16:01:34 +0100 Subject: [PATCH] Removed deprecated image override for dex (#2283) The dex image had been updated to a new registry in #2243, thus, making this image override non-functional here. I propose removing it here (it's dead code anyhow) and letting only the deployment.yaml refer to the image in question. --- common/dex/base/kustomization.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/common/dex/base/kustomization.yaml b/common/dex/base/kustomization.yaml index 8b3303e073..0ad5c393b2 100644 --- a/common/dex/base/kustomization.yaml +++ b/common/dex/base/kustomization.yaml @@ -9,10 +9,6 @@ resources: - service.yaml generatorOptions: disableNameSuffixHash: true -images: -- name: quay.io/dexidp/dex - newName: quay.io/dexidp/dex - newTag: v2.24.0 secretGenerator: - name: dex-oidc-client