Update to current

This commit is contained in:
Jim Nicholson 2022-08-22 20:36:26 -07:00
parent aafe962de5
commit dd31ca0ca0

View File

@ -25,7 +25,7 @@ spec:
persistentVolumeClaim: persistentVolumeClaim:
claimName: heimdall-claim claimName: heimdall-claim
containers: 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 name: heimdall # < name of container
imagePullPolicy: Always # < always use the latest image when creating container/pod imagePullPolicy: Always # < always use the latest image when creating container/pod
env: # < the environment variables required (see container documentation) env: # < the environment variables required (see container documentation)