diff --git a/stable/lldap/2.0.0/app-changelog.md b/stable/lldap/2.0.0/app-changelog.md deleted file mode 100644 index e69de29bb2..0000000000 diff --git a/stable/lldap/2.0.0/CHANGELOG.md b/stable/lldap/2.0.1/CHANGELOG.md similarity index 94% rename from stable/lldap/2.0.0/CHANGELOG.md rename to stable/lldap/2.0.1/CHANGELOG.md index cce54fdcb4..35f9e058a9 100644 --- a/stable/lldap/2.0.0/CHANGELOG.md +++ b/stable/lldap/2.0.1/CHANGELOG.md @@ -4,6 +4,11 @@ +## [lldap-2.0.1](https://github.com/truecharts/charts/compare/lldap-2.0.0...lldap-2.0.1) (2023-08-18) + + + + ## [lldap-2.0.0](https://github.com/truecharts/charts/compare/lldap-1.2.2...lldap-2.0.0) (2023-07-31) @@ -92,8 +97,3 @@ ### Chore - update helm general non-major ([#9393](https://github.com/truecharts/charts/issues/9393)) - - ### Feat - -- hide advanced ingress options behind checbox ([#9203](https://github.com/truecharts/charts/issues/9203)) - diff --git a/stable/lldap/2.0.0/Chart.yaml b/stable/lldap/2.0.1/Chart.yaml similarity index 98% rename from stable/lldap/2.0.0/Chart.yaml rename to stable/lldap/2.0.1/Chart.yaml index d7ec702efe..ca475e0d58 100644 --- a/stable/lldap/2.0.0/Chart.yaml +++ b/stable/lldap/2.0.1/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: 2.0.0 +version: 2.0.1 annotations: truecharts.org/catagories: | - ldap diff --git a/stable/lldap/2.0.0/NOTES.txt b/stable/lldap/2.0.1/NOTES.txt similarity index 100% rename from stable/lldap/2.0.0/NOTES.txt rename to stable/lldap/2.0.1/NOTES.txt diff --git a/stable/lldap/2.0.0/README.md b/stable/lldap/2.0.1/README.md similarity index 100% rename from stable/lldap/2.0.0/README.md rename to stable/lldap/2.0.1/README.md diff --git a/stable/lldap/2.0.1/app-changelog.md b/stable/lldap/2.0.1/app-changelog.md new file mode 100644 index 0000000000..4c5844c3d1 --- /dev/null +++ b/stable/lldap/2.0.1/app-changelog.md @@ -0,0 +1,4 @@ + + +## [lldap-2.0.1](https://github.com/truecharts/charts/compare/lldap-2.0.0...lldap-2.0.1) (2023-08-18) + diff --git a/stable/lldap/2.0.0/app-readme.md b/stable/lldap/2.0.1/app-readme.md similarity index 100% rename from stable/lldap/2.0.0/app-readme.md rename to stable/lldap/2.0.1/app-readme.md diff --git a/stable/lldap/2.0.0/charts/common-14.0.1.tgz b/stable/lldap/2.0.1/charts/common-14.0.1.tgz similarity index 100% rename from stable/lldap/2.0.0/charts/common-14.0.1.tgz rename to stable/lldap/2.0.1/charts/common-14.0.1.tgz diff --git a/stable/lldap/2.0.0/ix_values.yaml b/stable/lldap/2.0.1/ix_values.yaml similarity index 100% rename from stable/lldap/2.0.0/ix_values.yaml rename to stable/lldap/2.0.1/ix_values.yaml diff --git a/stable/lldap/2.0.0/questions.yaml b/stable/lldap/2.0.1/questions.yaml similarity index 99% rename from stable/lldap/2.0.0/questions.yaml rename to stable/lldap/2.0.1/questions.yaml index 2f44ebcdef..e768809637 100644 --- a/stable/lldap/2.0.0/questions.yaml +++ b/stable/lldap/2.0.1/questions.yaml @@ -108,24 +108,28 @@ questions: attrs: - variable: LLDAP_LDAP_BASE_DN label: "LDAP Base DN" + description: "A domain entry within an Lldap directory." schema: type: string required: true default: "dc=example,dc=com" - variable: LLDAP_LDAP_USER_DN label: "Ldap User DN" + description: "The Ldap user for the default auth." schema: type: string required: true default: "" - variable: LLDAP_LDAP_USER_EMAIL label: "Ldap User Email" + description: "The Ldap user email for the default auth." schema: type: string required: true default: "" - variable: LLDAP_LDAP_USER_PASS label: "Ldap User Password" + description: "The Ldap user password for the default auth." schema: type: string required: true @@ -134,6 +138,7 @@ questions: min_length: 8 - variable: LLDAP_HTTP_URL label: "Public URL" + description: "A valid and public FQDN domain, ex https://lldap.example.com or http://IP:PORT" schema: type: string required: true @@ -194,7 +199,7 @@ questions: type: string default: "LLDAP Admin " - variable: LLDAP_SMTP_OPTIONS__REPLY_TO - label: SMTP Reply TO + label: SMTP Reply To schema: type: string default: "Do not reply " diff --git a/stable/lldap/2.0.0/templates/_secrets.tpl b/stable/lldap/2.0.1/templates/_secrets.tpl similarity index 100% rename from stable/lldap/2.0.0/templates/_secrets.tpl rename to stable/lldap/2.0.1/templates/_secrets.tpl diff --git a/stable/lldap/2.0.0/templates/common.yaml b/stable/lldap/2.0.1/templates/common.yaml similarity index 100% rename from stable/lldap/2.0.0/templates/common.yaml rename to stable/lldap/2.0.1/templates/common.yaml diff --git a/stable/lldap/2.0.0/values.yaml b/stable/lldap/2.0.1/values.yaml similarity index 100% rename from stable/lldap/2.0.0/values.yaml rename to stable/lldap/2.0.1/values.yaml