From 3ab991c807047b3e74a7961f70491922ee46156e Mon Sep 17 00:00:00 2001 From: Zsolt Varga Date: Mon, 17 Jun 2019 18:20:03 +0200 Subject: [PATCH] Bump Istio operator version to 0.1.20 --- istio-operator/Chart.yaml | 4 ++-- istio-operator/README.md | 2 +- istio-operator/values.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/istio-operator/Chart.yaml b/istio-operator/Chart.yaml index 185acb98..0e18954b 100644 --- a/istio-operator/Chart.yaml +++ b/istio-operator/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v1 name: istio-operator -version: 0.0.10 +version: 0.0.12 description: istio-operator manages Istio deployments on Kubernetes sources: - https://github.com/banzaicloud/istio-operator -appVersion: 0.1.19 +appVersion: 0.1.20 icon: https://istio.io/img/istio-logo-social-blue-background.svg diff --git a/istio-operator/README.md b/istio-operator/README.md index 1333c2a7..973f6ecd 100644 --- a/istio-operator/README.md +++ b/istio-operator/README.md @@ -32,7 +32,7 @@ The following table lists the configurable parameters of the Banzaicloud Istio O Parameter | Description | Default --------- | ----------- | ------- `operator.image.repository` | Operator container image repository | `banzaicloud/istio-operator` -`operator.image.tag` | Operator container image tag | `0.1.19` +`operator.image.tag` | Operator container image tag | `0.1.20` `operator.image.pullPolicy` | Operator container image pull policy | `IfNotPresent` `operator.resources` | CPU/Memory resource requests/limits (YAML) | Memory: `128Mi/256Mi`, CPU: `100m/200m` `prometheusMetrics.enabled` | If true, use direct access for Prometheus metrics | `false` diff --git a/istio-operator/values.yaml b/istio-operator/values.yaml index a9dc1fed..01cf278e 100644 --- a/istio-operator/values.yaml +++ b/istio-operator/values.yaml @@ -5,7 +5,7 @@ operator: image: repository: banzaicloud/istio-operator - tag: 0.1.19 + tag: 0.1.20 pullPolicy: IfNotPresent resources: limits: