Skip to content

Commit

Permalink
chore: promote project-controller to production
Browse files Browse the repository at this point in the history
This introduces into production a change in which the controller watches
also over the project and template resources.
konflux-ci/project-controller#124

Signed-off-by: Yftach Herzog <yherzog@redhat.com>
  • Loading branch information
yftacherzog committed Nov 19, 2024
1 parent 9a96741 commit fd5a569
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/project-controller/production/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- ../base
- https://github.com/konflux-ci/project-controller/config/default?ref=1a27894d93961d737d2a9e911d3a9fd8020841c2
- https://github.com/konflux-ci/project-controller/config/default?ref=25132f7b2c836c3eebadc87b6c0bd0320ba3d080

images:
- name: konflux-project-controller
newName: quay.io/konflux-ci/project-controller
newTag: 1a27894d93961d737d2a9e911d3a9fd8020841c2
newTag: 25132f7b2c836c3eebadc87b6c0bd0320ba3d080

namespace: project-controller

0 comments on commit fd5a569

Please sign in to comment.