Skip to content

Commit be7722c

Browse files
author
weave-gitops-bot
committed
Update docs for release 0.9.5
1 parent 4327d15 commit be7722c

File tree

93 files changed

+8403
-14
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

93 files changed

+8403
-14
lines changed

website/docs/installation.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -612,7 +612,7 @@ Windows support is a [planned enhancement](https://github.com/weaveworks/weave-g
612612
To install:
613613

614614
```console
615-
curl --silent --location "https://github.com/weaveworks/weave-gitops/releases/download/v0.9.4/gitops-$(uname)-$(uname -m).tar.gz" | tar xz -C /tmp
615+
curl --silent --location "https://github.com/weaveworks/weave-gitops/releases/download/v0.9.5/gitops-$(uname)-$(uname -m).tar.gz" | tar xz -C /tmp
616616
sudo mv /tmp/gitops /usr/local/bin
617617
gitops version
618618
```

website/docs/references/cli-reference/gitops.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@ Command line utility for managing Kubernetes applications via GitOps.
4242
* [gitops get](gitops_get.md) - Display one or many Weave GitOps resources
4343
* [gitops version](gitops_version.md) - Display gitops version
4444

45-
###### Auto generated by spf13/cobra on 1-Sep-2022
45+
###### Auto generated by spf13/cobra on 15-Sep-2022

website/docs/references/cli-reference/gitops_beta.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ This component contains unstable or still-in-development functionality
2424
* [gitops](gitops.md) - Weave GitOps
2525
* [gitops beta run](gitops_beta_run.md) - Set up an interactive sync between your cluster and your local file system
2626

27-
###### Auto generated by spf13/cobra on 1-Sep-2022
27+
###### Auto generated by spf13/cobra on 15-Sep-2022

website/docs/references/cli-reference/gitops_beta_run.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ gitops beta run ./deploy/overlays/dev --timeout 3m --port-forward namespace=dev,
4141
--components-extra strings Additional Flux components to install, allowed values are image-reflector-controller,image-automation-controller.
4242
--context string The name of the kubeconfig context to use
4343
--dashboard-port string GitOps Dashboard port (default "9001")
44-
--flux-version string The version of Flux to install. (default "0.33.0")
44+
--flux-version string The version of Flux to install. (default "0.34.0")
4545
-h, --help help for run
4646
--port-forward string Forward the port from a cluster's resource to your local machine i.e. 'port=8080:8080,resource=svc/app'.
4747
--root-dir string Specify the root directory to watch for changes. If not specified, the root of Git repository will be used.

website/docs/references/cli-reference/gitops_check.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ gitops check
3636

3737
* [gitops](gitops.md) - Weave GitOps
3838

39-
###### Auto generated by spf13/cobra on 1-Sep-2022
39+
###### Auto generated by spf13/cobra on 15-Sep-2022

website/docs/references/cli-reference/gitops_completion.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ See each sub-command's help for details on how to use the generated script.
3333
* [gitops completion powershell](gitops_completion_powershell.md) - Generate the autocompletion script for powershell
3434
* [gitops completion zsh](gitops_completion_zsh.md) - Generate the autocompletion script for zsh
3535

36-
###### Auto generated by spf13/cobra on 1-Sep-2022
36+
###### Auto generated by spf13/cobra on 15-Sep-2022

website/docs/references/cli-reference/gitops_completion_bash.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,4 @@ gitops completion bash
5252

5353
* [gitops completion](gitops_completion.md) - Generate the autocompletion script for the specified shell
5454

55-
###### Auto generated by spf13/cobra on 1-Sep-2022
55+
###### Auto generated by spf13/cobra on 15-Sep-2022

website/docs/references/cli-reference/gitops_completion_fish.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,4 @@ gitops completion fish [flags]
4343

4444
* [gitops completion](gitops_completion.md) - Generate the autocompletion script for the specified shell
4545

46-
###### Auto generated by spf13/cobra on 1-Sep-2022
46+
###### Auto generated by spf13/cobra on 15-Sep-2022

website/docs/references/cli-reference/gitops_completion_powershell.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,4 @@ gitops completion powershell [flags]
4040

4141
* [gitops completion](gitops_completion.md) - Generate the autocompletion script for the specified shell
4242

43-
###### Auto generated by spf13/cobra on 1-Sep-2022
43+
###### Auto generated by spf13/cobra on 15-Sep-2022

website/docs/references/cli-reference/gitops_completion_zsh.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,4 @@ gitops completion zsh [flags]
5454

5555
* [gitops completion](gitops_completion.md) - Generate the autocompletion script for the specified shell
5656

57-
###### Auto generated by spf13/cobra on 1-Sep-2022
57+
###### Auto generated by spf13/cobra on 15-Sep-2022

0 commit comments

Comments
 (0)