Skip to content

Commit ecead1c

Browse files
author
Lucas Vieira
committed
Fix flux repository release version
1 parent bd04dd0 commit ecead1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/eks-monitoring/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ variable "flux_gitrepository_url" {
132132
variable "flux_gitrepository_branch" {
133133
description = "Flux GitRepository Branch"
134134
type = string
135-
default = "v0.2.0"
135+
default = "v0.3.2"
136136
}
137137

138138
variable "flux_kustomization_path" {

0 commit comments

Comments
 (0)