Skip to content

Commit 30ffcaf

Browse files
author
BuildBuddy Release Bot
committed
Bumping OSS and Executor to v2.139.0
1 parent f5aa9a2 commit 30ffcaf

File tree

6 files changed

+10
-10
lines changed

6 files changed

+10
-10
lines changed

charts/buildbuddy-executor/Chart.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
apiVersion: v1
22
description: BuildBuddy Executor
33
name: buildbuddy-executor
4-
version: 0.0.319 # Chart version
5-
appVersion: 2.138.0 # Version of deployed app
4+
version: 0.0.320 # Chart version
5+
appVersion: 2.139.0 # Version of deployed app
66
keywords:
77
- buildbuddy
88
- bazel

charts/buildbuddy-executor/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ The following table lists the configurable parameters of the BuildBuddy Open Sou
7676
| ----------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------- |
7777
| `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) |
7878
| `image.repository` | Container image repository | `gcr.io/flame-public/buildbuddy-executor-enterprise` |
79-
| `image.tag` | Container image tag | `enterprise-v2.138.0` |
79+
| `image.tag` | Container image tag | `enterprise-v2.139.0` |
8080
| `image.imagePullPolicy` | Container image pull policy | `IfNotPresent` |
8181
| `disk.data.enabled` | Whether to enable a persistent volume disk mounted at /data | `true` |
8282
| `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
9494

9595
```bash
9696
$ helm install my-release \
97-
--set image.tag=enterprise-v2.138.0 \
97+
--set image.tag=enterprise-v2.139.0 \
9898
--set mysql.mysqlUser=sampleUser \
9999
--set mysql.mysqlPassword=samplePassword \
100100
buildbuddy/buildbuddy-executor

charts/buildbuddy-executor/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
## The BuildBuddy Executor container image to use.
66
image:
77
repository: gcr.io/flame-public/buildbuddy-executor-enterprise
8-
tag: enterprise-v2.138.0
8+
tag: enterprise-v2.139.0
99
imagePullPolicy: IfNotPresent
1010

1111
## The number of executor replicas to run.

charts/buildbuddy/Chart.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
apiVersion: v1
22
description: BuildBuddy Open Source
33
name: buildbuddy
4-
version: 0.0.298 # Chart version
5-
appVersion: 2.138.0 # Version of deployed app
4+
version: 0.0.299 # Chart version
5+
appVersion: 2.139.0 # Version of deployed app
66
keywords:
77
- buildbuddy
88
- bazel

charts/buildbuddy/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ The following table lists the configurable parameters of the BuildBuddy Open Sou
7878
| ------------------------------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------- |
7979
| `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) |
8080
| `image.repository` | Container image repository | `gcr.io/flame-public/buildbuddy-app-onprem` |
81-
| `image.tag` | Container image tag | `v2.138.0` |
81+
| `image.tag` | Container image tag | `v2.139.0` |
8282
| `image.imagePullPolicy` | Container image pull policy | `IfNotPresent` |
8383
| `disk.data.enabled` | Whether to enable a persistent volume disk mounted at /data | `true` |
8484
| `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
133133

134134
```bash
135135
$ helm install my-release \
136-
--set image.tag=v2.138.0\
136+
--set image.tag=v2.139.0\
137137
--set mysql.mysqlUser=sampleUser \
138138
--set mysql.mysqlPassword=samplePassword \
139139
buildbuddy/buildbuddy

charts/buildbuddy/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
## The BuildBuddy container image to use.
66
image:
77
repository: gcr.io/flame-public/buildbuddy-app-onprem
8-
tag: v2.138.0
8+
tag: v2.139.0
99
imagePullPolicy: IfNotPresent
1010

1111
## The number of app replicas to run.

0 commit comments

Comments
 (0)