Skip to content

Commit 11fe7e4

Browse files
Merge pull request #33557 from bison/MON-1229
MON-1229: Use our own prometheus-example-app image
2 parents 137b3f7 + 8812976 commit 11fe7e4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

modules/monitoring-configuring-monitoring-for-an-application.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ spec:
3636
spec:
3737
containers:
3838
- name: example-app
39-
image: quay.io/brancz/prometheus-example-app:v0.2.0
39+
image: ghcr.io/rhobs/prometheus-example-app:0.3.0
4040
ports:
4141
- name: web
4242
containerPort: 8080

modules/monitoring-deploying-a-sample-service.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ spec:
3838
app: prometheus-example-app
3939
spec:
4040
containers:
41-
- image: quay.io/brancz/prometheus-example-app:v0.2.0
41+
- image: ghcr.io/rhobs/prometheus-example-app:0.3.0
4242
imagePullPolicy: IfNotPresent
4343
name: prometheus-example-app
4444
---

0 commit comments

Comments
 (0)