Skip to content

Commit

Permalink
Bump Istio operator version to 0.1.20 (banzaicloud#863)
Browse files Browse the repository at this point in the history
  • Loading branch information
waynz0r authored Jun 17, 2019
1 parent 74c7c72 commit e891830
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions istio-operator/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion istio-operator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down
2 changes: 1 addition & 1 deletion istio-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
operator:
image:
repository: banzaicloud/istio-operator
tag: 0.1.19
tag: 0.1.20
pullPolicy: IfNotPresent
resources:
limits:
Expand Down

0 comments on commit e891830

Please sign in to comment.