diff --git a/charts/stable/homebox/Chart.yaml b/charts/stable/homebox/Chart.yaml index e1de31fa4f5..ab9f7ce9cea 100644 --- a/charts/stable/homebox/Chart.yaml +++ b/charts/stable/homebox/Chart.yaml @@ -22,7 +22,7 @@ sources: - https://ghcr.io/hay-kot/homebox - https://github.com/hay-kot/homebox type: application -version: 1.0.5 +version: 1.0.6 annotations: truecharts.org/catagories: | - inventory diff --git a/charts/stable/homebox/templates/_secret.tpl b/charts/stable/homebox/templates/_secret.tpl index 9f963b5732f..a9aa119619d 100644 --- a/charts/stable/homebox/templates/_secret.tpl +++ b/charts/stable/homebox/templates/_secret.tpl @@ -18,7 +18,7 @@ stringData: HBOX_WEB_PORT: {{ .Values.service.main.ports.main.port | quote }} HBOX_SWAGGER_HOST: {{ .Values.service.main.ports.main.port | quote }} {{/* User Defined */}} - HBOX_OPTIONS_ALLOWREGISTRATION: {{ .Values.homebox.allow_registration | quote }} + HBOX_OPTIONS_ALLOW_REGISTRATION: {{ .Values.homebox.allow_registration | quote }} HBOX_OPTIONS_AUTO_INCREMENT_ASSET_ID: {{ .Values.homebox.auto_increment_asset_id | quote }} HBOX_WEB_MAX_UPLOAD_SIZE: {{ (.Values.homebox.max_upload_size | default 10) | quote }} HBOX_LOG_LEVEL: {{ .Values.homebox.log_level | default "info" }}