Skip to content

Commit

Permalink
Merge branch 'master' into VardhanThigle-2863
Browse files Browse the repository at this point in the history
  • Loading branch information
armandomiani authored Jan 21, 2025
2 parents 25f7fa4 + b96b195 commit fb765b8
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 8 deletions.
1 change: 1 addition & 0 deletions k8s/kafka/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ APP_ID ?= $(CHART_NAME)
WAIT_FOR_READY_TIMEOUT := 600

TRACK ?= 3.7
SERVICE_NAME := services/de661158-ff88-479d-bcf3-206917bed7f6.cloudpartnerservices.goog
KAFKA_EXPORTER_TAG ?= 1.8
ZK_TAG ?= 3.8
METRICS_EXPORTER_TAG ?= v0.11.1-gke.1
Expand Down
8 changes: 4 additions & 4 deletions k8s/kafka/apptest/tester/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM gcr.io/cloud-marketplace-tools/testrunner:0.1.5
FROM gcr.io/cloud-marketplace-tools/testrunner:0.1.8

ARG KUBECTL_VERSION=1.12.0
ARG KAFKA_VERSION=2.8.0
Expand All @@ -13,11 +13,11 @@ RUN set -eu \
uuid-runtime \
wget \
curl \
openjdk-11-jre \
netcat
openjdk-17-jre \
netcat-traditional

RUN set -eu \
&& wget -q -O /bin/kubectl https://storage.googleapis.com/kubernetes-release/release/v${KUBECTL_VERSION}/bin/linux/amd64/kubectl \
&& curl -L -o /bin/kubectl https://storage.googleapis.com/kubernetes-release/release/v${KUBECTL_VERSION}/bin/linux/amd64/kubectl \
&& chmod 755 /bin/kubectl \
&& curl -sSL https://archive.apache.org/dist/kafka/${KAFKA_VERSION}/kafka_${SCALA_VERSION}-${KAFKA_VERSION}.tgz -o "/opt/kafka_${SCALA_VERSION}-${KAFKA_VERSION}.tgz" \
&& tar -xzf /opt/kafka_${SCALA_VERSION}-${KAFKA_VERSION}.tgz -C /opt \
Expand Down
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
1 change: 1 addition & 0 deletions k8s/rabbitmq/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ CHART_NAME := rabbitmq
APP_ID ?= $(CHART_NAME)

TRACK ?= 3.13
SERVICE_NAME := services/95b23cea-d381-42ec-8459-27ede8f4fd5a.cloudpartnerservices.goog

METRICS_EXPORTER_TAG ?= v0.9.0

Expand Down
4 changes: 2 additions & 2 deletions k8s/rabbitmq/apptest/tester/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
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 \
ca-certificates \
Expand All @@ -8,7 +8,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
wget \
&& rm -rf /var/lib/apt/lists/*

RUN wget -q -O /bin/kubectl \
RUN curl -L -o /bin/kubectl \
https://storage.googleapis.com/kubernetes-release/release/v1.12.0/bin/linux/amd64/kubectl \
&& chmod 755 /bin/kubectl

Expand Down

0 comments on commit fb765b8

Please sign in to comment.