@@ -3,7 +3,7 @@ apiVersion: kustomize.config.k8s.io/v1beta1
33kind : Kustomization
44namespace : tekton-results
55resources :
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
77 - namespace.yaml
88 - api-route.yaml
99 - watcher-logging-rbac.yaml
@@ -12,13 +12,13 @@ resources:
1212images :
1313 - name : ko://github.com/tektoncd/results/cmd/api
1414 newName : quay.io/redhat-appstudio/tekton-results-api
15- newTag : 4e0f90b46c4f6709ea768dd77d7d58651dbf0bec
15+ newTag : f1cb34e6b5f5688ceca3acdf3258848cacb287e8
1616 - name : ko://github.com/tektoncd/results/cmd/watcher
1717 newName : quay.io/redhat-appstudio/tekton-results-watcher
18- newTag : 4e0f90b46c4f6709ea768dd77d7d58651dbf0bec
18+ newTag : f1cb34e6b5f5688ceca3acdf3258848cacb287e8
1919 - name : ko://github.com/tektoncd/results/tools/migrator
2020 newName : quay.io/redhat-appstudio/tekton-results-migrator
21- newTag : 4e0f90b46c4f6709ea768dd77d7d58651dbf0bec
21+ newTag : f1cb34e6b5f5688ceca3acdf3258848cacb287e8
2222
2323# generate a new configmap with updated values (logs api, db ssl mode) and replace the default one
2424configMapGenerator :
@@ -41,6 +41,3 @@ patches:
4141 - path : watcher-logging.yaml
4242 - path : watcher-sync.yaml
4343 - 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