From d2c8f1156eb869aff31eaae712fde20ee70f4532 Mon Sep 17 00:00:00 2001 From: Jim Nicholson Date: Thu, 7 Dec 2023 14:10:25 -0800 Subject: [PATCH] Update version --- deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployment.yaml b/deployment.yaml index 61577fd..c4fabe5 100644 --- a/deployment.yaml +++ b/deployment.yaml @@ -25,7 +25,7 @@ spec: persistentVolumeClaim: claimName: heimdall-storage containers: - - image: ghcr.io/linuxserver/heimdall:2.5.3 # < the name of the docker image we will use + - image: ghcr.io/linuxserver/heimdall:2.5.6 # < 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)