Skip to content

Commit

Permalink
Bumping Enterprise to v2.94.0
Browse files Browse the repository at this point in the history
  • Loading branch information
BuildBuddy Release Bot committed Sep 26, 2024
1 parent 45a18a9 commit 6522d99
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions charts/buildbuddy-enterprise/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v1
description: BuildBuddy Enterprise
name: buildbuddy-enterprise
version: 0.0.306 # Chart version
appVersion: 2.93.0 # Version of deployed app
version: 0.0.307 # Chart version
appVersion: 2.94.0 # Version of deployed app
keywords:
- buildbuddy
- bazel
Expand Down
4 changes: 2 additions & 2 deletions charts/buildbuddy-enterprise/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-enterprise/values.yaml) |
| `image.repository` | Container image repository | `gcr.io/flame-public/buildbuddy-app-enterprise` |
| `image.tag` | Container image tag | `enterprise-v2.93.0` |
| `image.tag` | Container image tag | `enterprise-v2.94.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 @@ -122,7 +122,7 @@ Specify each parameter using the `--set key=value[,key=value]` argument to `helm

```bash
$ helm install my-release \
--set image.tag=enterprise-v2.93.0 \
--set image.tag=enterprise-v2.94.0 \
--set mysql.mysqlUser=sampleUser \
--set mysql.mysqlPassword=samplePassword \
buildbuddy/buildbuddy-enterprise
Expand Down
Binary file not shown.
Binary file not shown.
6 changes: 3 additions & 3 deletions charts/buildbuddy-enterprise/requirements.lock
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ dependencies:
version: v1.6.1
- name: buildbuddy-executor
repository: https://helm.buildbuddy.io
version: 0.0.280
version: 0.0.281
- name: metrics-server
repository: https://charts.bitnami.com/bitnami
version: 6.2.0
Expand All @@ -29,5 +29,5 @@ dependencies:
- name: clickhouse
repository: https://charts.bitnami.com/bitnami
version: 6.2.0
digest: sha256:f6699a91c56b701a91b9cc590b86b940e8a17c4c03a464c8e27f02e064db6873
generated: "2024-09-24T18:42:20.158551009Z"
digest: sha256:62ad49a7a72c797a4c176e9a597ab974802cad5fad558f2d3fe35ea831c87a74
generated: "2024-09-26T20:29:05.188025282Z"
2 changes: 1 addition & 1 deletion charts/buildbuddy-enterprise/requirements.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ dependencies:
condition: certmanager.enabled
- name: buildbuddy-executor
alias: executor
version: 0.0.280 # Executor chart version
version: 0.0.281 # Executor chart version
repository: https://helm.buildbuddy.io
condition: executor.enabled
- name: metrics-server
Expand Down
2 changes: 1 addition & 1 deletion charts/buildbuddy-enterprise/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-enterprise
tag: enterprise-v2.93.0
tag: enterprise-v2.94.0
imagePullPolicy: IfNotPresent

## The number of app replicas to run.
Expand Down

0 comments on commit 6522d99

Please sign in to comment.