Compare commits

..

13 commits

Author SHA1 Message Date
Renovate Bot 54952f1367 Update quay.io/argoproj/argocd Docker tag to v2.5.10
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
2023-02-02 17:46:26 +00:00
Renovate Bot 9089ade078 Update ghost Docker tag to v5.33.3
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2023-02-02 17:44:32 +00:00
Renovate Bot cd3c3c473b Update renovate/renovate Docker tag to v34.119.2
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
2023-02-01 17:46:18 +00:00
Renovate Bot ba2709d7f5 Update ghost Docker tag to v5.33.2
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2023-02-01 17:44:37 +00:00
Renovate Bot 631c141a28 Update renovate/renovate Docker tag to v34.118.2
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2023-01-31 17:44:36 +00:00
Renovate Bot 16d06ae2f2 Update renovate/renovate Docker tag to v34.117.0
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
2023-01-30 17:46:01 +00:00
Renovate Bot 3c2ee10f1f Update stakater/reloader Docker tag to v1.0.3
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
2023-01-30 17:44:09 +00:00
Tobias Brunner 279bfc8166
set weasyprint to convert pdfs
All checks were successful
continuous-integration/drone/push Build is passing
2023-01-28 19:25:28 +01:00
Tobias Brunner a84c22817e Merge pull request 'Update docker.io/docspell/joex Docker tag to v0.39.0' (#1181) from renovate/docker.io-docspell-joex-0.x into master
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #1181
2023-01-28 18:21:21 +00:00
Tobias Brunner 72817f7030 Merge pull request 'Update docker.io/docspell/restserver Docker tag to v0.39.0' (#1182) from renovate/docker.io-docspell-restserver-0.x into master
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #1182
2023-01-28 18:21:12 +00:00
Renovate Bot 561e6377df Update renovate/renovate Docker tag to v34.116.1
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2023-01-28 17:45:15 +00:00
Renovate Bot c777321286 Update docker.io/docspell/restserver Docker tag to v0.39.0
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
2022-11-08 17:44:53 +00:00
Renovate Bot 0539675dfc Update docker.io/docspell/joex Docker tag to v0.39.0
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2022-11-08 17:44:50 +00:00
7 changed files with 13 additions and 12 deletions

View file

@ -9687,7 +9687,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: quay.io/argoproj/argocd:v2.5.9
image: quay.io/argoproj/argocd:v2.5.10
imagePullPolicy: Always
name: argocd-applicationset-controller
ports:
@ -9784,7 +9784,7 @@ spec:
- -n
- /usr/local/bin/argocd
- /shared/argocd-dex
image: quay.io/argoproj/argocd:v2.5.9
image: quay.io/argoproj/argocd:v2.5.10
imagePullPolicy: Always
name: copyutil
securityContext:
@ -9824,7 +9824,7 @@ spec:
containers:
- command:
- argocd-notifications
image: quay.io/argoproj/argocd:v2.5.9
image: quay.io/argoproj/argocd:v2.5.10
imagePullPolicy: Always
livenessProbe:
tcpSocket:
@ -10049,7 +10049,7 @@ spec:
value: /helm-working-dir
- name: HELM_DATA_HOME
value: /helm-working-dir
image: quay.io/argoproj/argocd:v2.5.9
image: quay.io/argoproj/argocd:v2.5.10
imagePullPolicy: Always
livenessProbe:
failureThreshold: 3
@ -10098,7 +10098,7 @@ spec:
- -n
- /usr/local/bin/argocd
- /var/run/argocd/argocd-cmp-server
image: quay.io/argoproj/argocd:v2.5.9
image: quay.io/argoproj/argocd:v2.5.10
name: copyutil
securityContext:
allowPrivilegeEscalation: false
@ -10341,7 +10341,7 @@ spec:
key: otlp.address
name: argocd-cmd-params-cm
optional: true
image: quay.io/argoproj/argocd:v2.5.9
image: quay.io/argoproj/argocd:v2.5.10
imagePullPolicy: Always
livenessProbe:
httpGet:
@ -10543,7 +10543,7 @@ spec:
key: otlp.address
name: argocd-cmd-params-cm
optional: true
image: quay.io/argoproj/argocd:v2.5.9
image: quay.io/argoproj/argocd:v2.5.10
imagePullPolicy: Always
livenessProbe:
httpGet:

View file

@ -56,6 +56,7 @@ data:
url = "http://solrtcp:8983/solr/docspell"
}
}
convert.html-converter = "weasyprint"
scheduler {
pool-size = 1
}

View file

@ -18,7 +18,7 @@ spec:
app: joex
spec:
containers:
- image: docker.io/docspell/joex:v0.38.0
- image: docker.io/docspell/joex:v0.39.0
name: joex
args:
- /etc/docspell/docspell.conf

View file

@ -18,7 +18,7 @@ spec:
app: restserver
spec:
containers:
- image: docker.io/docspell/restserver:v0.38.0
- image: docker.io/docspell/restserver:v0.39.0
name: docspell
args:
- /etc/docspell/docspell.conf

View file

@ -12,7 +12,7 @@ spec:
containers:
- name: renovate
# Update this to the latest available and then enable Renovate on the manifest
image: renovate/renovate:34.115.1-slim
image: renovate/renovate:34.119.2-slim
# Environment Variables
env:
- name: RENOVATE_PLATFORM

View file

@ -126,7 +126,7 @@ spec:
version: v0.0.104
spec:
containers:
- image: "stakater/reloader:v1.0.2"
- image: "stakater/reloader:v1.0.3"
imagePullPolicy: IfNotPresent
name: reloader-reloader

View file

@ -24,7 +24,7 @@ spec:
component: ghost
spec:
containers:
- image: ghost:5.32.0-alpine
- image: ghost:5.33.3-alpine
imagePullPolicy: IfNotPresent
name: ghost
env: