Skip to content

Commit 0fb095c

Browse files
authored
Merge pull request #560 from enarha/user-newer-tekton-results
Update tekton-results with the following key functional changes: - Restore gRPC Logging: openshift-pipelines/tektoncd-results@d208357 - Fix log streaming error due to insufficient RBAC: openshift-pipelines/tektoncd-results@d96a9b4
2 parents 6ecee6e + 491d8a2 commit 0fb095c

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)