Skip to content

Commit

Permalink
K8s - ActiveMQ - Add annotations (#2835)
Browse files Browse the repository at this point in the history
* K8s - ActiveMQ - Add annotations

* fix: replace netcat
  • Loading branch information
armandomiani authored Jan 10, 2025
1 parent 36cd182 commit 0d46b52
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions k8s/activemq/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ CHART_NAME := activemq
APP_ID ?= $(CHART_NAME)

TRACK ?= 6.1
SERVICE_NAME ?= services/450acd45-a325-47bc-a603-0d79951b9800.cloudpartnerservices.goog

VERIFY_WAIT_TIMEOUT = 1800

Expand Down
4 changes: 2 additions & 2 deletions k8s/activemq/apptest/tester/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
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 \
wget \
netcat \
netcat-traditional \
dnsutils \
default-jdk \
&& rm -rf /var/lib/apt/lists/*
Expand Down

0 comments on commit 0d46b52

Please sign in to comment.