diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 77d6d931..e12f88d7 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -26,7 +26,7 @@ jobs: - uses: azure/setup-helm@v1 with: - version: v3.7.1 + version: v3.7.2 - name: Install tools run: | diff --git a/Dockerfile b/Dockerfile index dd108103..f24358d4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -29,7 +29,7 @@ RUN curl -LO "https://storage.googleapis.com/kubernetes-release/release/$kubectl mv kubectl /usr/local/bin/ # Install Helm -ARG helm_version=v3.7.1 +ARG helm_version=v3.7.2 LABEL helm_version=$helm_version RUN curl -LO "https://get.helm.sh/helm-$helm_version-linux-amd64.tar.gz" && \ mkdir -p "/usr/local/helm-$helm_version" && \