Skip to content

Commit

Permalink
Merge pull request #38 from wuhuizuo/master
Browse files Browse the repository at this point in the history
feat(charts/bazel-remote): bump image version to `v2.3.8`
  • Loading branch information
slamdev authored Aug 29, 2022
2 parents 59ebfd6 + 6c45ea0 commit c6d2ebe
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions charts/bazel-remote/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ name: bazel-remote
description: |-
Helm chart to deploy [bazel-remote](https://github.com/buchgr/bazel-remote).
type: application
version: 0.0.3
appVersion: v2.2.0
version: 0.0.4
appVersion: v2.3.8
home: https://github.com/slamdev/helm-charts/tree/master/charts/bazel-remote
icon: https://bazel.build/images/bazel-icon.svg
maintainers:
Expand Down
4 changes: 2 additions & 2 deletions charts/bazel-remote/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# bazel-remote

![Version: 0.0.3](https://img.shields.io/badge/Version-0.0.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v2.2.0](https://img.shields.io/badge/AppVersion-v2.2.0-informational?style=flat-square)
![Version: 0.0.4](https://img.shields.io/badge/Version-0.0.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v2.3.8](https://img.shields.io/badge/AppVersion-v2.3.8-informational?style=flat-square)

Helm chart to deploy [bazel-remote](https://github.com/buchgr/bazel-remote).

Expand All @@ -17,7 +17,7 @@ Helm chart to deploy [bazel-remote](https://github.com/buchgr/bazel-remote).
| Key | Type | Default | Description |
|-----|------|---------|-------------|
| affinity | object | `{}` | affinity for scheduler pod assignment |
| conf | string | `"# https://github.com/buchgr/bazel-remote#example-configuration-file\ndir: /cache\nmax_size: 50\nexperimental_remote_asset_api: true\naccess_log_level: none\nport: 8080\ngrpc_port: 9092"` | bazel-remote config to provision inside of the container |
| conf | string | `"# https://github.com/buchgr/bazel-remote#example-configuration-file\ndir: /data\nmax_size: 50\nexperimental_remote_asset_api: true\naccess_log_level: none\nport: 8080\ngrpc_port: 9092"` | bazel-remote config to provision inside of the container |
| containerPorts | list | `[{"containerPort":8080,"name":"http"},{"containerPort":9092,"name":"grpc"}]` | ports exposed by container |
| deploymentAnnotations | object | `{}` | annotations to add to the deployment |
| env | list | `[]` | additional environment variables for the deployment |
Expand Down
4 changes: 2 additions & 2 deletions charts/bazel-remote/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ affinity: {}
# volumeMounts -- additional volume mounts
volumeMounts: []
# - name: cache
# mountPath: /cache
# mountPath: /data

# volumes -- additional volumes
volumes: []
Expand Down Expand Up @@ -137,7 +137,7 @@ serviceMonitor:
# conf -- bazel-remote config to provision inside of the container
conf: |-
# https://github.com/buchgr/bazel-remote#example-configuration-file
dir: /cache
dir: /data
max_size: 50
experimental_remote_asset_api: true
access_log_level: none
Expand Down

0 comments on commit c6d2ebe

Please sign in to comment.