File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
operator/gitops/argocd/pipeline-service/tekton-results Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ apiVersion: kustomize.config.k8s.io/v1beta1
3
3
kind : Kustomization
4
4
namespace : tekton-results
5
5
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
7
7
- namespace.yaml
8
8
- api-route.yaml
9
9
- watcher-logging-rbac.yaml
@@ -12,13 +12,13 @@ resources:
12
12
images :
13
13
- name : ko://github.com/tektoncd/results/cmd/api
14
14
newName : quay.io/redhat-appstudio/tekton-results-api
15
- newTag : f1cb34e6b5f5688ceca3acdf3258848cacb287e8
15
+ newTag : d84c26a2032af75b50f9ae4ee8a09af4a1cb2eaf
16
16
- name : ko://github.com/tektoncd/results/cmd/watcher
17
17
newName : quay.io/redhat-appstudio/tekton-results-watcher
18
- newTag : f1cb34e6b5f5688ceca3acdf3258848cacb287e8
18
+ newTag : d84c26a2032af75b50f9ae4ee8a09af4a1cb2eaf
19
19
- name : ko://github.com/tektoncd/results/tools/migrator
20
20
newName : quay.io/redhat-appstudio/tekton-results-migrator
21
- newTag : f1cb34e6b5f5688ceca3acdf3258848cacb287e8
21
+ newTag : d84c26a2032af75b50f9ae4ee8a09af4a1cb2eaf
22
22
23
23
# generate a new configmap with updated values (logs api, db ssl mode) and replace the default one
24
24
configMapGenerator :
You can’t perform that action at this time.
0 commit comments