Skip to content

Commit

Permalink
image-controller update (#4233)
Browse files Browse the repository at this point in the history
* update components/image-controller/development/kustomization.yaml

* update components/image-controller/staging/base/kustomization.yaml

---------

Co-authored-by: rh-tap-build-team[bot] <127938674+rh-tap-build-team[bot]@users.noreply.github.com>
  • Loading branch information
rh-tap-build-team[bot] authored Oct 8, 2024
1 parent addb260 commit a6597e3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions components/image-controller/development/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- ../base
- https://github.com/konflux-ci/image-controller/config/default?ref=91ac5a1bc402d44a674b69251d0f2ac424e24e6e
- https://github.com/konflux-ci/image-controller/config/default?ref=3c98f2d567f39fc7f0cb21e209969f5966d0028f

images:
- name: quay.io/konflux-ci/image-controller
newName: quay.io/konflux-ci/image-controller
newTag: 91ac5a1bc402d44a674b69251d0f2ac424e24e6e
newTag: 3c98f2d567f39fc7f0cb21e209969f5966d0028f

namespace: image-controller

Expand Down
4 changes: 2 additions & 2 deletions components/image-controller/staging/base/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ kind: Kustomization
resources:
- ../../base
- ../../base/external-secrets
- https://github.com/konflux-ci/image-controller/config/default?ref=91ac5a1bc402d44a674b69251d0f2ac424e24e6e
- https://github.com/konflux-ci/image-controller/config/default?ref=3c98f2d567f39fc7f0cb21e209969f5966d0028f

images:
- name: quay.io/konflux-ci/image-controller
newName: quay.io/konflux-ci/image-controller
newTag: 91ac5a1bc402d44a674b69251d0f2ac424e24e6e
newTag: 3c98f2d567f39fc7f0cb21e209969f5966d0028f

namespace: image-controller

Expand Down

0 comments on commit a6597e3

Please sign in to comment.