Update Dokuwiki image version to 20251031
All checks were successful
Build Helm Chart / helm-package (push) Successful in 4s

This commit updates the Dokuwiki Docker image version in both
the Chart.yaml and values.yaml files from
`20250918-debian-12` to `20251031`.

The change was necessary to ensure users are running the latest
version of the Dokuwiki application, which may include important
security patches, bug fixes, and new features that enhance
overall stability and performance.

Additionally, the chart version has been updated to `1.2.1`
to reflect this change. No breaking changes are introduced with
this update, but users should test the new version to ensure
compatibility with their existing configurations.
This commit is contained in:
2025-10-31 16:25:39 +01:00
parent 1b93a9612d
commit 363946b064
2 changed files with 9 additions and 9 deletions

View File

@@ -8,12 +8,12 @@ annotations:
- name: apache-exporter
image: docker.io/bitnami/apache-exporter:1.0.10-debian-12-r5
- name: dokuwiki
image: git.cooltux.net/marko/docker-dokuwiki-debian12:20250516-debian-12
image: git.cooltux.net/marko/docker-dokuwiki-debian12:20251031
- name: os-shell
image: docker.io/bitnami/os-shell:12-debian-12-r43
apiVersion: v2
dependencies:
- name: common
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
tags:
- bitnami-common
@@ -32,5 +32,5 @@ maintainers: []
name: dokuwiki
sources:
- https://git.cooltux.net/Interne-Entwicklungen/TuxNet-helm-charts.git/dokuwiki
version: 1.2.0
appVersion: "20250918-debian-12"
version: 1.2.1
appVersion: "20251031"

View File

@@ -70,7 +70,7 @@ extraDeploy: []
image:
registry: git.cooltux.net
repository: marko/docker-dokuwiki-debian12
tag: "20250918-debian-12"
tag: "20251031"
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'