Skip to content

Commit

Permalink
Update Prometheus from Quay for integration
Browse files Browse the repository at this point in the history
Use Prometheus image from Quay instead of
the Prometheus image in the Docker registry
  • Loading branch information
vkmc committed Aug 16, 2024
1 parent 94046a3 commit 9a339cd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
Expand Down Expand Up @@ -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/[email protected]
Expand Down Expand Up @@ -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/[email protected]
Expand Down

0 comments on commit 9a339cd

Please sign in to comment.