File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
argocd/pipeline-service/tekton-results
compute/pipeline-service-manager Expand file tree Collapse file tree 2 files changed +5
-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=d84c26a2032af75b50f9ae4ee8a09af4a1cb2eaf
6
+ - https://github.com/openshift-pipelines/tektoncd-results.git/config/overlays/base-only/?ref=fbaeeb6a43a09d95076f4d3cb7798c7350810858
7
7
- namespace.yaml
8
8
- api-route.yaml
9
9
- watcher-logging-rbac.yaml
@@ -13,13 +13,13 @@ resources:
13
13
images :
14
14
- name : ko://github.com/tektoncd/results/cmd/api
15
15
newName : quay.io/redhat-appstudio/tekton-results-api
16
- newTag : d84c26a2032af75b50f9ae4ee8a09af4a1cb2eaf
16
+ newTag : fbaeeb6a43a09d95076f4d3cb7798c7350810858
17
17
- name : ko://github.com/tektoncd/results/cmd/watcher
18
18
newName : quay.io/redhat-appstudio/tekton-results-watcher
19
- newTag : d84c26a2032af75b50f9ae4ee8a09af4a1cb2eaf
19
+ newTag : fbaeeb6a43a09d95076f4d3cb7798c7350810858
20
20
- name : ko://github.com/tektoncd/results/tools/migrator
21
21
newName : quay.io/redhat-appstudio/tekton-results-migrator
22
- newTag : d84c26a2032af75b50f9ae4ee8a09af4a1cb2eaf
22
+ newTag : fbaeeb6a43a09d95076f4d3cb7798c7350810858
23
23
24
24
# generate a new configmap with updated values (logs api, db ssl mode) and replace the default one
25
25
configMapGenerator :
Original file line number Diff line number Diff line change 9
9
resources :
10
10
- pods
11
11
- pods/logs
12
+ - pods/log
12
13
verbs :
13
14
- get
14
15
- list
You can’t perform that action at this time.
0 commit comments