Skip to content

Commit

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

* update components/image-controller/staging/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 Feb 8, 2024
1 parent cee718c commit c168c47
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/redhat-appstudio/image-controller/config/default?ref=889c0b1d674feb10123817a4270d0b4cfe39636e
- https://github.com/redhat-appstudio/image-controller/config/default?ref=455f1c5b1756c4896b508592ac80fffd6cb9b3c1

images:
- name: quay.io/redhat-appstudio/image-controller
newName: quay.io/redhat-appstudio/image-controller
newTag: 889c0b1d674feb10123817a4270d0b4cfe39636e
newTag: 455f1c5b1756c4896b508592ac80fffd6cb9b3c1

namespace: image-controller

Expand Down
4 changes: 2 additions & 2 deletions components/image-controller/staging/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/redhat-appstudio/image-controller/config/default?ref=889c0b1d674feb10123817a4270d0b4cfe39636e
- https://github.com/redhat-appstudio/image-controller/config/default?ref=455f1c5b1756c4896b508592ac80fffd6cb9b3c1

images:
- name: quay.io/redhat-appstudio/image-controller
newName: quay.io/redhat-appstudio/image-controller
newTag: 889c0b1d674feb10123817a4270d0b4cfe39636e
newTag: 455f1c5b1756c4896b508592ac80fffd6cb9b3c1

namespace: image-controller

Expand Down

0 comments on commit c168c47

Please sign in to comment.