From dd31ca0ca07f2ddca7b02371d0f30fc0942168e7 Mon Sep 17 00:00:00 2001 From: Jim Nicholson Date: Mon, 22 Aug 2022 20:36:26 -0700 Subject: [PATCH] Update to current --- deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployment.yaml b/deployment.yaml index bfdbc44..ff16c62 100644 --- a/deployment.yaml +++ b/deployment.yaml @@ -25,7 +25,7 @@ spec: persistentVolumeClaim: claimName: heimdall-claim containers: - - image: ghcr.io/linuxserver/heimdall:2.4.7 # < the name of the docker image we will use + - image: ghcr.io/linuxserver/heimdall:2.4.13 # < the name of the docker image we will use name: heimdall # < name of container imagePullPolicy: Always # < always use the latest image when creating container/pod env: # < the environment variables required (see container documentation)