Skip to content

Commit

Permalink
Removed deprecated image override for dex (kubeflow#2283)
Browse files Browse the repository at this point in the history
The dex image had been updated to a new registry in kubeflow#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.
  • Loading branch information
lehrig authored and kevin85421 committed Feb 28, 2023
1 parent a58cf29 commit ac6d543
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions common/dex/base/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ac6d543

Please sign in to comment.