Skip to content

Commit

Permalink
Merge branch 'master' into miani-k8s-rabbitmq-20250114
Browse files Browse the repository at this point in the history
  • Loading branch information
armandomiani authored Jan 20, 2025
2 parents 2fe1ebc + 6439d57 commit 4b3b993
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions k8s/prometheus-operator/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ APP_ID ?= $(CHART_NAME)
SOURCE_REGISTRY ?= marketplace.gcr.io/google

TRACK ?= 0.77
SERVICE_NAME := services/6eff155d-707c-4095-be15-020e9da70f54.cloudpartnerservices.goog

IMAGE_MAIN ?= $(SOURCE_REGISTRY)/prometheus-operator0:$(TRACK)

Expand Down
4 changes: 2 additions & 2 deletions k8s/prometheus-operator/apptest/tester/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM gcr.io/cloud-marketplace-tools/testrunner:0.1.5
FROM gcr.io/cloud-marketplace-tools/testrunner:0.1.8

RUN apt-get update && apt-get install -y --no-install-recommends \
curl dnsutils netcat jq \
curl dnsutils netcat-traditional jq \
&& rm -rf /var/lib/apt/lists/*

COPY tests/basic-suite.yaml /tests/basic-suite.yaml
Expand Down

0 comments on commit 4b3b993

Please sign in to comment.