-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update Prometheus from Quay for integration
Use Prometheus image from Quay instead of the Prometheus image in the Docker registry
- Loading branch information
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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] | ||
|
@@ -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] | ||
|
@@ -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] | ||
|