Skip to content

Commit

Permalink
Upgrade istio from 1.18 to 1.19 (#164)
Browse files Browse the repository at this point in the history
* Upgrade istio from 1.18 to 1.19

* version
  • Loading branch information
sergey-korenets-fivestars authored Jan 31, 2024
1 parent d31cda4 commit f465510
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 @@ -92,7 +92,7 @@ RUN curl -Lo kops https://github.com/kubernetes/kops/releases/download/v$KOPS_VE
chmod +x ./kops && \
mv ./kops /usr/local/bin/

ARG ISTIO_VERSION=1.18.5
ARG ISTIO_VERSION=1.19.6
RUN curl -L https://istio.io/downloadIstio | ISTIO_VERSION="$ISTIO_VERSION" sh - && \
mv /istio-$ISTIO_VERSION/bin/istioctl /usr/local/bin/istioctl

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.25.15.2"
version = "1.25.15.3"
description = ""
authors = ["Fivestars <dev@fivestars.com>"]
include = [
Expand Down

0 comments on commit f465510

Please sign in to comment.