diff --git a/cluster/apps/invidious/invidious.yml b/cluster/apps/invidious/invidious.yml index 48b919b..b677521 100644 --- a/cluster/apps/invidious/invidious.yml +++ b/cluster/apps/invidious/invidious.yml @@ -42,7 +42,7 @@ spec: - name: postgres-data mountPath: /var/lib/postgresql/data - name: postgres - image: postgres:14 + image: postgres:15.13 restartPolicy: Always env: - name: POSTGRES_DB