fix(prowlarr): correct image tag from 1.31.1 to 2.3.5 [ci skip]

LinuxServer.io prowlarr uses different version scheme than the agent
guessed. Tag 1.31.1 doesn't exist on lscr.io.
This commit is contained in:
Viktor Barzin 2026-04-06 14:55:33 +03:00
parent d009f9a0f2
commit a4c80adbce

View file

@ -79,7 +79,7 @@ resource "kubernetes_deployment" "prowlarr" {
}
spec {
container {
image = "lscr.io/linuxserver/prowlarr:1.31.1"
image = "lscr.io/linuxserver/prowlarr:2.3.5"
name = "prowlarr"
resources {