From 01917e42a77c4618bc324fdc8997bd018fc18ffa Mon Sep 17 00:00:00 2001 From: Victoria Martinez de la Cruz Date: Mon, 5 Aug 2024 16:55:31 +0200 Subject: [PATCH] Update Prometheus from Quay for integration Use Prometheus image from Quay instead of the Prometheus image in the Docker registry --- .github/workflows/integration.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 0bc7ee51..2df5b50d 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -22,7 +22,7 @@ jobs: env: QDR_CHANNEL: collectd/metrics BRIDGE_SOCKET: /tmp/sg-bridge/test-socket - PROMETHEUS_IMAGE: prom/prometheus:latest + PROMETHEUS_IMAGE: quay.io/prometheus/prometheus:latest steps: - name: Checkout code uses: actions/checkout@v4.1.3 @@ -118,7 +118,7 @@ jobs: env: QDR_CHANNEL: anycast/ceilometer/metering.sample BRIDGE_SOCKET: /tmp/sg-bridge/test-socket - PROMETHEUS_IMAGE: prom/prometheus:latest + PROMETHEUS_IMAGE: quay.io/prometheus/prometheus:latest steps: - name: Checkout code uses: actions/checkout@v4.1.3 @@ -218,7 +218,7 @@ jobs: name: "[metrics] transport: socket(tcp); handler: ceilometer-metrics; application: prometheus" runs-on: ubuntu-22.04 env: - PROMETHEUS_IMAGE: prom/prometheus:latest + PROMETHEUS_IMAGE: quay.io/prometheus/prometheus:latest steps: - name: Checkout code uses: actions/checkout@v4.1.3