Skip to content

Commit

Permalink
feat(tf): update terraform flux to ~> 0.25
Browse files Browse the repository at this point in the history
Signed-off-by: Renovate Bot <[email protected]>
  • Loading branch information
renovate[bot] authored Mar 21, 2023
1 parent 9a8593f commit cc80aa0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion modules/aws/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ terraform {
}
flux = {
source = "fluxcd/flux"
version = "~> 0.23"
version = "~> 0.25"
}
github = {
source = "integrations/github"
Expand Down
2 changes: 1 addition & 1 deletion modules/azure/version.tf
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ terraform {
}
flux = {
source = "fluxcd/flux"
version = "~> 0.23"
version = "~> 0.25"
}
github = {
source = "integrations/github"
Expand Down
2 changes: 1 addition & 1 deletion modules/scaleway/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ terraform {
}
flux = {
source = "fluxcd/flux"
version = "~> 0.23"
version = "~> 0.25"
}
github = {
source = "integrations/github"
Expand Down
2 changes: 1 addition & 1 deletion versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ terraform {
}
flux = {
source = "fluxcd/flux"
version = "~> 0.23"
version = "~> 0.25"
}
github = {
source = "integrations/github"
Expand Down

0 comments on commit cc80aa0

Please sign in to comment.