Skip to content

Commit

Permalink
Merge pull request #197 from fluxcd/update/version
Browse files Browse the repository at this point in the history
Update Flux to v0.18.3
  • Loading branch information
Philip Laine authored Oct 14, 2021
2 parents ab1ef3b + 4df57e1 commit 620af1d
Show file tree
Hide file tree
Showing 5 changed files with 135 additions and 36 deletions.
2 changes: 1 addition & 1 deletion docs/data-sources/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ data "flux_install" "main" {
- **network_policy** (Boolean) Deny ingress access to the toolkit controllers from other namespaces using network policies. Defaults to `true`.
- **registry** (String) Container registry where the toolkit images are published. Defaults to `ghcr.io/fluxcd`.
- **toleration_keys** (Set of String) List of toleration keys used to schedule the components pods onto nodes with matching taints.
- **version** (String) Flux version. Defaults to `v0.17.1`.
- **version** (String) Flux version. Defaults to `v0.18.3`.
- **watch_all_namespaces** (Boolean) If true watch for custom resources in all namespaces. Defaults to `true`.

### Read-Only
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/fluxcd/terraform-provider-flux
go 1.16

require (
github.com/fluxcd/flux2 v0.17.1
github.com/fluxcd/flux2 v0.18.3
github.com/hashicorp/terraform-plugin-docs v0.5.0
github.com/hashicorp/terraform-plugin-sdk/v2 v2.8.0
github.com/stretchr/testify v1.7.0
Expand Down
Loading

0 comments on commit 620af1d

Please sign in to comment.