Skip to content

Commit

Permalink
Kubernetes Cluster Upgrade from 1.26 to 1.27 (#166)
Browse files Browse the repository at this point in the history
Kubernetes Cluster Upgrade from 1.26 to 1.27
  • Loading branch information
sergey-korenets-fivestars authored Apr 29, 2024
1 parent 5a4efe8 commit c526cec
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 @@ -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.26.14
ARG KUBE_VERSION=1.27.13
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 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.26.14.6"
version = "1.27.13.0"
description = ""
authors = ["Fivestars <dev@fivestars.com>"]
include = [
Expand Down

0 comments on commit c526cec

Please sign in to comment.