diff --git a/modules/monitoring-configuring-monitoring-for-an-application.adoc b/modules/monitoring-configuring-monitoring-for-an-application.adoc index badf1b7fcb4b..57d5c06268a7 100644 --- a/modules/monitoring-configuring-monitoring-for-an-application.adoc +++ b/modules/monitoring-configuring-monitoring-for-an-application.adoc @@ -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 diff --git a/modules/monitoring-deploying-a-sample-service-for-cluster-observability-operator.adoc b/modules/monitoring-deploying-a-sample-service-for-cluster-observability-operator.adoc index 3bb8417efb97..5b0234df9303 100644 --- a/modules/monitoring-deploying-a-sample-service-for-cluster-observability-operator.adoc +++ b/modules/monitoring-deploying-a-sample-service-for-cluster-observability-operator.adoc @@ -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 --- diff --git a/modules/monitoring-deploying-a-sample-service.adoc b/modules/monitoring-deploying-a-sample-service.adoc index fbd81a648491..4fe7d00a0bae 100644 --- a/modules/monitoring-deploying-a-sample-service.adoc +++ b/modules/monitoring-deploying-a-sample-service.adoc @@ -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 ---