Update image tag in deployment and modify build workflow for tag handling
All checks were successful
Build k8s-mgmt-pod image / Build & Push (push) Successful in 28s

This commit is contained in:
Michael Trip 2026-06-23 15:13:46 +02:00
parent 4dbcde381f
commit 91cb88097f
2 changed files with 6 additions and 3 deletions

View file

@ -21,8 +21,7 @@ spec:
type: RuntimeDefault
containers:
- name: k8s-mgmt-pod
# Replace this placeholder with a pinned tag or digest in production.
image: ghcr.io/<org>/<repo>/k8s-mgmt-pod:latest
image: git.alcatrash.net/michael/k8s-mgmt-pod/k8s-mgmt-pod:v1.0
imagePullPolicy: IfNotPresent
ports:
- name: ssh