Update entrypoint.sh to prevent failure on missing password entry and modify deployment.yaml to use latest image tag with Always pull policy

This commit is contained in:
Michael Trip 2026-06-23 15:29:06 +02:00
parent f45693aff4
commit edfe160b4f
2 changed files with 4 additions and 3 deletions

View file

@ -21,8 +21,8 @@ spec:
type: RuntimeDefault
containers:
- name: k8s-mgmt-pod
image: git.alcatrash.net/michael/k8s-mgmt-pod/k8s-mgmt-pod:v1.0.0
imagePullPolicy: IfNotPresent
image: git.alcatrash.net/michael/k8s-mgmt-pod/k8s-mgmt-pod:latest
imagePullPolicy: Always
ports:
- name: ssh
containerPort: 22