@@ -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/default-local-db /?ref=4e0f90b46c4f6709ea768dd77d7d58651dbf0bec
6
+ - https://github.com/openshift-pipelines/tektoncd-results.git/config/overlays/base-only /?ref=f1cb34e6b5f5688ceca3acdf3258848cacb287e8
7
7
- namespace.yaml
8
8
- api-route.yaml
9
9
- watcher-logging-rbac.yaml
@@ -12,13 +12,13 @@ resources:
12
12
images :
13
13
- name : ko://github.com/tektoncd/results/cmd/api
14
14
newName : quay.io/redhat-appstudio/tekton-results-api
15
- newTag : 4e0f90b46c4f6709ea768dd77d7d58651dbf0bec
15
+ newTag : f1cb34e6b5f5688ceca3acdf3258848cacb287e8
16
16
- name : ko://github.com/tektoncd/results/cmd/watcher
17
17
newName : quay.io/redhat-appstudio/tekton-results-watcher
18
- newTag : 4e0f90b46c4f6709ea768dd77d7d58651dbf0bec
18
+ newTag : f1cb34e6b5f5688ceca3acdf3258848cacb287e8
19
19
- name : ko://github.com/tektoncd/results/tools/migrator
20
20
newName : quay.io/redhat-appstudio/tekton-results-migrator
21
- newTag : 4e0f90b46c4f6709ea768dd77d7d58651dbf0bec
21
+ newTag : f1cb34e6b5f5688ceca3acdf3258848cacb287e8
22
22
23
23
# generate a new configmap with updated values (logs api, db ssl mode) and replace the default one
24
24
configMapGenerator :
@@ -41,6 +41,3 @@ patches:
41
41
- path : watcher-logging.yaml
42
42
- path : watcher-sync.yaml
43
43
- path : watcher-service-sync.yaml
44
- - path : delete-postgres-configmap.yaml
45
- - path : delete-postgres-service.yaml
46
- - path : delete-postgres-statefulset.yaml
0 commit comments