diff --git a/charts/buildbuddy-enterprise/Chart.yaml b/charts/buildbuddy-enterprise/Chart.yaml index 9ff56b6e..c511cbec 100644 --- a/charts/buildbuddy-enterprise/Chart.yaml +++ b/charts/buildbuddy-enterprise/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v1 description: BuildBuddy Enterprise name: buildbuddy-enterprise -version: 0.0.25 # Chart version +version: 0.0.26 # Chart version appVersion: 1.3.6 # Version of deployed app keywords: - buildbuddy diff --git a/charts/buildbuddy-enterprise/README.md b/charts/buildbuddy-enterprise/README.md index 517b1f5f..d01078a8 100644 --- a/charts/buildbuddy-enterprise/README.md +++ b/charts/buildbuddy-enterprise/README.md @@ -232,7 +232,7 @@ redis: enabled: true config: remote_execution: - enabled: true + enable_remote_exec: true ``` For more information on configuring RBE, see our [enterprise RBE configuration docs](https://www.buildbuddy.io/docs/enterprise-rbe). diff --git a/charts/buildbuddy-enterprise/values.yaml b/charts/buildbuddy-enterprise/values.yaml index 47acbe65..9080d978 100644 --- a/charts/buildbuddy-enterprise/values.yaml +++ b/charts/buildbuddy-enterprise/values.yaml @@ -223,7 +223,7 @@ config: # client_id: MY_CLIENT_ID # client_secret: MY_CLIENT_SECRET # remote_execution: - # enabled: true + # enable_remote_exec: true ## Additional env vars extraEnvVars: []