Skip to content

Commit

Permalink
Update redis version
Browse files Browse the repository at this point in the history
  • Loading branch information
siggisim committed Oct 27, 2020
1 parent 2248f14 commit 8eed68c
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 9 deletions.
2 changes: 1 addition & 1 deletion charts/buildbuddy-enterprise/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
description: BuildBuddy Enterprise
name: buildbuddy-enterprise
version: 0.0.23 # Chart version
version: 0.0.24 # Chart version
appVersion: 1.3.6 # Version of deployed app
keywords:
- buildbuddy
Expand Down
7 changes: 5 additions & 2 deletions charts/buildbuddy-enterprise/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ $ helm upgrade my-release -f my-values.yaml buildbuddy/buildbuddy-enterprise

## Writing deployment to a file

You can write your Kubernetes deployment configuration to a file release name `my-release`:
You can write your Kubernetes deployment configuration to a file with release name `my-release`:

```bash
$ helm template my-release buildbuddy/buildbuddy-enterprise > buildbuddy-deploy.yaml
Expand Down Expand Up @@ -112,6 +112,7 @@ The following table lists the configurable parameters of the BuildBuddy Open Sou
| `initContainerImage.repository` | Init container image repository | `appropriate/curl` |
| `initContainerImage.tag` | Init container image tag | `latest` |
| `initContainerImage.imagePullPolicy` | Container image pull policy | `IfNotPresent` |
| `executor.enabled` | Enables deployment of [BuildBuddy executors](https://github.com/buildbuddy-io/buildbuddy-helm/tree/master/charts/buildbuddy-executor). Any buildbuddy-executor chart configuration options can be passed into the `executor` block. | `false` |

Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. For example,

Expand Down Expand Up @@ -221,7 +222,7 @@ config:
enable_ssl: true
```

## Example with remote build execution
## Example with Remote Build Execution

```yaml
executor:
Expand All @@ -234,6 +235,8 @@ config:
enabled: true
```

For more information on configuring RBE, see our [enterprise RBE configuration docs](https://www.buildbuddy.io/docs/enterprise-rbe).

## More examples

For more example `config:` blocks, see our [configuration docs](https://www.buildbuddy.io/docs/config#configuration-options).
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 @@ -4,7 +4,7 @@ dependencies:
version: 1.6.4
- name: buildbuddy-redis
repository: https://helm.buildbuddy.io
version: 0.0.2
version: 0.0.3
- name: ingress-nginx
repository: https://kubernetes.github.io/ingress-nginx
version: 2.3.0
Expand All @@ -14,5 +14,5 @@ dependencies:
- name: buildbuddy-executor
repository: https://helm.buildbuddy.io
version: 0.0.10
digest: sha256:0e21f0480b49553388f37759299f4e5d93a31896e29d7c4643ab82bd054276bb
generated: "2020-10-27T11:20:59.145413-07:00"
digest: sha256:729d748b002e04b4d7fe16a5c83241fcb41235c50e9b578e53d7aeaf57674406
generated: "2020-10-27T16:22:09.761144-07:00"
2 changes: 1 addition & 1 deletion charts/buildbuddy-enterprise/requirements.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ dependencies:
condition: mysql.enabled
- name: buildbuddy-redis
alias: redis
version: 0.0.2
version: 0.0.3
repository: https://helm.buildbuddy.io
condition: redis.enabled
- name: ingress-nginx
Expand Down
2 changes: 1 addition & 1 deletion charts/buildbuddy/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
description: BuildBuddy Open Source
name: buildbuddy
version: 0.0.9 # Chart version
version: 0.0.10 # Chart version
appVersion: 1.3.1 # Version of deployed app
keywords:
- buildbuddy
Expand Down
2 changes: 1 addition & 1 deletion charts/buildbuddy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ $ helm upgrade my-release -f my-values.yaml buildbuddy/buildbuddy-enterprise

## Writing deployment to a file

You can write your Kubernetes deployment configuration to a file release name `my-release`:
You can write your Kubernetes deployment configuration to a file with release name `my-release`:

```bash
$ helm template my-release buildbuddy/buildbuddy > buildbuddy-deploy.yaml
Expand Down

0 comments on commit 8eed68c

Please sign in to comment.