mirror of
https://github.com/apricote/home-cloud.git
synced 2026-01-13 21:11:02 +00:00
chore: upgrade providers and flux
This commit is contained in:
parent
da1b4c9082
commit
e7fe0bbdf5
3 changed files with 107 additions and 107 deletions
|
|
@ -23,6 +23,7 @@ resource "tls_private_key" "main" {
|
|||
# Flux
|
||||
data "flux_install" "main" {
|
||||
target_path = var.target_path
|
||||
version = "v0.26.0"
|
||||
}
|
||||
|
||||
data "flux_sync" "main" {
|
||||
|
|
|
|||
|
|
@ -31,7 +31,7 @@ terraform {
|
|||
}
|
||||
flux = {
|
||||
source = "fluxcd/flux"
|
||||
version = ">= 0.0.13"
|
||||
version = ">= 0.10.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue