Skip to content

Commit

Permalink
Image controller update to dev & stg (#3624)
Browse files Browse the repository at this point in the history
---------

Signed-off-by: Max Shaposhnyk <[email protected]>
  • Loading branch information
mshaposhnik authored Apr 26, 2024
1 parent 7cc0bc6 commit bae9ded
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=e5a29db5772c85b84d3246597e5b39f229d2925a
- https://github.com/redhat-appstudio/image-controller/config/default?ref=8bf9b5eb11f41ecbca1fc5131f803744c519f826

images:
- name: quay.io/redhat-appstudio/image-controller
newName: quay.io/redhat-appstudio/image-controller
newTag: e5a29db5772c85b84d3246597e5b39f229d2925a
newTag: 8bf9b5eb11f41ecbca1fc5131f803744c519f826

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/redhat-appstudio/image-controller/config/default?ref=e5a29db5772c85b84d3246597e5b39f229d2925a
- https://github.com/redhat-appstudio/image-controller/config/default?ref=8bf9b5eb11f41ecbca1fc5131f803744c519f826

images:
- name: quay.io/redhat-appstudio/image-controller
newName: quay.io/redhat-appstudio/image-controller
newTag: e5a29db5772c85b84d3246597e5b39f229d2925a
newTag: 8bf9b5eb11f41ecbca1fc5131f803744c519f826

namespace: image-controller

Expand Down

0 comments on commit bae9ded

Please sign in to comment.