Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updates for 0.39.0-rc.2 #4524

Closed
wants to merge 3 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.38.0",
"version": "0.39.0-rc.2",
"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 @@ -325,7 +325,7 @@ exports[`Footer snapshots no api version 1`] = `
/>
<a
class="c5 Link"
href="https://github.com/weaveworks/weave-gitops/releases/tag/v0.38.0"
href="https://github.com/weaveworks/weave-gitops/releases/tag/v0.39.0-rc.2"
rel="noreferrer"
target="_blank"
>
Expand All @@ -335,7 +335,7 @@ exports[`Footer snapshots no api version 1`] = `
<span
class="c10"
>
v0.38.0
v0.39.0-rc.2
</span>
</span>
</a>
Expand Down
1 change: 1 addition & 0 deletions website/docs/references/helm-reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ This reference was generated for the chart version 4.0.36 which installs weave g
| envVars[0].value | string | `"true"` | |
| envVars[1].name | string | `"WEAVE_GITOPS_FEATURE_CLUSTER"` | |
| envVars[1].value | string | `"false"` | |
| envVars[2] | object | `{"name":"WEAVE_GITOPS_FEATURE_GITOPS_RUNTIME","value":"false"}` | Enable this feature flag if you want to expand Flux Runtime UI with other Weave GitOps components like Policy Agent or TF-Controller. Ensure that Weave GitOps Deployment and CRDs have the label 'app.kubernetes.io/part-of=weave-gitops'. See https://docs.gitops.weaveworks.org/docs/open-source/getting-started/install-OSS for more info. |
| extraVolumeMounts | list | `[]` | |
| extraVolumes | list | `[]` | |
| fullnameOverride | string | `""` | |
Expand Down
Loading