Skip to content

Commit

Permalink
[bookkeeper] Issue 176: Updating bookkeeper app version to 0.13.0 (#178)
Browse files Browse the repository at this point in the history
Signed-off-by: anisha.kj <[email protected]>
  • Loading branch information
anishakj authored Dec 4, 2023
1 parent 70a427b commit 15106b9
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.6
appVersion: 0.12.0
appVersion: 0.13.0
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.12.0` |
| `image.tag` | Image tag | `0.13.0` |
| `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.12.0
tag: 0.13.0

hooks:
image:
Expand Down

0 comments on commit 15106b9

Please sign in to comment.