Skip to content

Commit

Permalink
[pravega] Issue 109: Updating AppVersion to 0.11.0 (#120)
Browse files Browse the repository at this point in the history
Signed-off-by: krishan <[email protected]>
  • Loading branch information
krishan-Rai authored May 17, 2022
1 parent 0c69b4b commit cfa4e65
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/pravega/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: pravega
description: Pravega Helm chart for Kubernetes
version: 0.10.4
appVersion: 0.10.2
appVersion: 0.11.0
keywords:
- pravega
- storage
Expand Down
2 changes: 1 addition & 1 deletion charts/pravega/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ The following table lists the configurable parameters of the pravega chart and t

| Parameter | Description | Default |
| ----- | ----------- | ------ |
| `image.tag` | `Version of Pravega image` | `0.10.2` |
| `image.tag` | `Version of Pravega image` | `0.11.0` |
| `image.repository` | Image repository | `pravega/pravega` |
| `image.pullPolicy` | Image pull policy | `IfNotPresent` |
| `tls` | Pravega security configuration passed to the Pravega processes | `{}` |
Expand Down
2 changes: 1 addition & 1 deletion charts/pravega/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ externalAccess:
image:
repository: pravega/pravega
pullPolicy: IfNotPresent
tag: 0.10.2
tag: 0.11.0

hooks:
image:
Expand Down

0 comments on commit cfa4e65

Please sign in to comment.