aboutsummaryrefslogtreecommitdiff
path: root/cluster/prod/app
diff options
context:
space:
mode:
authorADRN <adrien@luxeylab.net>2024-01-22 18:00:49 +0100
committerADRN <adrien@luxeylab.net>2024-01-22 18:00:49 +0100
commit672c3983154415cd76ea81d2b777210115ac5c01 (patch)
tree1717bda878d5d6191a93a83bb1d682c71a95e1eb /cluster/prod/app
parentabce598e6c7933e9f902a768c974fbbd695258ad (diff)
parent3ff35c552765dc49a8cad8dd9d4c44d05907f5ff (diff)
downloadnixcfg-672c3983154415cd76ea81d2b777210115ac5c01.tar.gz
nixcfg-672c3983154415cd76ea81d2b777210115ac5c01.zip
Merge branch 'main' into feat/im-tls-proxy
Diffstat (limited to 'cluster/prod/app')
-rw-r--r--cluster/prod/app/core/deploy/diplonat.hcl2
-rw-r--r--cluster/prod/app/garage/deploy/garage.hcl2
2 files changed, 2 insertions, 2 deletions
diff --git a/cluster/prod/app/core/deploy/diplonat.hcl b/cluster/prod/app/core/deploy/diplonat.hcl
index 6f2b796..ce5bccf 100644
--- a/cluster/prod/app/core/deploy/diplonat.hcl
+++ b/cluster/prod/app/core/deploy/diplonat.hcl
@@ -13,7 +13,7 @@ job "core-diplonat" {
driver = "docker"
config {
- image = "lxpz/amd64_diplonat:6"
+ image = "lxpz/amd64_diplonat:7"
network_mode = "host"
readonly_rootfs = true
privileged = true
diff --git a/cluster/prod/app/garage/deploy/garage.hcl b/cluster/prod/app/garage/deploy/garage.hcl
index 4964a37..180f4d9 100644
--- a/cluster/prod/app/garage/deploy/garage.hcl
+++ b/cluster/prod/app/garage/deploy/garage.hcl
@@ -44,7 +44,7 @@ job "garage" {
template {
data = file("../config/garage.toml")
destination = "secrets/garage.toml"
- change_mode = "noop"
+ #change_mode = "noop"
}
template {