diff --git a/charts/bookkeeper/Chart.yaml b/charts/bookkeeper/Chart.yaml index ee3325b..219000b 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.3 -appVersion: 0.10.1 +appVersion: 0.10.2 keywords: - log storage - stream storage diff --git a/charts/bookkeeper/README.md b/charts/bookkeeper/README.md index 304bd00..dc8dede 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.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` | diff --git a/charts/bookkeeper/values.yaml b/charts/bookkeeper/values.yaml index 0daaf40..12721aa 100644 --- a/charts/bookkeeper/values.yaml +++ b/charts/bookkeeper/values.yaml @@ -5,7 +5,7 @@ image: repository: pravega/bookkeeper pullPolicy: IfNotPresent - tag: 0.10.1 + tag: 0.10.2 hooks: image: