Skip to content

Commit

Permalink
K8s - InfluxDB - Add annotations (#2848)
Browse files Browse the repository at this point in the history
  • Loading branch information
armandomiani authored Jan 15, 2025
1 parent b1e3061 commit 1c0b1f0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
1 change: 1 addition & 0 deletions k8s/influxdb/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ CHART_NAME := influxdb
APP_ID ?= $(CHART_NAME)

TRACK ?= 2.7
SERVICE_NAME := services/98477e57-9f15-425d-9e9c-f9318eea0d56.cloudpartnerservices.goog

METRICS_EXPORTER_TAG ?= v0.11.1-gke.1

Expand Down
5 changes: 2 additions & 3 deletions k8s/influxdb/apptest/tester/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
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 \
gettext \
jq \
uuid-runtime \
wget \
curl \
&& 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 1c0b1f0

Please sign in to comment.