Skip to content

Commit 48cd19b

Browse files
author
BuildBuddy Release Bot
committed
Bumping Enterprise to v2.217.0
1 parent 8123e6e commit 48cd19b

File tree

7 files changed

+9
-9
lines changed

7 files changed

+9
-9
lines changed

charts/buildbuddy-enterprise/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
apiVersion: v1
22
description: BuildBuddy Enterprise
33
name: buildbuddy-enterprise
4-
version: 0.0.410 # Chart version
5-
appVersion: 2.216.0 # Version of deployed app
4+
version: 0.0.411 # Chart version
5+
appVersion: 2.217.0 # Version of deployed app
66
keywords:
77
- buildbuddy
88
- bazel

charts/buildbuddy-enterprise/README.md

Lines changed: 2 additions & 2 deletions
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-enterprise/values.yaml) |
8080
| `image.repository` | Container image repository | `gcr.io/flame-public/buildbuddy-app-enterprise` |
81-
| `image.tag` | Container image tag | `enterprise-v2.216.0` |
81+
| `image.tag` | Container image tag | `enterprise-v2.217.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` |
@@ -122,7 +122,7 @@ Specify each parameter using the `--set key=value[,key=value]` argument to `helm
122122

123123
```bash
124124
$ helm install my-release \
125-
--set image.tag=enterprise-v2.216.0 \
125+
--set image.tag=enterprise-v2.217.0 \
126126
--set mysql.mysqlUser=sampleUser \
127127
--set mysql.mysqlPassword=samplePassword \
128128
buildbuddy/buildbuddy-enterprise
Binary file not shown.
Binary file not shown.

charts/buildbuddy-enterprise/requirements.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ dependencies:
1313
version: v1.6.1
1414
- name: buildbuddy-executor
1515
repository: https://helm.buildbuddy.io
16-
version: 0.0.383
16+
version: 0.0.384
1717
- name: metrics-server
1818
repository: https://charts.bitnami.com/bitnami
1919
version: 6.2.0
@@ -29,5 +29,5 @@ dependencies:
2929
- name: clickhouse
3030
repository: https://charts.bitnami.com/bitnami
3131
version: 6.2.0
32-
digest: sha256:c49a5fe4832044fb6698bdd8cc9bb1494b72f2f0c76b1d772bd2ddc7a61af86c
33-
generated: "2025-11-03T21:26:30.481300497Z"
32+
digest: sha256:c19b6be12ff24915ce4f20c563ad25fba479b40e9eda81cff584cdc6be631557
33+
generated: "2025-11-04T19:18:05.989314646Z"

charts/buildbuddy-enterprise/requirements.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ dependencies:
2020
condition: certmanager.enabled
2121
- name: buildbuddy-executor
2222
alias: executor
23-
version: 0.0.383 # Executor chart version
23+
version: 0.0.384 # Executor chart version
2424
repository: https://helm.buildbuddy.io
2525
condition: executor.enabled
2626
- name: metrics-server

charts/buildbuddy-enterprise/values.yaml

Lines changed: 1 addition & 1 deletion
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-enterprise
8-
tag: enterprise-v2.216.0
8+
tag: enterprise-v2.217.0
99
imagePullPolicy: IfNotPresent
1010

1111
## The number of app replicas to run.

0 commit comments

Comments
 (0)