Skip to content

Commit

Permalink
K8s - Argo-Workflows - Add annotations (#2837)
Browse files Browse the repository at this point in the history
* K8s - Argo-Workflows - Add annotations

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

TRACK ?= 3.5
SERVICE_NAME := services/f6f7625a-8d55-4b9d-a394-cdd8e6b47b44.cloudpartnerservices.goog

EXPORTER_TAG ?= exporter
POSTGRESQL_EXPORTER_TAG ?= 0.15
Expand Down
4 changes: 2 additions & 2 deletions k8s/argo-workflows/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 \
curl \
netcat \
netcat-traditional \
dnsutils \
default-jdk \
&& rm -rf /var/lib/apt/lists/*
Expand Down

0 comments on commit e088247

Please sign in to comment.