Skip to content

Commit

Permalink
fix(deps): Update helm version (#176)
Browse files Browse the repository at this point in the history
  • Loading branch information
jarojasm95 authored Sep 5, 2024
1 parent d9ae183 commit d13bd47
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "aladdin"
version = "1.29.8.1"
version = "1.29.8.2"
description = ""
authors = ["Fivestars <dev@fivestars.com>"]
include = [
Expand Down

0 comments on commit d13bd47

Please sign in to comment.