diff --git a/charts/buildbuddy-executor/Chart.yaml b/charts/buildbuddy-executor/Chart.yaml index f17ba718..379c9875 100644 --- a/charts/buildbuddy-executor/Chart.yaml +++ b/charts/buildbuddy-executor/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v1 description: BuildBuddy Executor name: buildbuddy-executor -version: 0.0.190 # Chart version -appVersion: 2.21.0 # Version of deployed app +version: 0.0.191 # Chart version +appVersion: 2.21.1 # Version of deployed app keywords: - buildbuddy - bazel diff --git a/charts/buildbuddy-executor/README.md b/charts/buildbuddy-executor/README.md index 73e4c124..014ba768 100644 --- a/charts/buildbuddy-executor/README.md +++ b/charts/buildbuddy-executor/README.md @@ -76,7 +76,7 @@ The following table lists the configurable parameters of the BuildBuddy Open Sou | ----------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------- | | `config` | The `config.yaml` configuration to be used by the BuildBuddy Executor. The values you provide will by using Helm's merging behavior override individual default values only. See the [example configurations](#example-configurations) and the [BuildBuddy documentation](https://www.buildbuddy.io/docs/config-rbe#executor-config) for details. | See `config` in [values.yaml](https://github.com/buildbuddy-io/buildbuddy-helm/blob/master/charts/buildbuddy-executor/values.yaml) | | `image.repository` | Container image repository | `gcr.io/flame-public/buildbuddy-executor-enterprise` | -| `image.tag` | Container image tag | `enterprise-v2.21.0` | +| `image.tag` | Container image tag | `enterprise-v2.21.1` | | `image.imagePullPolicy` | Container image pull policy | `IfNotPresent` | | `disk.data.enabled` | Whether to enable a persistent volume disk mounted at /data | `true` | | `disk.data.size` | The size of the persistent volume disk | `10Gi` | @@ -94,7 +94,7 @@ Specify each parameter using the `--set key=value[,key=value]` argument to `helm ```bash $ helm install my-release \ - --set image.tag=enterprise-v2.21.0 \ + --set image.tag=enterprise-v2.21.1 \ --set mysql.mysqlUser=sampleUser \ --set mysql.mysqlPassword=samplePassword \ buildbuddy/buildbuddy-executor diff --git a/charts/buildbuddy-executor/values.yaml b/charts/buildbuddy-executor/values.yaml index 0bd6994b..7b253579 100644 --- a/charts/buildbuddy-executor/values.yaml +++ b/charts/buildbuddy-executor/values.yaml @@ -5,7 +5,7 @@ ## The BuildBuddy Executor container image to use. image: repository: gcr.io/flame-public/buildbuddy-executor-enterprise - tag: enterprise-v2.21.0 + tag: enterprise-v2.21.1 imagePullPolicy: IfNotPresent ## The number of executor replicas to run. diff --git a/charts/buildbuddy/Chart.yaml b/charts/buildbuddy/Chart.yaml index 85f5b3b6..3358f429 100644 --- a/charts/buildbuddy/Chart.yaml +++ b/charts/buildbuddy/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v1 description: BuildBuddy Open Source name: buildbuddy -version: 0.0.179 # Chart version -appVersion: 2.21.0 # Version of deployed app +version: 0.0.180 # Chart version +appVersion: 2.21.1 # Version of deployed app keywords: - buildbuddy - bazel diff --git a/charts/buildbuddy/README.md b/charts/buildbuddy/README.md index 1e101c6f..550f6651 100644 --- a/charts/buildbuddy/README.md +++ b/charts/buildbuddy/README.md @@ -78,7 +78,7 @@ The following table lists the configurable parameters of the BuildBuddy Open Sou | ------------------------------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------- | | `config` | The `config.yaml` configuration to be used by the BuildBuddy server. The values you provide will by using Helm's merging behavior override individual default values only. See the [example configurations](#example-configurations) and the [BuildBuddy documentation](https://www.buildbuddy.io/docs/config) for details. | See `config` in [values.yaml](https://github.com/buildbuddy-io/buildbuddy-helm/blob/master/charts/buildbuddy/values.yaml) | | `image.repository` | Container image repository | `gcr.io/flame-public/buildbuddy-app-onprem` | -| `image.tag` | Container image tag | `v2.21.0` | +| `image.tag` | Container image tag | `v2.21.1` | | `image.imagePullPolicy` | Container image pull policy | `IfNotPresent` | | `disk.data.enabled` | Whether to enable a persistent volume disk mounted at /data | `true` | | `disk.data.size` | The size of the persistent volume disk | `10Gi` | @@ -132,7 +132,7 @@ Specify each parameter using the `--set key=value[,key=value]` argument to `helm ```bash $ helm install my-release \ - --set image.tag=v2.21.0\ + --set image.tag=v2.21.1\ --set mysql.mysqlUser=sampleUser \ --set mysql.mysqlPassword=samplePassword \ buildbuddy/buildbuddy diff --git a/charts/buildbuddy/values.yaml b/charts/buildbuddy/values.yaml index 4ed20200..8225e726 100644 --- a/charts/buildbuddy/values.yaml +++ b/charts/buildbuddy/values.yaml @@ -5,7 +5,7 @@ ## The BuildBuddy container image to use. image: repository: gcr.io/flame-public/buildbuddy-app-onprem - tag: v2.21.0 + tag: v2.21.1 imagePullPolicy: IfNotPresent ## The number of app replicas to run.