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 in staging #5439

Merged
merged 1 commit into from
Jan 31, 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
2 changes: 2 additions & 0 deletions components/namespace-lister/base/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ spec:
env:
- name: LOG_LEVEL
value: "0"
- name: CACHE_RESYNC_PERIOD
value: 10m
resources:
limits:
cpu: 500m
Expand Down
2 changes: 1 addition & 1 deletion components/namespace-lister/base/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ namespace: namespace-lister
images:
- name: namespace-lister
newName: quay.io/konflux-ci/namespace-lister
newTag: e42c2f4c72c7f932c6bda10370a74a03df448f42
newTag: 3a25aa9a18c3f9ddff8cfaf4119d1d8e45ebd5fb
patches:
- path: ./patches/with_cachenamespacelabelselector.yaml
target:
Expand Down