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:
2
.github/workflows/e2e.yaml
vendored
2
.github/workflows/e2e.yaml
vendored
@@ -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: >
|
||||
|
||||
Reference in New Issue
Block a user