From 2341597800fbe6c86c1346e648f61e014f14440c Mon Sep 17 00:00:00 2001 From: Robert Volkmann <20912167+robertvolkmann@users.noreply.github.com> Date: Wed, 21 Feb 2024 11:33:37 +0100 Subject: [PATCH] Add helm-diff to use kubernetes.core.helm (#30) --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 037c52c..76ca96a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -27,6 +27,7 @@ RUN set -x \ && rm -rf /google-cloud-sdk/.install/.backup \ && gcloud --version \ && curl -fsSL https://raw.githubusercontent.com/helm/helm/master/scripts/get-helm-3 | bash -s -- --version "v${VERSION_HELM}" \ + && helm plugin install https://github.com/databus23/helm-diff \ && python3 -m pip install --disable-pip-version-check --no-cache-dir \ ansible==8.4.0 \ ansible-core==2.15.4 \