Skip to content

Commit

Permalink
[pravega-operator] Issue 165: Update appVersion to 0.5.7 for pravega-…
Browse files Browse the repository at this point in the history
…operator (#167)

Signed-off-by: anisha.kj <[email protected]>
  • Loading branch information
anishakj authored Jul 6, 2023
1 parent 801ad74 commit 1ab3ea7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/pravega-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: pravega-operator
description: Pravega Operator Helm chart for Kubernetes
version: 0.6.3
appVersion: 0.5.6
appVersion: 0.5.7
keywords:
- pravega
- storage
Expand Down
2 changes: 1 addition & 1 deletion charts/pravega-operator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ The following table lists the configurable parameters of the pravega-operator ch
| Parameter | Description | Default |
| ----- | ----------- | ------ |
| `image.repository` | Image repository | `pravega/pravega-operator` |
| `image.tag` | Image tag | `0.5.6` |
| `image.tag` | Image tag | `0.5.7` |
| `image.pullPolicy` | Image pull policy | `IfNotPresent` |
| `crd.create` | Create pravega CRD | `true` |
| `rbac.create` | Create RBAC resources | `true` |
Expand Down
2 changes: 1 addition & 1 deletion charts/pravega-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

image:
repository: pravega/pravega-operator
tag: 0.5.6
tag: 0.5.7
pullPolicy: IfNotPresent

securityContext: {}
Expand Down

0 comments on commit 1ab3ea7

Please sign in to comment.