Skip to content

Commit 73a90a4

Browse files
bnallapetaRoming22
authored andcommitted
Update metrics-exporter kustomization to have an option to override image name and tag
1 parent baec2f8 commit 73a90a4

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
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-pipeline-service/metrics-exporter:45db641
20+
image: quay.io/redhat-appstudio/user-workload:main
2121
ports:
2222
- containerPort: 9117
2323
resources:

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,10 @@ resources:
66
- deployment.yaml
77
- service.yaml
88

9+
images:
10+
- name: quay.io/redhat-appstudio/user-workload
11+
newName: quay.io/redhat-appstudio/user-workload
12+
newTag: 9ff3255f3ca2b4a562be2d5f43f8dff2f7846bb1
13+
914
apiVersion: kustomize.config.k8s.io/v1beta1
1015
kind: Kustomization

0 commit comments

Comments
 (0)