Skip to content

Commit

Permalink
Merge 9b70229 into 9f50e83
Browse files Browse the repository at this point in the history
  • Loading branch information
weave-gitops-bot authored May 17, 2022
2 parents 9f50e83 + 9b70229 commit 6e0668a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@weaveworks/weave-gitops",
"version": "0.8.1-rc.3",
"version": "0.8.1-rc.4",
"description": "Weave GitOps core",
"targets": {
"default": {
Expand Down
5 changes: 2 additions & 3 deletions website/docs/references/helm-reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ This is a reference of all the configurable values in weave gitops's
helm chart. This is intended for customizing your installation after
you've gone through the [getting started](../getting-started.mdx) guide.

This reference was generated for the chart version 2.0.4 which installs weave gitops v0.8.0.
This reference was generated for the chart version 2.0.7 which installs weave gitops v0.8.0.

## Values

Expand All @@ -17,7 +17,6 @@ This reference was generated for the chart version 2.0.4 which installs weave gi
| adminUser.passwordHash | string | `nil` | Set the password for local admin user. Requires `adminUser.create` and `adminUser.createSecret` This needs to have been hashed using the bcrypt algorithm. E.g. `go install github.com/bitnami/[email protected] && bcrypt-cli <<< $PASSWORD` |
| adminUser.username | string | `"gitops-test-user"` | Set username for local admin user, these will be stored in a secret in k8s. Requires `adminUser.create` and `adminUser.createSecret`. |
| affinity | object | `{}` | |
| enableLogin | bool | `true` | Enable the login system. |
| fullnameOverride | string | `""` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"ghcr.io/weaveworks/wego-app"` | |
Expand All @@ -36,7 +35,7 @@ This reference was generated for the chart version 2.0.4 which installs weave gi
| rbac.create | bool | `true` | Specifies whether the clusterRole & binding to the service account should be created |
| rbac.impersonationResourceNames | list | `[]` | If non-empty, this limits the resources that the service account can impersonate. This applies to both users and groups, e.g. `['[email protected]', '[email protected]', 'operations']` |
| rbac.impersonationResources | list | `["users","groups"]` | Limit the type of principal that can be impersonated |
| rbac.viewSecretsResourceNames | list | `[]` | If non-empty, this limits the secrets that can be accessed by the service account to the specified ones, e.g. `['weave-gitops-enterprise-credentials']` |
| rbac.viewSecretsResourceNames | list | `["cluster-user-auth","oidc-auth"]` | If non-empty, this limits the secrets that can be accessed by the service account to the specified ones, e.g. `['weave-gitops-enterprise-credentials']` |
| replicaCount | int | `1` | |
| resources | object | `{}` | |
| securityContext | object | `{}` | |
Expand Down

0 comments on commit 6e0668a

Please sign in to comment.