From ee7e8e0888399dd9233498fd72d06e3176dfed4a Mon Sep 17 00:00:00 2001 From: TrueCharts-Bot Date: Sat, 10 Jun 2023 21:52:53 +0000 Subject: [PATCH] Commit new Chart releases for TrueCharts Signed-off-by: TrueCharts-Bot --- stable/lldap/1.1.12/app-changelog.md | 9 --------- stable/lldap/{1.1.12 => 1.1.13}/CHANGELOG.md | 18 +++++++++--------- stable/lldap/{1.1.12 => 1.1.13}/Chart.yaml | 2 +- stable/lldap/{1.1.12 => 1.1.13}/NOTES.txt | 0 stable/lldap/{1.1.12 => 1.1.13}/README.md | 0 stable/lldap/1.1.13/app-changelog.md | 9 +++++++++ stable/lldap/{1.1.12 => 1.1.13}/app-readme.md | 0 .../charts/common-12.13.0.tgz | Bin .../lldap/{1.1.12 => 1.1.13}/ix_values.yaml | 0 .../lldap/{1.1.12 => 1.1.13}/questions.yaml | 2 ++ .../{1.1.12 => 1.1.13}/templates/_secrets.tpl | 0 .../{1.1.12 => 1.1.13}/templates/common.yaml | 0 stable/lldap/{1.1.12 => 1.1.13}/values.yaml | 0 13 files changed, 21 insertions(+), 19 deletions(-) delete mode 100644 stable/lldap/1.1.12/app-changelog.md rename stable/lldap/{1.1.12 => 1.1.13}/CHANGELOG.md (91%) rename stable/lldap/{1.1.12 => 1.1.13}/Chart.yaml (98%) rename stable/lldap/{1.1.12 => 1.1.13}/NOTES.txt (100%) rename stable/lldap/{1.1.12 => 1.1.13}/README.md (100%) create mode 100644 stable/lldap/1.1.13/app-changelog.md rename stable/lldap/{1.1.12 => 1.1.13}/app-readme.md (100%) rename stable/lldap/{1.1.12 => 1.1.13}/charts/common-12.13.0.tgz (100%) rename stable/lldap/{1.1.12 => 1.1.13}/ix_values.yaml (100%) rename stable/lldap/{1.1.12 => 1.1.13}/questions.yaml (99%) rename stable/lldap/{1.1.12 => 1.1.13}/templates/_secrets.tpl (100%) rename stable/lldap/{1.1.12 => 1.1.13}/templates/common.yaml (100%) rename stable/lldap/{1.1.12 => 1.1.13}/values.yaml (100%) diff --git a/stable/lldap/1.1.12/app-changelog.md b/stable/lldap/1.1.12/app-changelog.md deleted file mode 100644 index edf40e03792..00000000000 --- a/stable/lldap/1.1.12/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [lldap-1.1.12](https://github.com/truecharts/charts/compare/lldap-1.1.11...lldap-1.1.12) (2023-06-07) - -### Chore - -- update helm general non-major ([#9457](https://github.com/truecharts/charts/issues/9457)) - - \ No newline at end of file diff --git a/stable/lldap/1.1.12/CHANGELOG.md b/stable/lldap/1.1.13/CHANGELOG.md similarity index 91% rename from stable/lldap/1.1.12/CHANGELOG.md rename to stable/lldap/1.1.13/CHANGELOG.md index 7373c2ea2bd..41c9de142a6 100644 --- a/stable/lldap/1.1.12/CHANGELOG.md +++ b/stable/lldap/1.1.13/CHANGELOG.md @@ -4,6 +4,15 @@ +## [lldap-1.1.13](https://github.com/truecharts/charts/compare/lldap-1.1.12...lldap-1.1.13) (2023-06-10) + +### Fix + +- missing additional_attrs ([#9572](https://github.com/truecharts/charts/issues/9572)) + + + + ## [lldap-1.1.12](https://github.com/truecharts/charts/compare/lldap-1.1.11...lldap-1.1.12) (2023-06-07) ### Chore @@ -88,12 +97,3 @@ - -## [lldap-1.1.3](https://github.com/truecharts/charts/compare/lldap-1.1.2...lldap-1.1.3) (2023-05-16) - -### Chore - -- update helm general non-major ([#8979](https://github.com/truecharts/charts/issues/8979)) - - - diff --git a/stable/lldap/1.1.12/Chart.yaml b/stable/lldap/1.1.13/Chart.yaml similarity index 98% rename from stable/lldap/1.1.12/Chart.yaml rename to stable/lldap/1.1.13/Chart.yaml index 394afb1c2d5..4f6a13cea16 100644 --- a/stable/lldap/1.1.12/Chart.yaml +++ b/stable/lldap/1.1.13/Chart.yaml @@ -23,7 +23,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/lldap - https://github.com/nitnelave/lldap type: application -version: 1.1.12 +version: 1.1.13 annotations: truecharts.org/catagories: | - ldap diff --git a/stable/lldap/1.1.12/NOTES.txt b/stable/lldap/1.1.13/NOTES.txt similarity index 100% rename from stable/lldap/1.1.12/NOTES.txt rename to stable/lldap/1.1.13/NOTES.txt diff --git a/stable/lldap/1.1.12/README.md b/stable/lldap/1.1.13/README.md similarity index 100% rename from stable/lldap/1.1.12/README.md rename to stable/lldap/1.1.13/README.md diff --git a/stable/lldap/1.1.13/app-changelog.md b/stable/lldap/1.1.13/app-changelog.md new file mode 100644 index 00000000000..f8a54604a8a --- /dev/null +++ b/stable/lldap/1.1.13/app-changelog.md @@ -0,0 +1,9 @@ + + +## [lldap-1.1.13](https://github.com/truecharts/charts/compare/lldap-1.1.12...lldap-1.1.13) (2023-06-10) + +### Fix + +- missing additional_attrs ([#9572](https://github.com/truecharts/charts/issues/9572)) + + \ No newline at end of file diff --git a/stable/lldap/1.1.12/app-readme.md b/stable/lldap/1.1.13/app-readme.md similarity index 100% rename from stable/lldap/1.1.12/app-readme.md rename to stable/lldap/1.1.13/app-readme.md diff --git a/stable/lldap/1.1.12/charts/common-12.13.0.tgz b/stable/lldap/1.1.13/charts/common-12.13.0.tgz similarity index 100% rename from stable/lldap/1.1.12/charts/common-12.13.0.tgz rename to stable/lldap/1.1.13/charts/common-12.13.0.tgz diff --git a/stable/lldap/1.1.12/ix_values.yaml b/stable/lldap/1.1.13/ix_values.yaml similarity index 100% rename from stable/lldap/1.1.12/ix_values.yaml rename to stable/lldap/1.1.13/ix_values.yaml diff --git a/stable/lldap/1.1.12/questions.yaml b/stable/lldap/1.1.13/questions.yaml similarity index 99% rename from stable/lldap/1.1.12/questions.yaml rename to stable/lldap/1.1.13/questions.yaml index 342fb086bff..ec0eca4da2a 100644 --- a/stable/lldap/1.1.12/questions.yaml +++ b/stable/lldap/1.1.13/questions.yaml @@ -574,6 +574,7 @@ questions: label: "App Config Storage" description: "Stores the Application Configuration." schema: + additional_attrs: true type: dict attrs: - variable: type @@ -738,6 +739,7 @@ questions: - variable: main label: "Main Ingress" schema: + additional_attrs: true type: dict attrs: - variable: enabled diff --git a/stable/lldap/1.1.12/templates/_secrets.tpl b/stable/lldap/1.1.13/templates/_secrets.tpl similarity index 100% rename from stable/lldap/1.1.12/templates/_secrets.tpl rename to stable/lldap/1.1.13/templates/_secrets.tpl diff --git a/stable/lldap/1.1.12/templates/common.yaml b/stable/lldap/1.1.13/templates/common.yaml similarity index 100% rename from stable/lldap/1.1.12/templates/common.yaml rename to stable/lldap/1.1.13/templates/common.yaml diff --git a/stable/lldap/1.1.12/values.yaml b/stable/lldap/1.1.13/values.yaml similarity index 100% rename from stable/lldap/1.1.12/values.yaml rename to stable/lldap/1.1.13/values.yaml