From 7fc59b03259bdc2f4af714266bfd09326473e093 Mon Sep 17 00:00:00 2001 From: Kimonas Sotirchos Date: Thu, 13 Jul 2023 10:02:55 +0000 Subject: [PATCH 1/3] authservice: Use mirrored image Switching to a mirror of the AuthService image, so that current installations won't break, in case in the future Signed-off-by: Kimonas Sotirchos --- common/oidc-authservice/base/statefulset.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/oidc-authservice/base/statefulset.yaml b/common/oidc-authservice/base/statefulset.yaml index 385de6e1fc..d8c0af992c 100644 --- a/common/oidc-authservice/base/statefulset.yaml +++ b/common/oidc-authservice/base/statefulset.yaml @@ -17,7 +17,7 @@ spec: spec: containers: - name: authservice - image: gcr.io/arrikto/kubeflow/oidc-authservice:6ac9400 + image: docker.io/kubeflowmanifestswg/oidc-authservice:6ac9400 imagePullPolicy: Always ports: - name: http-api From 823b0849426866bfeffbc0e03903906a219befb0 Mon Sep 17 00:00:00 2001 From: Kimonas Sotirchos Date: Tue, 5 Sep 2023 10:24:59 +0300 Subject: [PATCH 2/3] review: Use base.yaml for changing the image Signed-off-by: Kimonas Sotirchos --- common/oidc-authservice/base/kustomization.yaml | 4 ++-- common/oidc-authservice/base/statefulset.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/common/oidc-authservice/base/kustomization.yaml b/common/oidc-authservice/base/kustomization.yaml index ccae0f0688..00444ef7cc 100644 --- a/common/oidc-authservice/base/kustomization.yaml +++ b/common/oidc-authservice/base/kustomization.yaml @@ -42,5 +42,5 @@ configurations: - params.yaml images: - name: gcr.io/arrikto/kubeflow/oidc-authservice - newName: gcr.io/arrikto/kubeflow/oidc-authservice - newTag: 28c59ef + newName: docker.io/kubeflowmanifestswg/oidc-authservice + newTag: 6ac9400 diff --git a/common/oidc-authservice/base/statefulset.yaml b/common/oidc-authservice/base/statefulset.yaml index d8c0af992c..385de6e1fc 100644 --- a/common/oidc-authservice/base/statefulset.yaml +++ b/common/oidc-authservice/base/statefulset.yaml @@ -17,7 +17,7 @@ spec: spec: containers: - name: authservice - image: docker.io/kubeflowmanifestswg/oidc-authservice:6ac9400 + image: gcr.io/arrikto/kubeflow/oidc-authservice:6ac9400 imagePullPolicy: Always ports: - name: http-api From 13ead115a0019973d78c4a239343984812d68d65 Mon Sep 17 00:00:00 2001 From: Kimonas Sotirchos Date: Tue, 5 Sep 2023 10:30:04 +0300 Subject: [PATCH 3/3] review: Use the mirrored tag Image for 1.6 is https://hub.docker.com/layers/kubeflowmanifestswg/oidc-authservice/28c59ef/images/sha256-c9450b805ad5c333f6a0d9491719a1d3fb4449fe017e37d3ad4c7591c763746b?context=explore Signed-off-by: Kimonas Sotirchos --- common/oidc-authservice/base/kustomization.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/oidc-authservice/base/kustomization.yaml b/common/oidc-authservice/base/kustomization.yaml index 00444ef7cc..e61e20e025 100644 --- a/common/oidc-authservice/base/kustomization.yaml +++ b/common/oidc-authservice/base/kustomization.yaml @@ -43,4 +43,4 @@ configurations: images: - name: gcr.io/arrikto/kubeflow/oidc-authservice newName: docker.io/kubeflowmanifestswg/oidc-authservice - newTag: 6ac9400 + newTag: 28c59ef