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.
37 lines
1.1 KiB
YAML
37 lines
1.1 KiB
YAML
# Copyright Broadcom, Inc. All Rights Reserved.
|
|
# SPDX-License-Identifier: APACHE-2.0
|
|
|
|
annotations:
|
|
category: Wiki
|
|
licenses: Apache-2.0
|
|
images: |
|
|
- 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:20251031
|
|
- name: os-shell
|
|
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
|
|
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
|
|
maintainers: []
|
|
name: dokuwiki
|
|
sources:
|
|
- https://git.cooltux.net/Interne-Entwicklungen/TuxNet-helm-charts.git/dokuwiki
|
|
version: 1.2.1
|
|
appVersion: "20251031"
|