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:
parent
d009f9a0f2
commit
a4c80adbce
1 changed files with 1 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue