diff options
| -rw-r--r-- | kubernetes/namespaces/web/pinnwand/deployment.yaml | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/kubernetes/namespaces/web/pinnwand/deployment.yaml b/kubernetes/namespaces/web/pinnwand/deployment.yaml index 90bc7e9..61d65ae 100644 --- a/kubernetes/namespaces/web/pinnwand/deployment.yaml +++ b/kubernetes/namespaces/web/pinnwand/deployment.yaml @@ -22,7 +22,7 @@ spec:                mountPath: /tmp/        containers:          - name: pinnwand -          image: ghcr.io/supakeen/pinnwand:v1.5.0-psql +          image: ghcr.io/python-discord/pinnwand:latest-psql            command: ["venv/bin/python3", "-m", "pinnwand", "-vvvvvvvv", "--configuration-path", "/config/config.toml", "http"]            imagePullPolicy: Always            resources: | 
