File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
operator/gitops/argocd/pipeline-service/tekton-results/base Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -3,18 +3,18 @@ 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// config/?ref=c0e11ce68cacae1da6756713d0cb5f8b5a394b04
6
+ - https://github.com/openshift-pipelines/tektoncd-results.git/ config/overlays/default-local-db/ ?ref=7dcfa61702b9e978dcdafab4d63521f6e5193ce0
7
7
- namespace.yaml
8
8
- api-route.yaml
9
9
- watcher-logging-rbac.yaml
10
10
11
11
images :
12
12
- name : ko://github.com/tektoncd/results/cmd/api
13
13
newName : quay.io/redhat-appstudio/tekton-results-api
14
- newTag : c0e11ce68cacae1da6756713d0cb5f8b5a394b04
14
+ newTag : 7dcfa61702b9e978dcdafab4d63521f6e5193ce0
15
15
- name : ko://github.com/tektoncd/results/cmd/watcher
16
16
newName : quay.io/redhat-appstudio/tekton-results-watcher
17
- newTag : c0e11ce68cacae1da6756713d0cb5f8b5a394b04
17
+ newTag : 7dcfa61702b9e978dcdafab4d63521f6e5193ce0
18
18
19
19
# generate a new configmap with updated values (logs api, db ssl mode) and replace the default one
20
20
configMapGenerator :
You can’t perform that action at this time.
0 commit comments