Skip to content

Commit

Permalink
Bumping OSS and Executor to v2.115.0
Browse files Browse the repository at this point in the history
  • Loading branch information
BuildBuddy Release Bot committed Dec 12, 2024
1 parent bed2b17 commit ed157f1
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions charts/buildbuddy-executor/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions charts/buildbuddy-executor/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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` |
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion charts/buildbuddy-executor/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
4 changes: 2 additions & 2 deletions charts/buildbuddy/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions charts/buildbuddy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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` |
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion charts/buildbuddy/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit ed157f1

Please sign in to comment.