@@ -8,23 +8,10 @@ commonAnnotations:
8
8
argocd.argoproj.io/sync-options : SkipDryRunOnMissingResource=true
9
9
10
10
resources :
11
- - https://github.com/openshift-pipelines /pipeline-service.git/developer/openshift/gitops/argocd/pipeline-service?ref=3ed2e97d4eacb0252b153edd2d6006637acb528e
12
- - https://github.com/openshift-pipelines /pipeline-service.git/developer/openshift/gitops/argocd/pipeline-service-storage?ref=3ed2e97d4eacb0252b153edd2d6006637acb528e
11
+ - https://github.com/gabemontero /pipeline-service.git/developer/openshift/gitops/argocd/pipeline-service?ref=test-latest-watcher-leak-fix
12
+ - https://github.com/gabemontero /pipeline-service.git/developer/openshift/gitops/argocd/pipeline-service-storage?ref=test-latest-watcher-leak-fix
13
13
- ../base/rbac
14
14
15
- # generate a new configmap with updated values (logs api, db ssl mode) and replace the default one
16
- configMapGenerator :
17
- - behavior : replace
18
- files :
19
- - config.env
20
- name : api-config
21
- options :
22
- disableNameSuffixHash : true
23
- - behavior : merge
24
- name : config-observability
25
- literals :
26
- - profiling.enable="true"
27
-
28
15
patches :
29
16
- path : chains-tekton-config-patches.yaml
30
17
target :
@@ -35,11 +22,11 @@ patches:
35
22
kind : Deployment
36
23
name : pipeline-metrics-exporter
37
24
namespace : openshift-pipelines
38
- # - path: scale-down-exporter.yaml
39
- # target:
40
- # kind: Deployment
41
- # name: pipeline-metrics-exporter
42
- # namespace: openshift-pipelines
25
+ # - path: scale-down-exporter.yaml
26
+ # target:
27
+ # kind: Deployment
28
+ # name: pipeline-metrics-exporter
29
+ # namespace: openshift-pipelines
43
30
- path : update-tekton-config-performance.yaml
44
31
target :
45
32
kind : TektonConfig
@@ -65,6 +52,6 @@ patches:
65
52
name : config
66
53
- path : update-results-watcher-performance.yaml
67
54
target :
68
- kind : Deployment
69
- namespace : tekton-results
70
- name : tekton-results-watcher
55
+ kind : Deployment
56
+ namespace : tekton-results
57
+ name : tekton-results-watcher
0 commit comments