Skip to content

Commit

Permalink
Kubernetes Upgrade from 1.19.7 to 1.23.10 (#147)
Browse files Browse the repository at this point in the history
Kubernetes Upgrade from 1.19.7 to 1.23.10
  • Loading branch information
sergey-korenets-fivestars authored Oct 5, 2022
1 parent d734447 commit 8d05734
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 @@ -79,7 +79,7 @@ ARG DOCKER_COMPOSE_2_VERSION=v2.11.0
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.19.7
ARG KUBE_VERSION=1.23.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 @@ -88,7 +88,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.21.1
ARG KOPS_VERSION=1.23.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.19.7.37"
version = "1.23.10.0"
description = ""
authors = ["Fivestars <dev@fivestars.com>"]
include = [
Expand Down

0 comments on commit 8d05734

Please sign in to comment.