Skip to content

Commit fae4d5a

Browse files
authored
Merge pull request #665 from enarha/change-pipeline-service-exporter-path
Update pipeline-service-exporter image path and SHA
2 parents cf25b58 + c729d00 commit fae4d5a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

operator/gitops/argocd/pipeline-service/metrics-exporter/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ spec:
1717
serviceAccountName: pipeline-service-exporter
1818
containers:
1919
- name: pipeline-metrics-exporter
20-
image: quay.io/redhat-appstudio/user-workload:main
20+
image: quay.io/redhat-appstudio/pipeline-service-exporter:placeholder
2121
ports:
2222
- containerPort: 9117
2323
resources:

operator/gitops/argocd/pipeline-service/metrics-exporter/kustomization.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ resources:
77
- service.yaml
88

99
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
1313

1414
apiVersion: kustomize.config.k8s.io/v1beta1
1515
kind: Kustomization

0 commit comments

Comments
 (0)