From c43feba33e61a32b918ae513d2a07782b0933948 Mon Sep 17 00:00:00 2001 From: Daniela Plascencia Date: Thu, 7 Sep 2023 13:53:33 +0200 Subject: [PATCH] chore: replace arrikto/kubeflow container registry with kubeflowmanifestswg (#2521) Use the kubeflow manifests WG mirrored container images for pulling oidc-authservice. Part of #2469 --- common/oidc-client/oidc-authservice/base/kustomization.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common/oidc-client/oidc-authservice/base/kustomization.yaml b/common/oidc-client/oidc-authservice/base/kustomization.yaml index fb7a8fce28..9509fb44df 100644 --- a/common/oidc-client/oidc-authservice/base/kustomization.yaml +++ b/common/oidc-client/oidc-authservice/base/kustomization.yaml @@ -43,5 +43,5 @@ configurations: - params.yaml images: - name: gcr.io/arrikto/kubeflow/oidc-authservice - newName: gcr.io/arrikto/kubeflow/oidc-authservice - newTag: e236439 \ No newline at end of file + newName: docker.io/kubeflowmanifestswg/oidc-authservice + newTag: e236439