Skip to content

Commit 9886e5f

Browse files
author
BuildBuddy Release Bot
committed
Bumping Enterprise to v2.263.0
1 parent ee3b427 commit 9886e5f

7 files changed

Lines changed: 9 additions & 9 deletions

File tree

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.452 # Chart version
5-
appVersion: 2.262.0 # Version of deployed app
4+
version: 0.0.453 # Chart version
5+
appVersion: 2.263.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 | `buildbuddy.bbcr.io/public/buildbuddy-app-enterprise` |
81-
| `image.tag` | Container image tag | `enterprise-v2.262.0` |
81+
| `image.tag` | Container image tag | `enterprise-v2.263.0` |
8282
| `image.imagePullPolicy` | Container image pull policy | `IfNotPresent` |
8383
| `initialDelaySeconds` | Initial delay (in seconds) before running container liveness checks | `10` |
8484
| `readinessInitialDelaySeconds` | Initial delay (in seconds) before running container readiness checks | `0` |
@@ -124,7 +124,7 @@ Specify each parameter using the `--set key=value[,key=value]` argument to `helm
124124

125125
```bash
126126
$ helm install my-release \
127-
--set image.tag=enterprise-v2.262.0 \
127+
--set image.tag=enterprise-v2.263.0 \
128128
--set mysql.mysqlUser=sampleUser \
129129
--set mysql.mysqlPassword=samplePassword \
130130
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.429
16+
version: 0.0.430
1717
- name: metrics-server
1818
repository: https://kubernetes-sigs.github.io/metrics-server/
1919
version: 3.11.0
@@ -29,5 +29,5 @@ dependencies:
2929
- name: clickhouse
3030
repository: https://charts.bitnami.com/bitnami
3131
version: 9.4.4
32-
digest: sha256:a001e2d963e26ecd33798831c904b0d97e4f4104721901375830843e8f362b2d
33-
generated: "2026-04-23T18:32:57.420701254Z"
32+
digest: sha256:af0135f03c871954ecea87d4434e0b4a26fbbf197b2bacabeb332f98d139ffb9
33+
generated: "2026-04-28T18:32:49.07433462Z"

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.429 # Executor chart version
23+
version: 0.0.430 # 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: buildbuddy.bbcr.io/public/buildbuddy-app-enterprise
8-
tag: enterprise-v2.262.0
8+
tag: enterprise-v2.263.0
99
imagePullPolicy: IfNotPresent
1010

1111
## The number of app replicas to run.

0 commit comments

Comments
 (0)