fix(homebox) homebox fix allow registration variable. (#7538)

* fix(homebox) fix allow registration variable

* bump chart version
This commit is contained in:
Xstar97TheNoob
2023-02-24 15:26:07 +00:00
committed by GitHub
parent 0802d9179c
commit 80cd517c7c
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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" }}