Skip to content

Commit

Permalink
K8s - Cert-Manager - Add annotations (#2839)
Browse files Browse the repository at this point in the history
* K8s - Cert-Manager - Add annotations

* fix: replace netcat

* fix: kubectl download
  • Loading branch information
armandomiani authored Jan 11, 2025
1 parent e088247 commit be7a4ff
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions k8s/cert-manager/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ APP_ID ?= $(CHART_NAME)
SOURCE_REGISTRY ?= marketplace.gcr.io/google

TRACK ?= 1.15
SERVICE_NAME := services/a87fa03a-4d8e-473d-afe8-02efc04aa9f2.cloudpartnerservices.goog
METRICS_EXPORTER_TAG ?= v0.5.1

IMAGE_MAIN ?= $(SOURCE_REGISTRY)/cert-manager1:$(TRACK)
Expand Down
7 changes: 4 additions & 3 deletions k8s/cert-manager/apptest/tester/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
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 wget dnsutils netcat jq \
curl dnsutils netcat-traditional jq \
&& rm -rf /var/lib/apt/lists/*

RUN mkdir -p /opt/kubectl/1.21 \
&& wget -q -O /opt/kubectl/1.21/kubectl \
&& curl -L -k -o kubectl \
https://storage.googleapis.com/kubernetes-release/release/v1.21.6/bin/linux/amd64/kubectl \
&& mv kubectl /opt/kubectl/1.21/kubectl \
&& chmod 755 /opt/kubectl/1.21/kubectl \
&& ln -s /opt/kubectl/1.21/kubectl /usr/bin/kubectl

Expand Down

0 comments on commit be7a4ff

Please sign in to comment.