1
0
mirror of https://github.com/coreos/prometheus-operator.git synced 2026-02-05 06:45:27 +01:00

*: use consistent image name for the admision webhook

The end-to-end tests and jsonnet code were using
`quay.io/prometheus-operator/prometheus-admission-webhook` which doesn't
exist.

Signed-off-by: Simon Pasquier <spasquie@redhat.com>
This commit is contained in:
Simon Pasquier
2022-03-16 17:16:12 +01:00
parent 1ffeba6999
commit 0c2e2a750b
6 changed files with 14 additions and 14 deletions

View File

@@ -68,7 +68,7 @@ jobs:
run: |
kind load docker-image quay.io/prometheus-operator/prometheus-operator:$(git rev-parse --short HEAD)
kind load docker-image quay.io/prometheus-operator/prometheus-config-reloader:$(git rev-parse --short HEAD)
kind load docker-image quay.io/prometheus-operator/prometheus-admission-webhook:$(git rev-parse --short HEAD)
kind load docker-image quay.io/prometheus-operator/admission-webhook:$(git rev-parse --short HEAD)
kubectl apply -f scripts/kind-rbac.yaml
- name: Run tests
run: >