Skip to content

Commit

Permalink
Bump up kops and kubectl (#153)
Browse files Browse the repository at this point in the history
Bump up kops from 1.23.4 to 1.24.5, kubectl 1.23.10 from to 1.24.10
  • Loading branch information
sergey-korenets-fivestars authored Feb 9, 2023
1 parent 82a2c25 commit b4c9aef
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ ARG DOCKER_COMPOSE_2_VERSION=v2.14.2
RUN curl -L "https://github.com/docker/compose/releases/download/$DOCKER_COMPOSE_2_VERSION/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose-2 && \
chmod 755 /usr/local/bin/docker-compose-2

ARG KUBE_VERSION=1.23.10
ARG KUBE_VERSION=1.24.10
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

Expand All @@ -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.23.4
ARG KOPS_VERSION=1.24.5
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.1"
version = "1.23.10.2"
description = ""
authors = ["Fivestars <dev@fivestars.com>"]
include = [
Expand Down

0 comments on commit b4c9aef

Please sign in to comment.