From 15ee57cdd470173c4088ea5796ad756a22d56e55 Mon Sep 17 00:00:00 2001 From: TrueCharts-Bot Date: Thu, 27 Apr 2023 20:32:24 +0000 Subject: [PATCH] Commit new Chart releases for TrueCharts Signed-off-by: TrueCharts-Bot --- stable/lldap/1.0.7/app-changelog.md | 9 --------- stable/lldap/{1.0.7 => 1.1.0}/CHANGELOG.md | 5 +++++ stable/lldap/{1.0.7 => 1.1.0}/Chart.yaml | 4 ++-- stable/lldap/{1.0.7 => 1.1.0}/NOTES.txt | 0 stable/lldap/{1.0.7 => 1.1.0}/README.md | 0 stable/lldap/1.1.0/app-changelog.md | 4 ++++ stable/lldap/{1.0.7 => 1.1.0}/app-readme.md | 0 .../lldap/{1.0.7 => 1.1.0}/charts/common-12.6.1.tgz | Bin stable/lldap/{1.0.7 => 1.1.0}/ix_values.yaml | 2 +- stable/lldap/{1.0.7 => 1.1.0}/questions.yaml | 0 .../lldap/{1.0.7 => 1.1.0}/templates/_secrets.tpl | 0 stable/lldap/{1.0.7 => 1.1.0}/templates/common.yaml | 0 stable/lldap/{1.0.7 => 1.1.0}/values.yaml | 0 13 files changed, 12 insertions(+), 12 deletions(-) delete mode 100644 stable/lldap/1.0.7/app-changelog.md rename stable/lldap/{1.0.7 => 1.1.0}/CHANGELOG.md (94%) rename stable/lldap/{1.0.7 => 1.1.0}/Chart.yaml (95%) rename stable/lldap/{1.0.7 => 1.1.0}/NOTES.txt (100%) rename stable/lldap/{1.0.7 => 1.1.0}/README.md (100%) create mode 100644 stable/lldap/1.1.0/app-changelog.md rename stable/lldap/{1.0.7 => 1.1.0}/app-readme.md (100%) rename stable/lldap/{1.0.7 => 1.1.0}/charts/common-12.6.1.tgz (100%) rename stable/lldap/{1.0.7 => 1.1.0}/ix_values.yaml (94%) rename stable/lldap/{1.0.7 => 1.1.0}/questions.yaml (100%) rename stable/lldap/{1.0.7 => 1.1.0}/templates/_secrets.tpl (100%) rename stable/lldap/{1.0.7 => 1.1.0}/templates/common.yaml (100%) rename stable/lldap/{1.0.7 => 1.1.0}/values.yaml (100%) diff --git a/stable/lldap/1.0.7/app-changelog.md b/stable/lldap/1.0.7/app-changelog.md deleted file mode 100644 index ccf31d490df..00000000000 --- a/stable/lldap/1.0.7/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [lldap-1.0.7](https://github.com/truecharts/charts/compare/lldap-1.0.6...lldap-1.0.7) (2023-04-27) - -### Chore - -- update container image tccr.io/truecharts/lldap to latest ([#8255](https://github.com/truecharts/charts/issues/8255)) - - \ No newline at end of file diff --git a/stable/lldap/1.0.7/CHANGELOG.md b/stable/lldap/1.1.0/CHANGELOG.md similarity index 94% rename from stable/lldap/1.0.7/CHANGELOG.md rename to stable/lldap/1.1.0/CHANGELOG.md index b5f576b3d18..040958efa2b 100644 --- a/stable/lldap/1.0.7/CHANGELOG.md +++ b/stable/lldap/1.1.0/CHANGELOG.md @@ -4,6 +4,11 @@ +## [lldap-1.1.0](https://github.com/truecharts/charts/compare/lldap-1.0.7...lldap-1.1.0) (2023-04-27) + + + + ## [lldap-1.0.7](https://github.com/truecharts/charts/compare/lldap-1.0.6...lldap-1.0.7) (2023-04-27) ### Chore diff --git a/stable/lldap/1.0.7/Chart.yaml b/stable/lldap/1.1.0/Chart.yaml similarity index 95% rename from stable/lldap/1.0.7/Chart.yaml rename to stable/lldap/1.1.0/Chart.yaml index 36e44ce673b..914e4f28884 100644 --- a/stable/lldap/1.0.7/Chart.yaml +++ b/stable/lldap/1.1.0/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: "latest" +appVersion: "0.4.3" dependencies: - name: common repository: https://library-charts.truecharts.org @@ -23,7 +23,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/lldap - https://github.com/nitnelave/lldap type: application -version: 1.0.7 +version: 1.1.0 annotations: truecharts.org/catagories: | - ldap diff --git a/stable/lldap/1.0.7/NOTES.txt b/stable/lldap/1.1.0/NOTES.txt similarity index 100% rename from stable/lldap/1.0.7/NOTES.txt rename to stable/lldap/1.1.0/NOTES.txt diff --git a/stable/lldap/1.0.7/README.md b/stable/lldap/1.1.0/README.md similarity index 100% rename from stable/lldap/1.0.7/README.md rename to stable/lldap/1.1.0/README.md diff --git a/stable/lldap/1.1.0/app-changelog.md b/stable/lldap/1.1.0/app-changelog.md new file mode 100644 index 00000000000..9914b61a652 --- /dev/null +++ b/stable/lldap/1.1.0/app-changelog.md @@ -0,0 +1,4 @@ + + +## [lldap-1.1.0](https://github.com/truecharts/charts/compare/lldap-1.0.7...lldap-1.1.0) (2023-04-27) + diff --git a/stable/lldap/1.0.7/app-readme.md b/stable/lldap/1.1.0/app-readme.md similarity index 100% rename from stable/lldap/1.0.7/app-readme.md rename to stable/lldap/1.1.0/app-readme.md diff --git a/stable/lldap/1.0.7/charts/common-12.6.1.tgz b/stable/lldap/1.1.0/charts/common-12.6.1.tgz similarity index 100% rename from stable/lldap/1.0.7/charts/common-12.6.1.tgz rename to stable/lldap/1.1.0/charts/common-12.6.1.tgz diff --git a/stable/lldap/1.0.7/ix_values.yaml b/stable/lldap/1.1.0/ix_values.yaml similarity index 94% rename from stable/lldap/1.0.7/ix_values.yaml rename to stable/lldap/1.1.0/ix_values.yaml index 33cfc55fb75..592d469c333 100644 --- a/stable/lldap/1.0.7/ix_values.yaml +++ b/stable/lldap/1.1.0/ix_values.yaml @@ -1,7 +1,7 @@ image: repository: tccr.io/truecharts/lldap pullPolicy: IfNotPresent - tag: latest@sha256:69a54e6f0b7f2793ce8fd7771ae37c3c2a3ef3499c6fb48a27088457fc5bbfb6 + tag: v0.4.3@sha256:69a54e6f0b7f2793ce8fd7771ae37c3c2a3ef3499c6fb48a27088457fc5bbfb6 securityContext: container: diff --git a/stable/lldap/1.0.7/questions.yaml b/stable/lldap/1.1.0/questions.yaml similarity index 100% rename from stable/lldap/1.0.7/questions.yaml rename to stable/lldap/1.1.0/questions.yaml diff --git a/stable/lldap/1.0.7/templates/_secrets.tpl b/stable/lldap/1.1.0/templates/_secrets.tpl similarity index 100% rename from stable/lldap/1.0.7/templates/_secrets.tpl rename to stable/lldap/1.1.0/templates/_secrets.tpl diff --git a/stable/lldap/1.0.7/templates/common.yaml b/stable/lldap/1.1.0/templates/common.yaml similarity index 100% rename from stable/lldap/1.0.7/templates/common.yaml rename to stable/lldap/1.1.0/templates/common.yaml diff --git a/stable/lldap/1.0.7/values.yaml b/stable/lldap/1.1.0/values.yaml similarity index 100% rename from stable/lldap/1.0.7/values.yaml rename to stable/lldap/1.1.0/values.yaml