Skip to content

Commit

Permalink
Fix flux repository release version
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucas Vieira committed Nov 23, 2024
1 parent bd04dd0 commit ecead1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/eks-monitoring/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ variable "flux_gitrepository_url" {
variable "flux_gitrepository_branch" {
description = "Flux GitRepository Branch"
type = string
default = "v0.2.0"
default = "v0.3.2"
}

variable "flux_kustomization_path" {
Expand Down

0 comments on commit ecead1c

Please sign in to comment.