Skip to content

Commit

Permalink
Include RBAC fix
Browse files Browse the repository at this point in the history
Signed-off-by: Max Shaposhnyk <[email protected]>
  • Loading branch information
mshaposhnik committed Jun 7, 2024
1 parent 569e430 commit 0b11b45
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=3c28651e0b444003da620f11a13ea596a735fe31
- https://github.com/konflux-ci/image-controller/config/default?ref=4375ea0fae7ba37b7ebc471a166bfc1790cc0745

images:
- name: quay.io/konflux-ci/image-controller
newName: quay.io/konflux-ci/image-controller
newTag: 3c28651e0b444003da620f11a13ea596a735fe31
newTag: 4375ea0fae7ba37b7ebc471a166bfc1790cc0745

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=3c28651e0b444003da620f11a13ea596a735fe31
- https://github.com/konflux-ci/image-controller/config/default?ref=4375ea0fae7ba37b7ebc471a166bfc1790cc0745

images:
- name: quay.io/konflux-ci/image-controller
newName: quay.io/konflux-ci/image-controller
newTag: 3c28651e0b444003da620f11a13ea596a735fe31
newTag: 4375ea0fae7ba37b7ebc471a166bfc1790cc0745

namespace: image-controller

Expand Down

0 comments on commit 0b11b45

Please sign in to comment.