Skip to content

Commit

Permalink
feat(tf): update terraform flux to <= 0.14
Browse files Browse the repository at this point in the history
Signed-off-by: Renovate Bot <[email protected]>
  • Loading branch information
renovate-bot authored and ArchiFleKs committed May 12, 2022
1 parent 5e9013a commit 38f8d93
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.13"
version = "<= 0.14"
}
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.13"
version = "<= 0.14"
}
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.13"
version = "<= 0.14"
}
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.13"
version = "<= 0.14"
}
github = {
source = "integrations/github"
Expand Down

0 comments on commit 38f8d93

Please sign in to comment.