File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
operator/gitops/argocd/pipeline-service/metrics-exporter Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 17
17
serviceAccountName : pipeline-service-exporter
18
18
containers :
19
19
- name : pipeline-metrics-exporter
20
- image : quay.io/redhat-appstudio/user-workload:main
20
+ image : quay.io/redhat-appstudio/pipeline-service-exporter:placeholder
21
21
ports :
22
22
- containerPort : 9117
23
23
resources :
Original file line number Diff line number Diff line change @@ -7,9 +7,9 @@ resources:
7
7
- service.yaml
8
8
9
9
images :
10
- - name : quay.io/redhat-appstudio/user-workload
11
- newName : quay.io/redhat-appstudio/user-workload
12
- newTag : efc47cda884fc436211a057291d7493de0e6d6ce
10
+ - name : quay.io/redhat-appstudio/pipeline-service-exporter
11
+ newName : quay.io/redhat-appstudio/pipeline-service-exporter
12
+ newTag : 450708aa46088d8b7e9e1915b8489ccbf8dbe47f
13
13
14
14
apiVersion : kustomize.config.k8s.io/v1beta1
15
15
kind : Kustomization
You can’t perform that action at this time.
0 commit comments