Istio version bump due to security release

This commit is contained in:
Stefan Reimer 2021-03-02 10:33:12 +01:00
parent 8a8c4fbe66
commit ef75ae73f6
8 changed files with 8 additions and 8 deletions

View File

@ -1,6 +1,6 @@
apiVersion: v1
name: istio-ingress
version: 1.9.0
version: 1.9.1
tillerVersion: ">=2.7.2"
description: Helm chart for deploying Istio gateways
keywords:

View File

@ -171,7 +171,7 @@ global:
hub: docker.io/istio
# Default tag for Istio images.
tag: 1.9.0
tag: 1.9.1
# Specify image pull policy if default behavior isn't desired.
# Default behavior: latest images will be Always else IfNotPresent.

View File

@ -1,6 +1,6 @@
apiVersion: v1
name: istio-private-ingress
version: 1.9.0
version: 1.9.1
tillerVersion: ">=2.7.2"
description: Helm chart for deploying Istio gateways
keywords:

View File

@ -171,7 +171,7 @@ global:
hub: docker.io/istio
# Default tag for Istio images.
tag: 1.9.0
tag: 1.9.1
# Specify image pull policy if default behavior isn't desired.
# Default behavior: latest images will be Always else IfNotPresent.

View File

@ -1,6 +1,6 @@
apiVersion: v1
name: base
version: 1.9.0
version: 1.9.1
tillerVersion: ">=2.7.2"
description: Helm chart for deploying Istio cluster resources and CRDs
keywords:

View File

@ -1,6 +1,6 @@
apiVersion: v1
name: istio-discovery
version: 1.9.0
version: 1.9.1
tillerVersion: ">=2.7.2"
description: Helm chart for istio control plane
keywords:

View File

@ -232,7 +232,7 @@ global:
# Dev builds from prow are on gcr.io
hub: docker.io/istio
# Default tag for Istio images.
tag: 1.9.0
tag: 1.9.1
# Specify image pull policy if default behavior isn't desired.
# Default behavior: latest images will be Always else IfNotPresent.

View File

@ -1,7 +1,7 @@
#!/bin/bash
set -ex
export ISTIO_VERSION=1.9.0
export ISTIO_VERSION=1.9.1
if [ ! -d istio-$ISTIO_VERSION ]; then
NAME="istio-$ISTIO_VERSION"