diff --git a/deployment.yaml b/deployment.yaml index 9943bb6..ac239ce 100644 --- a/deployment.yaml +++ b/deployment.yaml @@ -14,7 +14,7 @@ spec: spec: containers: - name: apkt-eis - image: ghcr.io/defuj/eis + image: ghcr.io/defuj/eis:latest ports: - containerPort: 80 ---