aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/namespaces/web
diff options
context:
space:
mode:
authorGravatar Chris Lovering <[email protected]>2024-05-13 19:06:24 +0100
committerGravatar Chris Lovering <[email protected]>2024-05-13 19:06:24 +0100
commit0ad6839e8587fef823494ea8e0dba267944dbf86 (patch)
treee46d6d9bcbd7e593d7196f81b07cd391f6965a54 /kubernetes/namespaces/web
parentBump pre-commit from 3.7.0 to 3.7.1 (#286) (diff)
Use our own fork for deploying pinnwand
Diffstat (limited to 'kubernetes/namespaces/web')
-rw-r--r--kubernetes/namespaces/web/pinnwand/deployment.yaml2
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: