1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-06 06:46:26 +01:00

OBSDOCS-813: Update rhobs/prometheus-example-app version in monitoring docs to 0.4.2

This commit is contained in:
machine424
2024-02-08 15:48:46 +01:00
committed by openshift-cherrypick-robot
parent 446bdd0858
commit c8573ec6d4
3 changed files with 3 additions and 3 deletions

View File

@@ -37,7 +37,7 @@ spec:
spec:
containers:
- name: example-app
image: ghcr.io/rhobs/prometheus-example-app:0.3.0
image: ghcr.io/rhobs/prometheus-example-app:0.4.2
ports:
- name: web
containerPort: 8080

View File

@@ -42,7 +42,7 @@ spec:
app: prometheus-coo-example-app
spec:
containers:
- image: ghcr.io/rhobs/prometheus-example-app:0.4.1
- image: ghcr.io/rhobs/prometheus-example-app:0.4.2
imagePullPolicy: IfNotPresent
name: prometheus-coo-example-app
---

View File

@@ -39,7 +39,7 @@ spec:
app: prometheus-example-app
spec:
containers:
- image: ghcr.io/rhobs/prometheus-example-app:0.4.1
- image: ghcr.io/rhobs/prometheus-example-app:0.4.2
imagePullPolicy: IfNotPresent
name: prometheus-example-app
---