1
0
mirror of https://github.com/coreos/prometheus-operator.git synced 2026-02-06 00:47:16 +01:00
Files
prometheus-operator/example/alertmanager-webhook
Simon Pasquier 2961a0f1e2 Use prometheus-alertmanager-test-webhook image from quay.io/prometheus-operator (#5025)
* example/alertmanager-webhook: build image for amd64 and arm64

Closes #5012

Signed-off-by: Simon Pasquier <spasquie@redhat.com>

* test/e2e: remove use of legacy coreos image

Signed-off-by: Simon Pasquier <spasquie@redhat.com>

Signed-off-by: Simon Pasquier <spasquie@redhat.com>
2022-09-19 14:52:23 +00:00
..

This directory contains a very simple program that can receive alert notifications from Alertmanager. It is used by the end-to-end tests to verify that Alertmanager works as expected.

The program is available at quay.io/prometheus-operator/prometheus-alertmanager-test-webhook:latest.

Updating the image on quay.io

The image requires very few updates since the program is very simple and only used for testing.

Pre-requisites:

  • Credentials to push the image to quay.io/prometheus-operator/prometheus-alertmanager-test-webhook.
  • Buildah CLI + the qemu-user-static package.

Running make manifest should be all that is needed.