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.
Update Dokuwiki dependencies and image tags
Updated the Docker image tags for dokuwiki, apache-exporter, and
os-shell in the Chart.yaml file to the latest versions. The changes
include:
- apache-exporter updated from 1.0.9 to 1.0.10
- dokuwiki updated from 20241217.1.0 to 20250508.1.0
- os-shell updated from 12-debian-12-r34 to 12-debian-12-r43
Additionally, incremented the chart version from 1.0.17 to 1.0.19
to reflect the changes in image versions and maintain compatibility
with the latest container deployments. These updates are necessary
to ensure stability, security, and access to the latest features.
No breaking changes are introduced with these updates.
```