Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bump namespace-lister #5428

Merged
merged 1 commit into from
Jan 29, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 8 additions & 2 deletions components/namespace-lister/base/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,15 @@ namespace: namespace-lister
images:
- name: namespace-lister
newName: quay.io/konflux-ci/namespace-lister
newTag: 147617983adf98ca13689d5de6dd45448ce4098b
newTag: e42c2f4c72c7f932c6bda10370a74a03df448f42
patches:
- path: ./patches/with-header-auth-email.yaml
- path: ./patches/with_cachenamespacelabelselector.yaml
target:
group: apps
kind: Deployment
name: namespace-lister
namespace: namespace-lister
- path: ./patches/with_header_auth_email.yaml
target:
group: apps
kind: Deployment
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
- op: add
path: /spec/template/spec/containers/0/env/-
value:
name: CACHE_NAMESPACE_LABELSELECTOR
value: 'toolchain.dev.openshift.com/type=tenant'
Loading