Skip to content

Commit

Permalink
[bookkeeper] Issue 122: Updating AppVersion to 0.10.2 (#125)
Browse files Browse the repository at this point in the history
Signed-off-by: anishakj <[email protected]>
  • Loading branch information
anishakj authored May 17, 2022
1 parent d6d428d commit 22e37c9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/bookkeeper/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: bookkeeper
description: Bookkeeper Helm chart for Kubernetes
version: 0.10.3
appVersion: 0.10.1
appVersion: 0.10.2
keywords:
- log storage
- stream storage
Expand Down
2 changes: 1 addition & 1 deletion charts/bookkeeper/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ The following table lists the configurable parameters of the Bookkeeper chart an

| Parameter | Description | Default |
| ----- | ----------- | ------ |
| `image.tag` | Image tag | `0.10.1` |
| `image.tag` | Image tag | `0.10.2` |
| `image.repository` | Image repository | `pravega/bookkeeper` |
| `image.pullPolicy` | Image pull policy | `IfNotPresent` |
| `replicas` | Number of bookkeeper replicas | `3` |
Expand Down
2 changes: 1 addition & 1 deletion charts/bookkeeper/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
image:
repository: pravega/bookkeeper
pullPolicy: IfNotPresent
tag: 0.10.1
tag: 0.10.2

hooks:
image:
Expand Down

0 comments on commit 22e37c9

Please sign in to comment.