diff --git a/services/zot/deployment.yaml b/services/zot/deployment.yaml index abffc00..24061b8 100644 --- a/services/zot/deployment.yaml +++ b/services/zot/deployment.yaml @@ -32,7 +32,8 @@ spec: values: ["rpi4"] containers: - name: zot - image: ghcr.io/project-zot/zot-linux-arm64:latest + image: ghcr.io/project-zot/zot-linux-arm64:v2.1.8 + imagePullPolicy: IfNotPresent args: ["serve", "/etc/zot/config.json"] ports: - { name: http, containerPort: 5000 }