Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump Istio operator version to 0.1.20 #863

Merged
merged 1 commit into from
Jun 17, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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