[meta] bump babybuddy and turn on debug logging

pull/41/head
Alpha Chen 2 years ago
parent 68194e6b79
commit 34579ddd1d

@ -35,7 +35,7 @@ resource "kubernetes_deployment" "babybuddy" {
}
spec {
container {
image = "lscr.io/linuxserver/babybuddy:1.10.2"
image = "lscr.io/linuxserver/babybuddy:1.11.1"
name = "babybuddy"
image_pull_policy = "Always"
port {
@ -53,6 +53,10 @@ resource "kubernetes_deployment" "babybuddy" {
name = "SECURE_PROXY_SSL_HEADER"
value = "True"
}
env {
name = "DEBUG"
value = "True"
}
}
volume {
name = "babybuddy"

Loading…
Cancel
Save