Compare commits

..

5 Commits

Author SHA1 Message Date
3bfad25335 fix: correct typo in PAPERLESS_URL environment variable
All checks were successful
Validate Kubernetes Manifests / kubeconform (push) Successful in 10s
2026-02-01 17:03:15 +05:30
a8fcbd530c Merge pull request 'Update Helm release prometheus to v28.7.0' (#316) from renovate/prometheus-28.x into main
All checks were successful
Validate Kubernetes Manifests / kubeconform (push) Successful in 9s
Reviewed-on: #316
2026-02-01 16:56:49 +05:30
a8f6f030df Merge pull request 'Update ghcr.io/paperless-ngx/paperless-ngx Docker tag to v2.20.6' (#314) from renovate/ghcr.io-paperless-ngx-paperless-ngx-2.x into main
Some checks failed
Validate Kubernetes Manifests / kubeconform (push) Has been cancelled
Reviewed-on: #314
2026-02-01 16:56:41 +05:30
Renovate Bot
9e11c1a8e5 Update Helm release prometheus to v28.7.0
All checks were successful
Validate Kubernetes Manifests / kubeconform (push) Successful in 10s
2026-01-31 19:40:57 +00:00
Renovate Bot
088565cdc6 Update ghcr.io/paperless-ngx/paperless-ngx Docker tag to v2.20.6
All checks were successful
Validate Kubernetes Manifests / kubeconform (push) Successful in 12s
2026-01-31 19:40:48 +00:00
2 changed files with 3 additions and 3 deletions

View File

@@ -9,7 +9,7 @@ spec:
chart:
spec:
chart: prometheus
version: "28.6.1"
version: "28.7.0"
sourceRef:
kind: HelmRepository
name: prometheus-community

View File

@@ -17,7 +17,7 @@ spec:
spec:
containers:
- name: paperless-ngx
image: ghcr.io/paperless-ngx/paperless-ngx:2.20.5
image: ghcr.io/paperless-ngx/paperless-ngx:2.20.6
readinessProbe:
exec:
command:
@@ -34,7 +34,7 @@ spec:
- name: PAPERLESS_REDIS
value: "redis://paperless-ngx-db.tools.svc.cluster.local:6379"
- name: PAPERLESS_URL
values: "https://ngx.akshun-lab.cc"
value: "https://ngx.akshun-lab.cc"
- name: PAPERLESS_TIME_ZONE
value: "Asia/Kolkata"
- name: PAPERLESS_TIKA_ENABLED