Skip to content

Commit

Permalink
Merge 9194b5e into 8adeaf7
Browse files Browse the repository at this point in the history
  • Loading branch information
weave-gitops-bot authored Jun 17, 2022
2 parents 8adeaf7 + 9194b5e commit 335500d
Show file tree
Hide file tree
Showing 4 changed files with 7 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.9.0-rc.1",
"version": "0.9.0-rc.3",
"description": "Weave GitOps core",
"targets": {
"default": {
Expand Down
4 changes: 2 additions & 2 deletions ui/components/__tests__/__snapshots__/Footer.test.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -240,15 +240,15 @@ exports[`Footer snapshots no api version 1`] = `
>
<a
class="c5"
href="https://github.com/weaveworks/weave-gitops/releases/tag/v0.9.0-rc.1"
href="https://github.com/weaveworks/weave-gitops/releases/tag/v0.9.0-rc.3"
rel="noreferrer"
target="_blank"
>
<span
class="c6"
color="primary"
>
v0.9.0-rc.1
v0.9.0-rc.3
</span>
</a>
<div
Expand Down
3 changes: 2 additions & 1 deletion 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.9 which installs weave gitops v0.8.1.
This reference was generated for the chart version 2.0.10 which installs weave gitops v0.8.1.

## Values

Expand All @@ -32,6 +32,7 @@ This reference was generated for the chart version 2.0.9 which installs weave gi
| nodeSelector | object | `{}` | |
| podAnnotations | object | `{}` | |
| podSecurityContext | object | `{}` | |
| rbac.additionalRules | list | `[]` | If non-empty, these additional rules will be appended to the RBAC role and the cluster role. for example, additionalRules: - apiGroups: ["infra.contrib.fluxcd.io"] resources: ["terraforms"] verbs: [ "get", "list", "patch" ] |
| 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 |
Expand Down

0 comments on commit 335500d

Please sign in to comment.