Skip to content

Commit

Permalink
Upgrade Kops from 1.24.5 to 1.25.4 (#155)
Browse files Browse the repository at this point in the history
Upgrade Kops from 1.24.5 to 1.25.4
  • Loading branch information
sergey-korenets-fivestars authored Apr 3, 2023
1 parent 0e0eba2 commit a48834d
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 @@ -87,7 +87,7 @@ RUN curl -fsSL https://raw.githubusercontent.com/helm/helm/master/scripts/get-he
chmod 700 get-helm-3.sh && \
./get-helm-3.sh --version v${HELM_VERSION}

ARG KOPS_VERSION=1.24.5
ARG KOPS_VERSION=1.25.4
RUN curl -Lo kops https://github.com/kubernetes/kops/releases/download/v$KOPS_VERSION/kops-linux-$(dpkg --print-architecture) && \
chmod +x ./kops && \
mv ./kops /usr/local/bin/
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.23.10.2"
version = "1.24.10.0"
description = ""
authors = ["Fivestars <dev@fivestars.com>"]
include = [
Expand Down

0 comments on commit a48834d

Please sign in to comment.