Skip to content

Commit 491d8a2

Browse files
committed
Update tekton-results and fix config path
Update config path updated upstream tektoncd/results#341 Use updated tekton-results.
1 parent 09ca47c commit 491d8a2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

operator/gitops/argocd/pipeline-service/tekton-results/base/kustomization.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,18 @@ apiVersion: kustomize.config.k8s.io/v1beta1
33
kind: Kustomization
44
namespace: tekton-results
55
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
77
- namespace.yaml
88
- api-route.yaml
99
- watcher-logging-rbac.yaml
1010

1111
images:
1212
- name: ko://github.com/tektoncd/results/cmd/api
1313
newName: quay.io/redhat-appstudio/tekton-results-api
14-
newTag: c0e11ce68cacae1da6756713d0cb5f8b5a394b04
14+
newTag: 7dcfa61702b9e978dcdafab4d63521f6e5193ce0
1515
- name: ko://github.com/tektoncd/results/cmd/watcher
1616
newName: quay.io/redhat-appstudio/tekton-results-watcher
17-
newTag: c0e11ce68cacae1da6756713d0cb5f8b5a394b04
17+
newTag: 7dcfa61702b9e978dcdafab4d63521f6e5193ce0
1818

1919
# generate a new configmap with updated values (logs api, db ssl mode) and replace the default one
2020
configMapGenerator:

0 commit comments

Comments
 (0)