Skip to content
Merged
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
6 changes: 6 additions & 0 deletions components/pipeline-service/development/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@ resources:
- https://github.com/openshift-pipelines/pipeline-service.git/developer/openshift/gitops/argocd/pipeline-service-storage?ref=e52f83e174efb8f308f6e32d1e0fc9f8eb9ed893
- ../base/rbac

images:
- name: quay.io/redhat-appstudio/tekton-results-api
newTag: bae7851ff584423503af324200f52cd28ca99116
- name: quay.io/redhat-appstudio/tekton-results-watcher
newTag: bae7851ff584423503af324200f52cd28ca99116

patches:
- path: chains-tekton-config-patches.yaml
target:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@ resources:
- ../../base/testing
- ../../base/rbac

images:
- name: quay.io/redhat-appstudio/tekton-results-api
newTag: bae7851ff584423503af324200f52cd28ca99116
- name: quay.io/redhat-appstudio/tekton-results-watcher
newTag: bae7851ff584423503af324200f52cd28ca99116

patches:
# - path: scale-down-exporter.yaml
# target:
Expand Down
6 changes: 6 additions & 0 deletions components/pipeline-service/staging/base/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@ resources:
- ../../base/testing
- ../../base/rbac

images:
- name: quay.io/redhat-appstudio/tekton-results-api
newTag: bae7851ff584423503af324200f52cd28ca99116
- name: quay.io/redhat-appstudio/tekton-results-watcher
newTag: bae7851ff584423503af324200f52cd28ca99116

patches:
- path: chains-tekton-config-patches.yaml
target:
Expand Down