package
0.75.2-rhobs1
Repository: https://github.com/rhobs/obo-prometheus-operator.git
Documentation: pkg.go.dev

# README

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/rhobs/obo-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/rhobs/obo-prometheus-alertmanager-test-webhook.
  • Buildah CLI + the qemu-user-static package.

Running make manifest should be all that is needed.