From 0fb00a0e43e066983c76d56de12cc8f3834672ff Mon Sep 17 00:00:00 2001 From: TrueCharts-Bot Date: Mon, 31 Jul 2023 09:42:44 +0000 Subject: [PATCH] Commit new Chart releases for TrueCharts Signed-off-by: TrueCharts-Bot --- stable/dokuwiki/6.0.34/app-changelog.md | 9 --------- .../dokuwiki/{6.0.34 => 6.0.35}/CHANGELOG.md | 18 +++++++++--------- stable/dokuwiki/{6.0.34 => 6.0.35}/Chart.yaml | 2 +- stable/dokuwiki/{6.0.34 => 6.0.35}/README.md | 0 stable/dokuwiki/6.0.35/app-changelog.md | 9 +++++++++ .../dokuwiki/{6.0.34 => 6.0.35}/app-readme.md | 0 .../charts/common-12.15.0.tgz | Bin .../{6.0.34 => 6.0.35}/ix_values.yaml | 2 +- .../{6.0.34 => 6.0.35}/questions.yaml | 0 .../{6.0.34 => 6.0.35}/templates/NOTES.txt | 0 .../{6.0.34 => 6.0.35}/templates/common.yaml | 0 .../dokuwiki/{6.0.34 => 6.0.35}/values.yaml | 0 12 files changed, 20 insertions(+), 20 deletions(-) delete mode 100644 stable/dokuwiki/6.0.34/app-changelog.md rename stable/dokuwiki/{6.0.34 => 6.0.35}/CHANGELOG.md (93%) rename stable/dokuwiki/{6.0.34 => 6.0.35}/Chart.yaml (98%) rename stable/dokuwiki/{6.0.34 => 6.0.35}/README.md (100%) create mode 100644 stable/dokuwiki/6.0.35/app-changelog.md rename stable/dokuwiki/{6.0.34 => 6.0.35}/app-readme.md (100%) rename stable/dokuwiki/{6.0.34 => 6.0.35}/charts/common-12.15.0.tgz (100%) rename stable/dokuwiki/{6.0.34 => 6.0.35}/ix_values.yaml (90%) rename stable/dokuwiki/{6.0.34 => 6.0.35}/questions.yaml (100%) rename stable/dokuwiki/{6.0.34 => 6.0.35}/templates/NOTES.txt (100%) rename stable/dokuwiki/{6.0.34 => 6.0.35}/templates/common.yaml (100%) rename stable/dokuwiki/{6.0.34 => 6.0.35}/values.yaml (100%) diff --git a/stable/dokuwiki/6.0.34/app-changelog.md b/stable/dokuwiki/6.0.34/app-changelog.md deleted file mode 100644 index 86a4c57645..0000000000 --- a/stable/dokuwiki/6.0.34/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [dokuwiki-6.0.34](https://github.com/truecharts/charts/compare/dokuwiki-6.0.33...dokuwiki-6.0.34) (2023-07-29) - -### Chore - -- update helm general non-major ([#10955](https://github.com/truecharts/charts/issues/10955)) - - \ No newline at end of file diff --git a/stable/dokuwiki/6.0.34/CHANGELOG.md b/stable/dokuwiki/6.0.35/CHANGELOG.md similarity index 93% rename from stable/dokuwiki/6.0.34/CHANGELOG.md rename to stable/dokuwiki/6.0.35/CHANGELOG.md index fedbe67e47..21f2c761e3 100644 --- a/stable/dokuwiki/6.0.34/CHANGELOG.md +++ b/stable/dokuwiki/6.0.35/CHANGELOG.md @@ -4,6 +4,15 @@ +## [dokuwiki-6.0.35](https://github.com/truecharts/charts/compare/dokuwiki-6.0.34...dokuwiki-6.0.35) (2023-07-31) + +### Chore + +- update container image tccr.io/truecharts/dokuwiki to v20230404.1.0 ([#11084](https://github.com/truecharts/charts/issues/11084)) + + + + ## [dokuwiki-6.0.34](https://github.com/truecharts/charts/compare/dokuwiki-6.0.33...dokuwiki-6.0.34) (2023-07-29) ### Chore @@ -88,12 +97,3 @@ ## [dokuwiki-6.0.25](https://github.com/truecharts/charts/compare/dokuwiki-6.0.24...dokuwiki-6.0.25) (2023-07-08) ### Chore - -- update container image tccr.io/truecharts/dokuwiki to v20230404.1.0 ([#10327](https://github.com/truecharts/charts/issues/10327)) - - - - -## [dokuwiki-6.0.24](https://github.com/truecharts/charts/compare/dokuwiki-6.0.23...dokuwiki-6.0.24) (2023-07-01) - -### Chore diff --git a/stable/dokuwiki/6.0.34/Chart.yaml b/stable/dokuwiki/6.0.35/Chart.yaml similarity index 98% rename from stable/dokuwiki/6.0.34/Chart.yaml rename to stable/dokuwiki/6.0.35/Chart.yaml index a325832127..93720d6464 100644 --- a/stable/dokuwiki/6.0.34/Chart.yaml +++ b/stable/dokuwiki/6.0.35/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 kubeVersion: ">=1.16.0-0" name: dokuwiki -version: 6.0.34 +version: 6.0.35 appVersion: "20230404.1" description: Dokuwiki is a simple to use and highly versatile Open Source wiki software that doesn't require a database. type: application diff --git a/stable/dokuwiki/6.0.34/README.md b/stable/dokuwiki/6.0.35/README.md similarity index 100% rename from stable/dokuwiki/6.0.34/README.md rename to stable/dokuwiki/6.0.35/README.md diff --git a/stable/dokuwiki/6.0.35/app-changelog.md b/stable/dokuwiki/6.0.35/app-changelog.md new file mode 100644 index 0000000000..c30fb0051c --- /dev/null +++ b/stable/dokuwiki/6.0.35/app-changelog.md @@ -0,0 +1,9 @@ + + +## [dokuwiki-6.0.35](https://github.com/truecharts/charts/compare/dokuwiki-6.0.34...dokuwiki-6.0.35) (2023-07-31) + +### Chore + +- update container image tccr.io/truecharts/dokuwiki to v20230404.1.0 ([#11084](https://github.com/truecharts/charts/issues/11084)) + + \ No newline at end of file diff --git a/stable/dokuwiki/6.0.34/app-readme.md b/stable/dokuwiki/6.0.35/app-readme.md similarity index 100% rename from stable/dokuwiki/6.0.34/app-readme.md rename to stable/dokuwiki/6.0.35/app-readme.md diff --git a/stable/dokuwiki/6.0.34/charts/common-12.15.0.tgz b/stable/dokuwiki/6.0.35/charts/common-12.15.0.tgz similarity index 100% rename from stable/dokuwiki/6.0.34/charts/common-12.15.0.tgz rename to stable/dokuwiki/6.0.35/charts/common-12.15.0.tgz diff --git a/stable/dokuwiki/6.0.34/ix_values.yaml b/stable/dokuwiki/6.0.35/ix_values.yaml similarity index 90% rename from stable/dokuwiki/6.0.34/ix_values.yaml rename to stable/dokuwiki/6.0.35/ix_values.yaml index 1604c432ff..684e02f5d6 100644 --- a/stable/dokuwiki/6.0.34/ix_values.yaml +++ b/stable/dokuwiki/6.0.35/ix_values.yaml @@ -1,7 +1,7 @@ image: repository: tccr.io/truecharts/dokuwiki pullPolicy: IfNotPresent - tag: v20230404.1.0@sha256:d915ed320e22fcc546b2593817f21e2be975120f2cd277497f00c3437cba1993 + tag: v20230404.1.0@sha256:82969a73fa63cc53cca9a4b4beb74e37123a10b1f2e045316a971fafc6c9d2f3 securityContext: container: diff --git a/stable/dokuwiki/6.0.34/questions.yaml b/stable/dokuwiki/6.0.35/questions.yaml similarity index 100% rename from stable/dokuwiki/6.0.34/questions.yaml rename to stable/dokuwiki/6.0.35/questions.yaml diff --git a/stable/dokuwiki/6.0.34/templates/NOTES.txt b/stable/dokuwiki/6.0.35/templates/NOTES.txt similarity index 100% rename from stable/dokuwiki/6.0.34/templates/NOTES.txt rename to stable/dokuwiki/6.0.35/templates/NOTES.txt diff --git a/stable/dokuwiki/6.0.34/templates/common.yaml b/stable/dokuwiki/6.0.35/templates/common.yaml similarity index 100% rename from stable/dokuwiki/6.0.34/templates/common.yaml rename to stable/dokuwiki/6.0.35/templates/common.yaml diff --git a/stable/dokuwiki/6.0.34/values.yaml b/stable/dokuwiki/6.0.35/values.yaml similarity index 100% rename from stable/dokuwiki/6.0.34/values.yaml rename to stable/dokuwiki/6.0.35/values.yaml