Skip to content

Commit 8812976

Browse files
committed
MON-1229: Use our own prometheus-example-app image
We've moved away from using an image for prometheus-example-app hosted in a private namespace. We're now building the images and hosting them under the RHOBS GitHub organizaiton. This updates the examples to use this new image.
1 parent fd8f5b8 commit 8812976

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)