diff --git a/charts/stable/openldap/Chart.yaml b/charts/stable/openldap/Chart.yaml index 7699c12450a..b198db5eb63 100644 --- a/charts/stable/openldap/Chart.yaml +++ b/charts/stable/openldap/Chart.yaml @@ -26,4 +26,4 @@ sources: - https://github.com/jp-gouin/helm-openldap - https://github.com/osixia/docker-openldap type: application -version: 1.0.0 +version: 1.0.1 diff --git a/charts/stable/openldap/SCALE/questions.yaml b/charts/stable/openldap/SCALE/questions.yaml index c0a41d327a9..57f2c845550 100644 --- a/charts/stable/openldap/SCALE/questions.yaml +++ b/charts/stable/openldap/SCALE/questions.yaml @@ -19,14 +19,6 @@ groups: description: "Specify resources/devices to be allocated to workload" - name: "Advanced" description: "Advanced Configuration" -portals: - web_portal: - protocols: - - "$kubernetes-resource_configmap_portal_protocol" - host: - - "$kubernetes-resource_configmap_portal_host" - ports: - - "$kubernetes-resource_configmap_portal_port" questions: - variable: portal group: "Container Image" @@ -42,7 +34,7 @@ questions: hidden: true editable: false type: boolean - default: true + default: false - variable: controller group: "Controller" label: "" @@ -54,7 +46,7 @@ questions: label: "(Advanced) Controller Type" schema: type: string - default: "deployment" + default: "Statefulset" required: true enum: - value: "deployment" @@ -75,7 +67,7 @@ questions: label: "(Advanced) Update Strategy" schema: type: string - default: "Recreate" + default: "RollingUpdate" required: true enum: - value: "Recreate"