Skip to content

Commit

Permalink
Removed deprecated image override for dex (#2283)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
lehrig committed Nov 2, 2022
1 parent 0931a99 commit 7902841
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 7902841

Please sign in to comment.