File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
operator/gitops/argocd/pipeline-service/tekton-results Expand file tree Collapse file tree 1 file changed +4
-4
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=fbaeeb6a43a09d95076f4d3cb7798c7350810858
6
+ - https://github.com/openshift-pipelines/tektoncd-results.git/config/overlays/base-only/?ref=5e742e6d729ea533da980aad3d851773843fba08
7
7
- namespace.yaml
8
8
- api-route.yaml
9
9
- watcher-logging-rbac.yaml
@@ -14,13 +14,13 @@ resources:
14
14
images :
15
15
- name : ko://github.com/tektoncd/results/cmd/api
16
16
newName : quay.io/redhat-appstudio/tekton-results-api
17
- newTag : fbaeeb6a43a09d95076f4d3cb7798c7350810858
17
+ newTag : 5e742e6d729ea533da980aad3d851773843fba08
18
18
- name : ko://github.com/tektoncd/results/cmd/watcher
19
19
newName : quay.io/redhat-appstudio/tekton-results-watcher
20
- newTag : fbaeeb6a43a09d95076f4d3cb7798c7350810858
20
+ newTag : 5e742e6d729ea533da980aad3d851773843fba08
21
21
- name : ko://github.com/tektoncd/results/tools/migrator
22
22
newName : quay.io/redhat-appstudio/tekton-results-migrator
23
- newTag : fbaeeb6a43a09d95076f4d3cb7798c7350810858
23
+ newTag : 5e742e6d729ea533da980aad3d851773843fba08
24
24
25
25
# generate a new configmap with updated values (logs api, db ssl mode) and replace the default one
26
26
configMapGenerator :
You can’t perform that action at this time.
0 commit comments