use ubuntu

This commit is contained in:
2024-12-22 16:33:15 -06:00
parent b880619f41
commit bb5c65beee

View File

@@ -29,8 +29,8 @@ jellyfin:
memory: 1Gi
sqlite:
image:
repository: keinos/sqlite3
tag: 3.47.2
repository: ubuntu
tag: latest
pullPolicy: IfNotPresent
command: [ "/bin/bash", "-c", "--" ]
args: [ "while true; do sleep 30; done;" ]