From 0ad6839e8587fef823494ea8e0dba267944dbf86 Mon Sep 17 00:00:00 2001 From: Chris Lovering Date: Mon, 13 May 2024 19:06:24 +0100 Subject: Use our own fork for deploying pinnwand --- kubernetes/namespaces/web/pinnwand/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kubernetes/namespaces') 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: -- cgit v1.2.3