diff --git a/stable/openldap/5.0.1/CHANGELOG.md b/stable/openldap/5.0.2/CHANGELOG.md similarity index 89% rename from stable/openldap/5.0.1/CHANGELOG.md rename to stable/openldap/5.0.2/CHANGELOG.md index 4a7f4d56fbe..983a8c8a2bd 100644 --- a/stable/openldap/5.0.1/CHANGELOG.md +++ b/stable/openldap/5.0.2/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [openldap-5.0.2](https://github.com/truecharts/apps/compare/openldap-5.0.1...openldap-5.0.2) (2021-12-12) + +#### Fix + +* remove required setting on booleans in questions + + + ### [openldap-5.0.1](https://github.com/truecharts/apps/compare/openldap-5.0.0...openldap-5.0.1) (2021-12-11) @@ -88,12 +97,3 @@ #### Chore -* move all container references to TCCR ([#1448](https://github.com/truecharts/apps/issues/1448)) -* update non-major ([#1449](https://github.com/truecharts/apps/issues/1449)) - - - - -### [openldap-4.0.18](https://github.com/truecharts/apps/compare/openldap-4.0.17...openldap-4.0.18) (2021-11-30) - -#### Chore diff --git a/stable/openldap/5.0.1/CONFIG.md b/stable/openldap/5.0.2/CONFIG.md similarity index 100% rename from stable/openldap/5.0.1/CONFIG.md rename to stable/openldap/5.0.2/CONFIG.md diff --git a/stable/openldap/5.0.1/Chart.lock b/stable/openldap/5.0.2/Chart.lock similarity index 78% rename from stable/openldap/5.0.1/Chart.lock rename to stable/openldap/5.0.2/Chart.lock index 244ca9d44ef..00fa8fb7f6a 100644 --- a/stable/openldap/5.0.1/Chart.lock +++ b/stable/openldap/5.0.2/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org version: 8.9.18 digest: sha256:c8ffe014352b1463eb3223515092f17b7e698cf90aa94cf9278dea355cea496c -generated: "2021-12-11T14:27:40.077868027Z" +generated: "2021-12-12T01:10:20.867232081Z" diff --git a/stable/openldap/5.0.1/Chart.yaml b/stable/openldap/5.0.2/Chart.yaml similarity index 98% rename from stable/openldap/5.0.1/Chart.yaml rename to stable/openldap/5.0.2/Chart.yaml index ab87645d013..63e269c727a 100644 --- a/stable/openldap/5.0.1/Chart.yaml +++ b/stable/openldap/5.0.2/Chart.yaml @@ -23,7 +23,7 @@ sources: - https://github.com/jp-gouin/helm-openldap - https://github.com/osixia/docker-openldap type: application -version: 5.0.1 +version: 5.0.2 annotations: truecharts.org/catagories: | - cloud diff --git a/stable/openldap/5.0.1/README.md b/stable/openldap/5.0.2/README.md similarity index 100% rename from stable/openldap/5.0.1/README.md rename to stable/openldap/5.0.2/README.md diff --git a/stable/openldap/5.0.1/app-readme.md b/stable/openldap/5.0.2/app-readme.md similarity index 100% rename from stable/openldap/5.0.1/app-readme.md rename to stable/openldap/5.0.2/app-readme.md diff --git a/stable/openldap/5.0.1/charts/common-8.9.18.tgz b/stable/openldap/5.0.2/charts/common-8.9.18.tgz similarity index 100% rename from stable/openldap/5.0.1/charts/common-8.9.18.tgz rename to stable/openldap/5.0.2/charts/common-8.9.18.tgz diff --git a/stable/openldap/5.0.1/helm-values.md b/stable/openldap/5.0.2/helm-values.md similarity index 100% rename from stable/openldap/5.0.1/helm-values.md rename to stable/openldap/5.0.2/helm-values.md diff --git a/stable/openldap/5.0.1/ix_values.yaml b/stable/openldap/5.0.2/ix_values.yaml similarity index 100% rename from stable/openldap/5.0.1/ix_values.yaml rename to stable/openldap/5.0.2/ix_values.yaml diff --git a/stable/openldap/5.0.1/questions.yaml b/stable/openldap/5.0.2/questions.yaml similarity index 99% rename from stable/openldap/5.0.1/questions.yaml rename to stable/openldap/5.0.2/questions.yaml index b08fe967603..22fb58e7086 100644 --- a/stable/openldap/5.0.1/questions.yaml +++ b/stable/openldap/5.0.2/questions.yaml @@ -240,13 +240,11 @@ questions: label: "LDAP_READONLY_USER" schema: type: boolean - required: true default: false - variable: LDAP_RFC2307BIS_SCHEMA label: "LDAP_RFC2307BIS_SCHEMA" schema: type: boolean - required: true default: false - variable: LDAP_BACKEND label: "LDAP_BACKEND" @@ -258,13 +256,11 @@ questions: label: "LDAP_TLS" schema: type: boolean - required: true default: true - variable: LDAP_TLS_ENFORCE label: "LDAP_TLS_ENFORCE" schema: type: boolean - required: true default: false - variable: LDAP_TLS_VERIFY_CLIENT label: "LDAP_TLS_VERIFY_CLIENT" @@ -300,13 +296,11 @@ questions: label: "KEEP_EXISTING_CONFIG" schema: type: boolean - required: true default: false - variable: LDAP_REMOVE_CONFIG_AFTER_SETUP label: "LDAP_REMOVE_CONFIG_AFTER_SETUP" schema: type: boolean - required: true default: true - variable: LDAP_SSL_HELPER_PREFIX label: "LDAP_SSL_HELPER_PREFIX" diff --git a/stable/openldap/5.0.1/security.md b/stable/openldap/5.0.2/security.md similarity index 100% rename from stable/openldap/5.0.1/security.md rename to stable/openldap/5.0.2/security.md diff --git a/stable/openldap/5.0.1/templates/_configmap.tpl b/stable/openldap/5.0.2/templates/_configmap.tpl similarity index 100% rename from stable/openldap/5.0.1/templates/_configmap.tpl rename to stable/openldap/5.0.2/templates/_configmap.tpl diff --git a/stable/openldap/5.0.1/templates/common.yaml b/stable/openldap/5.0.2/templates/common.yaml similarity index 100% rename from stable/openldap/5.0.1/templates/common.yaml rename to stable/openldap/5.0.2/templates/common.yaml diff --git a/stable/openldap/5.0.1/values.yaml b/stable/openldap/5.0.2/values.yaml similarity index 100% rename from stable/openldap/5.0.1/values.yaml rename to stable/openldap/5.0.2/values.yaml