Release v2.19.0 #38

Merged
stefan merged 65 commits from master into stable 2021-03-25 15:34:44 +00:00
8 changed files with 8 additions and 8 deletions
Showing only changes of commit ef75ae73f6 - Show all commits

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"