From f5883be981991bd232cfc78c3f21a4090344956d Mon Sep 17 00:00:00 2001 From: Viktor Barzin Date: Thu, 16 Apr 2026 17:04:06 +0000 Subject: [PATCH] Revert "upgrade: dawarich 0.37.1 -> 1.6.1" This reverts commit ec8b4dbaacb233909393463ad99e3f9178930f76. --- stacks/dawarich/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stacks/dawarich/main.tf b/stacks/dawarich/main.tf index b46e7c4f..6033619d 100644 --- a/stacks/dawarich/main.tf +++ b/stacks/dawarich/main.tf @@ -5,7 +5,7 @@ variable "tls_secret_name" { variable "image_version" { type = string - default = "1.6.1" + default = "0.37.1" } variable "nfs_server" { type = string } variable "redis_host" { type = string }