diff options
author | 2024-05-13 19:06:24 +0100 | |
---|---|---|
committer | 2024-05-13 19:06:24 +0100 | |
commit | 0ad6839e8587fef823494ea8e0dba267944dbf86 (patch) | |
tree | e46d6d9bcbd7e593d7196f81b07cd391f6965a54 /kubernetes/namespaces/web | |
parent | Bump 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.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: |