From d6ceee2d4847e4e7afc55fe4c8eeb3ab8d131a38 Mon Sep 17 00:00:00 2001 From: Marko Oldenburg Date: Thu, 8 May 2025 21:14:13 +0200 Subject: [PATCH] ``` 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. ``` --- charts/dokuwiki/Chart.yaml | 34 +++++++++++++++++----------------- charts/dokuwiki/values.yaml | 2 +- 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/charts/dokuwiki/Chart.yaml b/charts/dokuwiki/Chart.yaml index 6b7ec00..0c338d9 100644 --- a/charts/dokuwiki/Chart.yaml +++ b/charts/dokuwiki/Chart.yaml @@ -6,32 +6,32 @@ annotations: licenses: Apache-2.0 images: | - name: apache-exporter - image: docker.io/bitnami/apache-exporter:1.0.9-debian-12-r6 + image: docker.io/bitnami/apache-exporter:1.0.10-debian-12-r5 - name: dokuwiki - image: git.cooltux.net/marko/docker-dokuwiki-debian12:20241217.1.0-debian-12-r15 + image: git.cooltux.net/marko/docker-dokuwiki-debian12:20250508.1.0-debian-12-r16 - name: os-shell - image: docker.io/bitnami/os-shell:12-debian-12-r34 + image: docker.io/bitnami/os-shell:12-debian-12-r43 apiVersion: v2 dependencies: -- name: common - repository: oci://registry-1.docker.io/bitnamicharts - tags: - - bitnami-common - version: 2.x.x + - name: common + repository: oci://registry-1.docker.io/bitnamicharts + tags: + - bitnami-common + version: 2.x.x deprecated: false description: DokuWiki is a standards-compliant wiki optimized for creating documentation. Designed to be simple to use for small organizations, it stores all data in plain text files so no database is required. home: https://bitnami.com icon: https://bitnami.com/assets/stacks/dokuwiki/img/dokuwiki-stack-220x234.png keywords: -- dokuwiki -- wiki -- http -- web -- application -- php + - dokuwiki + - wiki + - http + - web + - application + - php maintainers: [] name: dokuwiki sources: -- https://git.cooltux.net/Interne-Entwicklungen/TuxNet-helm-charts.git/dokuwiki -version: 1.0.17 -appVersion: "20241217.1.0-debian-12-r15" \ No newline at end of file + - https://git.cooltux.net/Interne-Entwicklungen/TuxNet-helm-charts.git/dokuwiki +version: 1.0.19 +appVersion: "20250508.1.0-debian-12-r16" diff --git a/charts/dokuwiki/values.yaml b/charts/dokuwiki/values.yaml index 06cd582..0268e7d 100644 --- a/charts/dokuwiki/values.yaml +++ b/charts/dokuwiki/values.yaml @@ -70,7 +70,7 @@ extraDeploy: [] image: registry: git.cooltux.net repository: marko/docker-dokuwiki-debian12 - tag: "20241217.1.0-debian-12-r15" + tag: "20250508.1.0-debian-12-r16" digest: "" ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'