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 5, 2024
1 parent 3a50e3a commit 01917e4
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 01917e4

Please sign in to comment.