diff --git a/docspell/joex/deployment.yaml b/docspell/joex/deployment.yaml index 8c962b5..104a325 100644 --- a/docspell/joex/deployment.yaml +++ b/docspell/joex/deployment.yaml @@ -18,7 +18,7 @@ spec: app: joex spec: containers: - - image: docker.io/eikek0/docspell:joex-v0.22.0 + - image: docker.io/docspell/joex:v0.25.1 name: joex args: - /etc/docspell/docspell.conf diff --git a/docspell/restserver/deployment.yaml b/docspell/restserver/deployment.yaml index ce943e0..a36cbba 100644 --- a/docspell/restserver/deployment.yaml +++ b/docspell/restserver/deployment.yaml @@ -18,7 +18,7 @@ spec: app: restserver spec: containers: - - image: docker.io/eikek0/docspell:restserver-v0.22.0 + - image: docker.io/docspell/restserver:v0.25.1 name: docspell args: - /etc/docspell/docspell.conf