diff --git a/charts/buildbuddy-executor/Chart.yaml b/charts/buildbuddy-executor/Chart.yaml index 99189d4..9936447 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.277 # Chart version -appVersion: 2.91.0 # Version of deployed app +version: 0.0.278 # Chart version +appVersion: 2.92.0 # Version of deployed app keywords: - buildbuddy - bazel diff --git a/charts/buildbuddy-executor/README.md b/charts/buildbuddy-executor/README.md index ab74716..3d1939d 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.91.0` | +| `image.tag` | Container image tag | `enterprise-v2.92.0` | | `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.91.0 \ + --set image.tag=enterprise-v2.92.0 \ --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 1c55342..471f636 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.91.0 + tag: enterprise-v2.92.0 imagePullPolicy: IfNotPresent ## The number of executor replicas to run. diff --git a/charts/buildbuddy/Chart.yaml b/charts/buildbuddy/Chart.yaml index 39c00e9..5390134 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.260 # Chart version -appVersion: 2.91.0 # Version of deployed app +version: 0.0.261 # Chart version +appVersion: 2.92.0 # Version of deployed app keywords: - buildbuddy - bazel diff --git a/charts/buildbuddy/README.md b/charts/buildbuddy/README.md index f8be1b6..1232590 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.91.0` | +| `image.tag` | Container image tag | `v2.92.0` | | `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` | @@ -133,7 +133,7 @@ Specify each parameter using the `--set key=value[,key=value]` argument to `helm ```bash $ helm install my-release \ - --set image.tag=v2.91.0\ + --set image.tag=v2.92.0\ --set mysql.mysqlUser=sampleUser \ --set mysql.mysqlPassword=samplePassword \ buildbuddy/buildbuddy diff --git a/charts/buildbuddy/values.yaml b/charts/buildbuddy/values.yaml index d22bcb6..0182e24 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.91.0 + tag: v2.92.0 imagePullPolicy: IfNotPresent ## The number of app replicas to run.