Skip to content

Commit d0abddf

Browse files
authored
Merge pull request #718 from sayan-biswas/tekton-results-bug
Fix pipeline webhook validation error
2 parents 7aaaa76 + 360ef56 commit d0abddf

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
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=f1cb34e6b5f5688ceca3acdf3258848cacb287e8
6+
- https://github.com/openshift-pipelines/tektoncd-results.git/config/overlays/base-only/?ref=d84c26a2032af75b50f9ae4ee8a09af4a1cb2eaf
77
- namespace.yaml
88
- api-route.yaml
99
- watcher-logging-rbac.yaml
@@ -12,13 +12,13 @@ resources:
1212
images:
1313
- name: ko://github.com/tektoncd/results/cmd/api
1414
newName: quay.io/redhat-appstudio/tekton-results-api
15-
newTag: f1cb34e6b5f5688ceca3acdf3258848cacb287e8
15+
newTag: d84c26a2032af75b50f9ae4ee8a09af4a1cb2eaf
1616
- name: ko://github.com/tektoncd/results/cmd/watcher
1717
newName: quay.io/redhat-appstudio/tekton-results-watcher
18-
newTag: f1cb34e6b5f5688ceca3acdf3258848cacb287e8
18+
newTag: d84c26a2032af75b50f9ae4ee8a09af4a1cb2eaf
1919
- name: ko://github.com/tektoncd/results/tools/migrator
2020
newName: quay.io/redhat-appstudio/tekton-results-migrator
21-
newTag: f1cb34e6b5f5688ceca3acdf3258848cacb287e8
21+
newTag: d84c26a2032af75b50f9ae4ee8a09af4a1cb2eaf
2222

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

0 commit comments

Comments
 (0)