Skip to content

Commit

Permalink
Bump 1.5.0=>1.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
siggisim committed Jan 28, 2021
1 parent 1f2d58a commit af8bca2
Show file tree
Hide file tree
Showing 9 changed files with 15 additions and 15 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.33 # Chart version
appVersion: 1.5.0 # Version of deployed app
version: 0.0.34 # Chart version
appVersion: 1.5.2 # 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 | `server-image-enterprise-v1.5.0` |
| `image.tag` | Container image tag | `server-image-enterprise-v1.5.2` |
| `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 @@ -118,7 +118,7 @@ Specify each parameter using the `--set key=value[,key=value]` argument to `helm

```bash
$ helm install my-release \
--set image.tag=server-image-enterprise-v1.5.0 \
--set image.tag=server-image-enterprise-v1.5.2 \
--set mysql.mysqlUser=sampleUser \
--set mysql.mysqlPassword=samplePassword \
buildbuddy/buildbuddy-enterprise
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: server-image-enterprise-v1.5.0
tag: server-image-enterprise-v1.5.2
imagePullPolicy: IfNotPresent

## The number of app replicas to run.
Expand Down
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.14 # Chart version
appVersion: 1.5.0 # Version of deployed app
version: 0.0.15 # Chart version
appVersion: 1.5.2 # 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 | `server-image-enterprise-v1.5.0` |
| `image.tag` | Container image tag | `server-image-enterprise-v1.5.2` |
| `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 @@ -90,7 +90,7 @@ Specify each parameter using the `--set key=value[,key=value]` argument to `helm

```bash
$ helm install my-release \
--set image.tag=server-image-enterprise-v1.5.0 \
--set image.tag=server-image-enterprise-v1.5.2 \
--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: server-image-enterprise-v1.5.0
tag: server-image-enterprise-v1.5.2
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.14 # Chart version
appVersion: 1.5.0 # Version of deployed app
version: 0.0.15 # Chart version
appVersion: 1.5.2 # 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 @@ -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 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 | `server-image-v1.5.0` |
| `image.tag` | Container image tag | `server-image-v1.5.2` |
| `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 @@ -114,7 +114,7 @@ Specify each parameter using the `--set key=value[,key=value]` argument to `helm

```bash
$ helm install my-release \
--set image.tag=server-image-v1.5.0\
--set image.tag=server-image-v1.5.2\
--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: server-image-v1.5.0
tag: server-image-v1.5.2
imagePullPolicy: IfNotPresent

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

0 comments on commit af8bca2

Please sign in to comment.