From d13bd47955288c31e842547363b490c2c10b2a19 Mon Sep 17 00:00:00 2001 From: Jose Rojas <39174181+jarojasm95@users.noreply.github.com> Date: Wed, 4 Sep 2024 20:01:58 -0600 Subject: [PATCH] fix(deps): Update helm version (#176) --- Dockerfile | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index ffce07d..c5c1c50 100644 --- a/Dockerfile +++ b/Dockerfile @@ -82,7 +82,7 @@ ARG KUBE_VERSION=1.29.8 RUN curl -L -o /usr/local/bin/kubectl https://storage.googleapis.com/kubernetes-release/release/v$KUBE_VERSION/bin/linux/$(dpkg --print-architecture)/kubectl && \ chmod 755 /usr/local/bin/kubectl -ARG HELM_VERSION=3.12.0 +ARG HELM_VERSION=3.15.4 RUN curl -fsSL https://raw.githubusercontent.com/helm/helm/master/scripts/get-helm-3 -o get-helm-3.sh && \ chmod 700 get-helm-3.sh && \ ./get-helm-3.sh --version v${HELM_VERSION} diff --git a/pyproject.toml b/pyproject.toml index 2847ad0..1c7fc3b 100755 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "aladdin" -version = "1.29.8.1" +version = "1.29.8.2" description = "" authors = ["Fivestars "] include = [