Skip to content

Commit

Permalink
Merge branch 'master' into miani-k8s-drupal-20250113
Browse files Browse the repository at this point in the history
  • Loading branch information
armandomiani authored Jan 14, 2025
2 parents 36faf83 + b76d1c6 commit 89ee38f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
1 change: 1 addition & 0 deletions k8s/django/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ CHART_NAME := django
APP_ID ?= $(CHART_NAME)

TRACK ?= 5.0
SERVICE_NAME := services/b0af85ce-23df-43aa-9f54-b6e81eeb27d1.cloudpartnerservices.goog
UWSGI_EXPORTER_TRACK ?= 1.1
NGINX_TRACK ?= 1.25
EXPORTER_TAG ?= 0.11
Expand Down
5 changes: 2 additions & 3 deletions k8s/django/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 89ee38f

Please sign in to comment.