File tree 1 file changed +3
-3
lines changed
operator/gitops/argocd/pipeline-service/tekton-results
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ apiVersion: kustomize.config.k8s.io/v1beta1
3
3
kind : Kustomization
4
4
namespace : tekton-results
5
5
resources :
6
- - https://github.com/openshift-pipelines/tektoncd-results.git/config/overlays/base-only/?ref=dc54f48f6a1adfde07b923129db33aaa77a61213
6
+ - https://github.com/openshift-pipelines/tektoncd-results.git/config/overlays/base-only/?ref=ed360eccc021ad5eedf8ea9c0732912ef602b15a
7
7
- namespace.yaml
8
8
- api-route.yaml
9
9
- watcher-logging-rbac.yaml
@@ -13,10 +13,10 @@ resources:
13
13
images :
14
14
- name : ko://github.com/tektoncd/results/cmd/api
15
15
newName : quay.io/redhat-appstudio/tekton-results-api
16
- newTag : dc54f48f6a1adfde07b923129db33aaa77a61213
16
+ newTag : ed360eccc021ad5eedf8ea9c0732912ef602b15a
17
17
- name : ko://github.com/tektoncd/results/cmd/watcher
18
18
newName : quay.io/redhat-appstudio/tekton-results-watcher
19
- newTag : dc54f48f6a1adfde07b923129db33aaa77a61213
19
+ newTag : ed360eccc021ad5eedf8ea9c0732912ef602b15a
20
20
21
21
# generate a new configmap with updated values (logs api, db ssl mode) and replace the default one
22
22
configMapGenerator :
You can’t perform that action at this time.
0 commit comments