Skip to content

Commit dce2aba

Browse files
committed
Use newer Tekton Results version
Use newer Tekton Results version including the "Support all data types in summary annotations" (fix for the json unmarshal bug). Drop the "employ some channel best practices to avoid hanging goroutines and memory leaks from unclosed buffered channels" commit.
1 parent f530af2 commit dce2aba

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ apiVersion: kustomize.config.k8s.io/v1beta1
33
kind: Kustomization
44
namespace: tekton-results
55
resources:
6-
- https://github.com/openshift-pipelines/tektoncd-results.git/config/overlays/base-only/?ref=a602fb3e858f6a3195374d2175053db7e5db9f77
6+
- https://github.com/openshift-pipelines/tektoncd-results.git/config/overlays/base-only/?ref=bae7851ff584423503af324200f52cd28ca99116
77
- namespace.yaml
88
- api-route.yaml
99
- watcher-logging-rbac.yaml
@@ -13,10 +13,10 @@ resources:
1313
images:
1414
- name: ko://github.com/tektoncd/results/cmd/api
1515
newName: quay.io/redhat-appstudio/tekton-results-api
16-
newTag: a602fb3e858f6a3195374d2175053db7e5db9f77
16+
newTag: bae7851ff584423503af324200f52cd28ca99116
1717
- name: ko://github.com/tektoncd/results/cmd/watcher
1818
newName: quay.io/redhat-appstudio/tekton-results-watcher
19-
newTag: a602fb3e858f6a3195374d2175053db7e5db9f77
19+
newTag: bae7851ff584423503af324200f52cd28ca99116
2020

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

0 commit comments

Comments
 (0)