Skip to content

Commit

Permalink
Bump image and chart versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Laci21 committed Feb 12, 2021
1 parent a9b3460 commit fcbb25f
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions deploy/charts/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.77
version: 0.0.78
description: istio-operator manages Istio deployments on Kubernetes
sources:
- https://github.com/banzaicloud/istio-operator
appVersion: 0.8.6
appVersion: 0.9.0
icon: https://istio.io/img/istio-logo-social-blue-background.svg
2 changes: 1 addition & 1 deletion deploy/charts/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.8.6`
`operator.image.tag` | Operator container image tag | `0.9.0`
`operator.image.pullPolicy` | Operator container image pull policy | `IfNotPresent`
`operator.resources` | CPU/Memory resource requests/limits (YAML) | Memory: `256Mi`, CPU: `200m`
`istioVersion` | Supported Istio version | `1.9`
Expand Down
2 changes: 1 addition & 1 deletion deploy/charts/istio-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
operator:
image:
repository: ghcr.io/banzaicloud/istio-operator
tag: 0.8.6
tag: 0.9.0
pullPolicy: IfNotPresent
extraArgs: []
resources:
Expand Down
6 changes: 3 additions & 3 deletions static/charts/istio_operator/chart.gogen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit fcbb25f

Please sign in to comment.