Skip to content

Commit

Permalink
Upgrade istioctl (#86)
Browse files Browse the repository at this point in the history
* Upgrade istioctl
  • Loading branch information
agianey authored Apr 2, 2021
1 parent 7b0a108 commit 2da1d39
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 @@ -63,7 +63,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.6.2
ARG ISTIO_VERSION=1.9.2
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.19.7.3"
version = "1.19.7.4"
description = ""
authors = ["Fivestars <dev@fivestars.com>"]
include = [
Expand Down

0 comments on commit 2da1d39

Please sign in to comment.