Skip to content

Commit

Permalink
chore: replace arrikto/kubeflow container registry with kubeflowmanif…
Browse files Browse the repository at this point in the history
…estswg

Use the kubeflow manifests WG mirrored container images for pulling oidc-authservice.

Part of kubeflow#2469
  • Loading branch information
DnPlas committed Sep 5, 2023
1 parent abc72be commit ce69821
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions common/oidc-client/oidc-authservice/base/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,5 @@ configurations:
- params.yaml
images:
- name: gcr.io/arrikto/kubeflow/oidc-authservice
newName: gcr.io/arrikto/kubeflow/oidc-authservice
newTag: e236439
newName: docker.io/kubeflowmanifestswg/oidc-authservice
newTag: e236439
2 changes: 1 addition & 1 deletion common/oidc-client/oidc-authservice/base/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ spec:
serviceAccountName: authservice
containers:
- name: authservice
image: gcr.io/arrikto/kubeflow/oidc-authservice:e236439
image: gcr.io/arrikto/kubeflow/oidc-authservice
imagePullPolicy: Always
ports:
- name: http-api
Expand Down

0 comments on commit ce69821

Please sign in to comment.