Skip to content

Commit

Permalink
Update the helm reference
Browse files Browse the repository at this point in the history
  • Loading branch information
weave-gitops-bot committed Nov 22, 2023
1 parent 1b2062c commit f9cde44
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 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](../intro-weave-gitops.mdx) guide.

This reference was generated for the chart version 4.0.34 which installs weave gitops v0.36.0.
This reference was generated for the chart version 4.0.35 which installs weave gitops v0.37.0.

## Values

Expand All @@ -28,7 +28,7 @@ This reference was generated for the chart version 4.0.34 which installs weave g
| fullnameOverride | string | `""` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"ghcr.io/weaveworks/wego-app"` | |
| image.tag | string | `"v0.36.0"` | |
| image.tag | string | `"v0.37.0"` | |
| imagePullSecrets | list | `[]` | |
| ingress.annotations | object | `{}` | |
| ingress.className | string | `""` | |
Expand All @@ -42,6 +42,7 @@ This reference was generated for the chart version 4.0.34 which installs weave g
| nameOverride | string | `""` | |
| networkPolicy.create | bool | `true` | Specifies whether default network policies should be created. |
| nodeSelector | object | `{}` | |
| oidcSecret.additionalKeys | object | `{}` | If non empty, additional keys can be added to the OIDC secret |
| oidcSecret.create | bool | `false` | |
| podAnnotations | object | `{}` | |
| podLabels | object | `{}` | |
Expand Down

0 comments on commit f9cde44

Please sign in to comment.