From 886e530c1b136c0b2328589f75550d7d71599e70 Mon Sep 17 00:00:00 2001 From: BuildBuddy Release Bot Date: Wed, 13 Sep 2023 18:33:37 +0000 Subject: [PATCH] Bumping OSS and Executor to v2.22.0 --- charts/buildbuddy-executor/Chart.yaml | 4 ++-- charts/buildbuddy-executor/README.md | 4 ++-- charts/buildbuddy-executor/values.yaml | 2 +- charts/buildbuddy/Chart.yaml | 4 ++-- charts/buildbuddy/README.md | 4 ++-- charts/buildbuddy/values.yaml | 2 +- 6 files changed, 10 insertions(+), 10 deletions(-) diff --git a/charts/buildbuddy-executor/Chart.yaml b/charts/buildbuddy-executor/Chart.yaml index 379c9875..65e6921f 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.191 # Chart version -appVersion: 2.21.1 # Version of deployed app +version: 0.0.192 # Chart version +appVersion: 2.22.0 # Version of deployed app keywords: - buildbuddy - bazel diff --git a/charts/buildbuddy-executor/README.md b/charts/buildbuddy-executor/README.md index 014ba768..4f4657f9 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.1` | +| `image.tag` | Container image tag | `enterprise-v2.22.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.21.1 \ + --set image.tag=enterprise-v2.22.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 7b253579..bfbbeefa 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.1 + tag: enterprise-v2.22.0 imagePullPolicy: IfNotPresent ## The number of executor replicas to run. diff --git a/charts/buildbuddy/Chart.yaml b/charts/buildbuddy/Chart.yaml index 3358f429..1610f456 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.180 # Chart version -appVersion: 2.21.1 # Version of deployed app +version: 0.0.181 # Chart version +appVersion: 2.22.0 # Version of deployed app keywords: - buildbuddy - bazel diff --git a/charts/buildbuddy/README.md b/charts/buildbuddy/README.md index 550f6651..c9703948 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.1` | +| `image.tag` | Container image tag | `v2.22.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` | @@ -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.1\ + --set image.tag=v2.22.0\ --set mysql.mysqlUser=sampleUser \ --set mysql.mysqlPassword=samplePassword \ buildbuddy/buildbuddy diff --git a/charts/buildbuddy/values.yaml b/charts/buildbuddy/values.yaml index 8225e726..b2049f6a 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.1 + tag: v2.22.0 imagePullPolicy: IfNotPresent ## The number of app replicas to run.