[bitnami/dokuwiki] Add deprecation notice (#28660)

Signed-off-by: David Gomez <dgomezleon@vmware.com>
This commit is contained in:
David Gomez
2024-08-05 12:43:30 +02:00
committed by GitHub
parent 9e0364083d
commit b0131fe1d4
4 changed files with 17 additions and 8 deletions

View File

@@ -1,8 +1,12 @@
# Changelog
## 16.2.10 (2024-07-25)
## 16.2.11 (2024-08-05)
* [bitnami/dokuwiki] Release 16.2.10 ([#28411](https://github.com/bitnami/charts/pull/28411))
* [bitnami/dokuwiki] Add deprecation notice ([#28660](https://github.com/bitnami/charts/pull/28660))
## <small>16.2.10 (2024-07-25)</small>
* [bitnami/dokuwiki] Release 16.2.10 (#28411) ([33ae0dd](https://github.com/bitnami/charts/commit/33ae0dd6ea41e0144b55691f3f26385d58616b6b)), closes [#28411](https://github.com/bitnami/charts/issues/28411)
## <small>16.2.9 (2024-07-24)</small>

View File

@@ -19,7 +19,8 @@ dependencies:
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.
deprecated: true
description: DEPRECATED 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:
@@ -29,10 +30,8 @@ keywords:
- web
- application
- php
maintainers:
- name: Broadcom, Inc. All Rights Reserved.
url: https://github.com/bitnami/charts
maintainers: []
name: dokuwiki
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/dokuwiki
version: 16.2.10
version: 16.2.11

View File

@@ -8,6 +8,10 @@ DokuWiki is a standards-compliant wiki optimized for creating documentation. Des
Trademarks: This software listing is packaged by Bitnami. The respective trademarks mentioned in the offering are owned by the respective companies, and use of them does not imply any affiliation or endorsement.
## This Helm chart is deprecated
This Helm chart is deprecated on our side and will not receive new updates.
## TL;DR
```console

View File

@@ -1,3 +1,5 @@
This Helm chart is deprecated on our side and will not receive new updates.
CHART NAME: {{ .Chart.Name }}
CHART VERSION: {{ .Chart.Version }}
APP VERSION: {{ .Chart.AppVersion }}
@@ -59,4 +61,4 @@ APP VERSION: {{ .Chart.AppVersion }}
{{- $requiredDockuwikiPasswordErrors := include "common.validations.values.multiple.empty" (dict "required" $requiredPasswords "context" $) -}}
{{- include "common.errors.upgrade.passwords.empty" (dict "validationErrors" (list $requiredDockuwikiPasswordErrors) "context" $) -}}
{{- include "common.warnings.resources" (dict "sections" (list "metrics" "" "volumePermissions") "context" $) }}
{{- include "common.warnings.modifiedImages" (dict "images" (list .Values.image .Values.volumePermissions.image .Values.metrics.image .Values.certificates.image) "context" $) }}
{{- include "common.warnings.modifiedImages" (dict "images" (list .Values.image .Values.volumePermissions.image .Values.metrics.image .Values.certificates.image) "context" $) }}