From 15106b95f4b31a82ba7da59cd90268b1909373ee Mon Sep 17 00:00:00 2001 From: anishakj <43978302+anishakj@users.noreply.github.com> Date: Mon, 4 Dec 2023 11:11:38 +0530 Subject: [PATCH] [bookkeeper] Issue 176: Updating bookkeeper app version to 0.13.0 (#178) Signed-off-by: anisha.kj --- charts/bookkeeper/Chart.yaml | 2 +- charts/bookkeeper/README.md | 2 +- charts/bookkeeper/values.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/bookkeeper/Chart.yaml b/charts/bookkeeper/Chart.yaml index c905384..9f30116 100644 --- a/charts/bookkeeper/Chart.yaml +++ b/charts/bookkeeper/Chart.yaml @@ -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 diff --git a/charts/bookkeeper/README.md b/charts/bookkeeper/README.md index 1467e11..1d39f7c 100644 --- a/charts/bookkeeper/README.md +++ b/charts/bookkeeper/README.md @@ -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` | diff --git a/charts/bookkeeper/values.yaml b/charts/bookkeeper/values.yaml index cf4fab5..f95ef66 100644 --- a/charts/bookkeeper/values.yaml +++ b/charts/bookkeeper/values.yaml @@ -5,7 +5,7 @@ image: repository: pravega/bookkeeper pullPolicy: IfNotPresent - tag: 0.12.0 + tag: 0.13.0 hooks: image: