From 42a6fab92ac44fdeb53328d652d7948fcad8c34b Mon Sep 17 00:00:00 2001 From: MergeCheck Date: Tue, 7 Jul 2026 09:34:12 -0300 Subject: [PATCH] chore(docmost): bump docmost to 0.95.0 --- charts/docmost/Chart.yaml | 2 +- charts/docmost/README.md | 4 ++-- charts/docmost/docs/architecture.md | 2 +- charts/docmost/tests/deployment_test.yaml | 2 +- charts/docmost/values.yaml | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/charts/docmost/Chart.yaml b/charts/docmost/Chart.yaml index 4a7bebbf..e7c20ea2 100644 --- a/charts/docmost/Chart.yaml +++ b/charts/docmost/Chart.yaml @@ -4,7 +4,7 @@ name: docmost description: Docmost collaborative wiki and documentation software with PostgreSQL, Redis, local storage, and optional S3 type: application version: 1.2.6 -appVersion: "0.90.1" +appVersion: "0.95.0" kubeVersion: ">=1.26.0-0" icon: https://helmforge.dev/icons/charts/docmost.png home: https://helmforge.dev diff --git a/charts/docmost/README.md b/charts/docmost/README.md index 1149d756..865ee56c 100644 --- a/charts/docmost/README.md +++ b/charts/docmost/README.md @@ -38,7 +38,7 @@ helm install docmost oci://ghcr.io/helmforgedev/helm/docmost - Docmost requires PostgreSQL and Redis - local storage uses `/app/data/storage` - S3 mode uses the official `AWS_S3_*` environment variables documented by Docmost -- the default image tag is `0.90.1`, validated against the published `docmost/docmost:0.90.1` container image +- the default image tag is `0.95.0`, validated against the published `docmost/docmost:0.95.0` container image - upstream telemetry can be disabled with `docmost.disableTelemetry=true` - this chart intentionally does not keep `Chart.lock`; dependencies are resolved by the repository release workflow @@ -153,7 +153,7 @@ backup: |-----|---------|-------------| | `replicaCount` | `1` | Number of Docmost application pods. Values greater than `1` require `storage.mode=s3` | | `image.repository` | `docker.io/docmost/docmost` | Docmost container image repository | -| `image.tag` | `0.90.1` | Docmost image tag | +| `image.tag` | `0.95.0` | Docmost image tag | | `docmost.appUrl` | `""` | External Docmost URL | | `docmost.appSecret` | `""` | Application secret, auto-generated when empty | | `docmost.jwtTokenExpiresIn` | `30d` | JWT expiration | diff --git a/charts/docmost/docs/architecture.md b/charts/docmost/docs/architecture.md index e374bbb4..f1d7611f 100644 --- a/charts/docmost/docs/architecture.md +++ b/charts/docmost/docs/architecture.md @@ -60,7 +60,7 @@ and users are supported without editing SQL manually. ## Version Pinning Note -The chart pins the upstream application image through `image.tag` and `appVersion`. For this release, `docmost/docmost:0.90.1` was verified as available on Docker Hub before updating the chart. +The chart pins the upstream application image through `image.tag` and `appVersion`. For this release, `docmost/docmost:0.95.0` was verified as available on Docker Hub before updating the chart. ## Telemetry diff --git a/charts/docmost/tests/deployment_test.yaml b/charts/docmost/tests/deployment_test.yaml index 57ecd2e8..85f33010 100644 --- a/charts/docmost/tests/deployment_test.yaml +++ b/charts/docmost/tests/deployment_test.yaml @@ -17,7 +17,7 @@ tests: value: 3000 - equal: path: spec.template.spec.containers[0].image - value: docker.io/docmost/docmost:0.90.1 + value: docker.io/docmost/docmost:0.95.0 - contains: path: spec.template.spec.containers[0].env content: diff --git a/charts/docmost/values.yaml b/charts/docmost/values.yaml index 329be0e7..e633d800 100644 --- a/charts/docmost/values.yaml +++ b/charts/docmost/values.yaml @@ -23,7 +23,7 @@ image: # -- Docmost container image repository repository: docker.io/docmost/docmost # -- Docmost image tag. Defaults to appVersion validated on GitHub Releases and Docker Hub. - tag: "0.90.1" + tag: "0.95.0" # -- Image pull policy pullPolicy: IfNotPresent