Skip to content

Commit 9519a47

Browse files
image-controller update (#7111)
* 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>
1 parent 03c2ac2 commit 9519a47

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

components/image-controller/development/kustomization.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ apiVersion: kustomize.config.k8s.io/v1beta1
22
kind: Kustomization
33
resources:
44
- ../base
5-
- https://github.com/konflux-ci/image-controller/config/default?ref=5d504f293cf9267b88c5129bfca5da7d003dfdc4
5+
- https://github.com/konflux-ci/image-controller/config/default?ref=c636a2250ceca578496bd27131c377d3e0ee2390
66

77
images:
88
- name: quay.io/konflux-ci/image-controller
99
newName: quay.io/konflux-ci/image-controller
10-
newTag: 5d504f293cf9267b88c5129bfca5da7d003dfdc4
10+
newTag: c636a2250ceca578496bd27131c377d3e0ee2390
1111

1212
namespace: image-controller
1313

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ kind: Kustomization
33
resources:
44
- ../../base
55
- ../../base/external-secrets
6-
- https://github.com/konflux-ci/image-controller/config/default?ref=5d504f293cf9267b88c5129bfca5da7d003dfdc4
6+
- https://github.com/konflux-ci/image-controller/config/default?ref=c636a2250ceca578496bd27131c377d3e0ee2390
77

88
images:
99
- name: quay.io/konflux-ci/image-controller
1010
newName: quay.io/konflux-ci/image-controller
11-
newTag: 5d504f293cf9267b88c5129bfca5da7d003dfdc4
11+
newTag: c636a2250ceca578496bd27131c377d3e0ee2390
1212

1313
namespace: image-controller
1414

0 commit comments

Comments
 (0)