From ed157f151b942bfb5afd6574ea2b2dab5561bc4f Mon Sep 17 00:00:00 2001 From: BuildBuddy Release Bot Date: Thu, 12 Dec 2024 20:26:10 +0000 Subject: [PATCH] Bumping OSS and Executor to v2.115.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 d0fbb47..711e3b7 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.299 # Chart version -appVersion: 2.114.0 # Version of deployed app +version: 0.0.300 # Chart version +appVersion: 2.115.0 # Version of deployed app keywords: - buildbuddy - bazel diff --git a/charts/buildbuddy-executor/README.md b/charts/buildbuddy-executor/README.md index 179bc7c..afb3b84 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.114.0` | +| `image.tag` | Container image tag | `enterprise-v2.115.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.114.0 \ + --set image.tag=enterprise-v2.115.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 4bfae75..78e3ad1 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.114.0 + tag: enterprise-v2.115.0 imagePullPolicy: IfNotPresent ## The number of executor replicas to run. diff --git a/charts/buildbuddy/Chart.yaml b/charts/buildbuddy/Chart.yaml index 4db478c..ddf67b9 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.280 # Chart version -appVersion: 2.114.0 # Version of deployed app +version: 0.0.281 # Chart version +appVersion: 2.115.0 # Version of deployed app keywords: - buildbuddy - bazel diff --git a/charts/buildbuddy/README.md b/charts/buildbuddy/README.md index f3d130f..35672aa 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.114.0` | +| `image.tag` | Container image tag | `v2.115.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.114.0\ + --set image.tag=v2.115.0\ --set mysql.mysqlUser=sampleUser \ --set mysql.mysqlPassword=samplePassword \ buildbuddy/buildbuddy diff --git a/charts/buildbuddy/values.yaml b/charts/buildbuddy/values.yaml index ae22633..7189b11 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.114.0 + tag: v2.115.0 imagePullPolicy: IfNotPresent ## The number of app replicas to run.