Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions components/project-controller/development/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=b252edc9e91cb5e5ffb1834dd2c91bdcaa1d0569
- https://github.com/konflux-ci/project-controller/config/default?ref=d43016f8c45e62d6be572311ac5e8993609ca12d

images:
- name: konflux-project-controller
newName: quay.io/konflux-ci/project-controller
newTag: b252edc9e91cb5e5ffb1834dd2c91bdcaa1d0569
newTag: d43016f8c45e62d6be572311ac5e8993609ca12d

namespace: project-controller
4 changes: 2 additions & 2 deletions components/project-controller/staging/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=b252edc9e91cb5e5ffb1834dd2c91bdcaa1d0569
- https://github.com/konflux-ci/project-controller/config/default?ref=d43016f8c45e62d6be572311ac5e8993609ca12d

images:
- name: konflux-project-controller
newName: quay.io/konflux-ci/project-controller
newTag: b252edc9e91cb5e5ffb1834dd2c91bdcaa1d0569
newTag: d43016f8c45e62d6be572311ac5e8993609ca12d

namespace: project-controller
Loading