Update image version in deployment.yaml

This commit is contained in:
Dede Fuji Abdul 2024-01-16 12:50:36 +07:00
parent ec62d23216
commit 5ffcf1c64a

View File

@ -14,7 +14,7 @@ spec:
spec:
containers:
- name: apkt-eis
image: docker.io/apkt-eis:dev-0.0.1
image: docker.io/apkt-eis:v0.0.15-dev
ports:
- containerPort: 80
---