mirror of
https://github.com/apricote/home-cloud.git
synced 2026-01-13 21:11:02 +00:00
upgrade versions for cert-manager and hcloud-csi-driver
This commit is contained in:
parent
4219439b5e
commit
0f007bfea3
1 changed files with 2 additions and 2 deletions
|
|
@ -54,7 +54,7 @@ variable k3s_cluster_secret {
|
||||||
|
|
||||||
variable hcloud_csi_driver_version {
|
variable hcloud_csi_driver_version {
|
||||||
type = string
|
type = string
|
||||||
default = "v1.2.3"
|
default = "v1.3.0"
|
||||||
}
|
}
|
||||||
|
|
||||||
variable hcloud_csi_driver_token {
|
variable hcloud_csi_driver_token {
|
||||||
|
|
@ -63,7 +63,7 @@ variable hcloud_csi_driver_token {
|
||||||
|
|
||||||
variable cert_manager_version {
|
variable cert_manager_version {
|
||||||
type = string
|
type = string
|
||||||
default = "v0.14.3"
|
default = "v0.15.0"
|
||||||
}
|
}
|
||||||
|
|
||||||
variable flux_version {
|
variable flux_version {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue