Update to 2.2.2

This commit is contained in:
Jim Nicholson 2022-03-07 01:57:01 -08:00
parent a36527b9dd
commit 17f7a3c2b2

View File

@ -25,7 +25,7 @@ spec:
persistentVolumeClaim: persistentVolumeClaim:
claimName: heimdall-claim claimName: heimdall-claim
containers: containers:
- image: ghcr.io/linuxserver/heimdall # < the name of the docker image we will use - image: ghcr.io/linuxserver/heimdall:2.2.2 # < 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)