Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
@@ -1,9 +0,0 @@
|
||||
|
||||
|
||||
## [homebox-2.0.25](https://github.com/truecharts/charts/compare/homebox-2.0.24...homebox-2.0.25) (2023-07-01)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major ([#10069](https://github.com/truecharts/charts/issues/10069))
|
||||
|
||||
|
||||
@@ -4,6 +4,15 @@
|
||||
|
||||
|
||||
|
||||
## [homebox-2.0.26](https://github.com/truecharts/charts/compare/homebox-2.0.25...homebox-2.0.26) (2023-07-22)
|
||||
|
||||
### Fix
|
||||
|
||||
- ints must be quoted in CMs/Secrets. ([#10732](https://github.com/truecharts/charts/issues/10732))
|
||||
|
||||
|
||||
|
||||
|
||||
## [homebox-2.0.25](https://github.com/truecharts/charts/compare/homebox-2.0.24...homebox-2.0.25) (2023-07-01)
|
||||
|
||||
### Chore
|
||||
@@ -88,12 +97,3 @@
|
||||
|
||||
|
||||
|
||||
|
||||
## [homebox-2.0.16](https://github.com/truecharts/charts/compare/homebox-2.0.15...homebox-2.0.16) (2023-05-24)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major ([#9125](https://github.com/truecharts/charts/issues/9125))
|
||||
|
||||
|
||||
|
||||
@@ -21,7 +21,7 @@ sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/homebox
|
||||
- https://github.com/hay-kot/homebox
|
||||
type: application
|
||||
version: 2.0.25
|
||||
version: 2.0.26
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- inventory
|
||||
9
stable/homebox/2.0.26/app-changelog.md
Normal file
9
stable/homebox/2.0.26/app-changelog.md
Normal file
@@ -0,0 +1,9 @@
|
||||
|
||||
|
||||
## [homebox-2.0.26](https://github.com/truecharts/charts/compare/homebox-2.0.25...homebox-2.0.26) (2023-07-22)
|
||||
|
||||
### Fix
|
||||
|
||||
- ints must be quoted in CMs/Secrets. ([#10732](https://github.com/truecharts/charts/issues/10732))
|
||||
|
||||
|
||||
@@ -2,6 +2,7 @@ image:
|
||||
repository: tccr.io/truecharts/homebox
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v0.9.2@sha256:0936a8959013589504264a0f52698a661c50a127700ba32f99f19838fe75966c
|
||||
|
||||
homebox:
|
||||
allow_registration: true
|
||||
auto_increment_asset_id: true
|
||||
@@ -13,19 +14,6 @@ homebox:
|
||||
mailer_from: ""
|
||||
mailer_username: ""
|
||||
mailer_password: ""
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
main:
|
||||
protocol: http
|
||||
port: 10603
|
||||
persistence:
|
||||
data:
|
||||
enabled: true
|
||||
mountPath: /data
|
||||
portal:
|
||||
open:
|
||||
enabled: true
|
||||
|
||||
workload:
|
||||
main:
|
||||
@@ -34,4 +22,20 @@ workload:
|
||||
main:
|
||||
envFrom:
|
||||
- secretRef:
|
||||
name: "homebox-secret"
|
||||
name: homebox-secret
|
||||
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
main:
|
||||
protocol: http
|
||||
port: 10603
|
||||
|
||||
persistence:
|
||||
data:
|
||||
enabled: true
|
||||
mountPath: /data
|
||||
|
||||
portal:
|
||||
open:
|
||||
enabled: true
|
||||
@@ -74,7 +74,6 @@ questions:
|
||||
description: Deployment
|
||||
- value: DaemonSet
|
||||
description: DaemonSet
|
||||
|
||||
- variable: replicas
|
||||
label: Replicas (Advanced)
|
||||
description: Set the number of Replicas
|
||||
@@ -100,7 +99,6 @@ questions:
|
||||
additional_attrs: true
|
||||
type: dict
|
||||
attrs:
|
||||
|
||||
- variable: envList
|
||||
label: Extra Environment Variables
|
||||
description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..."
|
||||
@@ -150,7 +148,6 @@ questions:
|
||||
label: Param
|
||||
schema:
|
||||
type: string
|
||||
|
||||
- variable: homebox
|
||||
group: App Configuration
|
||||
label: Homebox Configuration
|
||||
@@ -245,7 +242,6 @@ questions:
|
||||
private: true
|
||||
required: true
|
||||
default: ""
|
||||
|
||||
- variable: TZ
|
||||
label: Timezone
|
||||
group: "General Settings"
|
||||
@@ -641,14 +637,6 @@ questions:
|
||||
show_if: [["type", "=", "nfs"]]
|
||||
type: string
|
||||
default: ""
|
||||
- variable: setPermissions
|
||||
label: Automatic Permissions
|
||||
description: Automatically set permissions on install
|
||||
schema:
|
||||
show_if: [["type", "=", "hostPath"]]
|
||||
hidden: true
|
||||
type: boolean
|
||||
default: false
|
||||
- variable: autoPermissions
|
||||
label: Automatic Permissions Configuration
|
||||
description: Automatically set permissions
|
||||
@@ -657,27 +645,36 @@ questions:
|
||||
type: dict
|
||||
additional_attrs: true
|
||||
attrs:
|
||||
- variable: chown
|
||||
label: Run CHOWN
|
||||
description: |
|
||||
It will run CHOWN on the path with the given fsGroup
|
||||
schema:
|
||||
type: boolean
|
||||
default: false
|
||||
- variable: chmod
|
||||
label: Run CHMOD
|
||||
description: |
|
||||
It will run CHMOD on the path with the given value
|
||||
schema:
|
||||
type: string
|
||||
default: "775"
|
||||
- variable: recursive
|
||||
label: Recursive
|
||||
description: |
|
||||
It will run CHOWN and CHMOD recursively
|
||||
- variable: enabled
|
||||
label: enabled
|
||||
schema:
|
||||
type: boolean
|
||||
default: false
|
||||
show_subquestions_if: true
|
||||
subquestions:
|
||||
- variable: chown
|
||||
label: Run CHOWN
|
||||
description: |
|
||||
It will run CHOWN on the path with the given fsGroup
|
||||
schema:
|
||||
type: boolean
|
||||
default: false
|
||||
- variable: chmod
|
||||
label: Run CHMOD
|
||||
description: |
|
||||
It will run CHMOD on the path with the given value</br>
|
||||
Format should be 3 digits, e.g. 770
|
||||
schema:
|
||||
type: string
|
||||
valid_chars: '[0-9]{3}'
|
||||
default: ""
|
||||
- variable: recursive
|
||||
label: Recursive
|
||||
description: |
|
||||
It will run CHOWN and CHMOD recursively
|
||||
schema:
|
||||
type: boolean
|
||||
default: false
|
||||
- variable: readOnly
|
||||
label: Read Only
|
||||
schema:
|
||||
@@ -753,13 +750,44 @@ questions:
|
||||
show_if: [["type", "=", "nfs"]]
|
||||
type: string
|
||||
default: ""
|
||||
- variable: setPermissions
|
||||
label: Automatic Permissions
|
||||
description: Automatically set permissions on install
|
||||
- variable: autoPermissions
|
||||
label: Automatic Permissions Configuration
|
||||
description: Automatically set permissions
|
||||
schema:
|
||||
show_if: [["type", "=", "hostPath"]]
|
||||
type: boolean
|
||||
default: false
|
||||
show_if: [["type", "!=", "pvc"]]
|
||||
type: dict
|
||||
additional_attrs: true
|
||||
attrs:
|
||||
- variable: enabled
|
||||
label: enabled
|
||||
schema:
|
||||
type: boolean
|
||||
default: false
|
||||
show_subquestions_if: true
|
||||
subquestions:
|
||||
- variable: chown
|
||||
label: Run CHOWN
|
||||
description: |
|
||||
It will run CHOWN on the path with the given fsGroup
|
||||
schema:
|
||||
type: boolean
|
||||
default: false
|
||||
- variable: chmod
|
||||
label: Run CHMOD
|
||||
description: |
|
||||
It will run CHMOD on the path with the given value</br>
|
||||
Format should be 3 digits, e.g. 770
|
||||
schema:
|
||||
type: string
|
||||
valid_chars: '[0-9]{3}'
|
||||
default: ""
|
||||
- variable: recursive
|
||||
label: Recursive
|
||||
description: |
|
||||
It will run CHOWN and CHMOD recursively
|
||||
schema:
|
||||
type: boolean
|
||||
default: false
|
||||
- variable: readOnly
|
||||
label: Read Only
|
||||
schema:
|
||||
@@ -1112,7 +1140,6 @@ questions:
|
||||
type: dict
|
||||
attrs:
|
||||
# Settings from questions.yaml get appended here on a per-app basis
|
||||
|
||||
- variable: runAsUser
|
||||
label: "runAsUser"
|
||||
description: "The UserID of the user running the application"
|
||||
@@ -1190,7 +1217,6 @@ questions:
|
||||
schema:
|
||||
type: int
|
||||
default: 568
|
||||
|
||||
- variable: resources
|
||||
group: Resources and Devices
|
||||
label: "Resource Limits"
|
||||
@@ -15,10 +15,10 @@ data:
|
||||
HBOX_LOG_LEVEL: {{ .Values.homebox.log_level | default "info" }}
|
||||
HBOX_LOG_FORMAT: {{ .Values.homebox.log_format | default "text" }}
|
||||
{{- if .Values.homebox.mailer_host }}
|
||||
HBOX_MAILER_HOST: {{ .Values.homebox.mailer_host }}
|
||||
HBOX_MAILER_PORT: {{ .Values.homebox.mailer_port }}
|
||||
HBOX_MAILER_FROM: {{ .Values.homebox.mailer_from }}
|
||||
HBOX_MAILER_USERNAME: {{ .Values.homebox.mailer_username }}
|
||||
HBOX_MAILER_PASSWORD: {{ .Values.homebox.mailer_password }}
|
||||
HBOX_MAILER_HOST: {{ .Values.homebox.mailer_host | quote }}
|
||||
HBOX_MAILER_PORT: {{ .Values.homebox.mailer_port | quote }}
|
||||
HBOX_MAILER_FROM: {{ .Values.homebox.mailer_from | quote }}
|
||||
HBOX_MAILER_USERNAME: {{ .Values.homebox.mailer_username | quote }}
|
||||
HBOX_MAILER_PASSWORD: {{ .Values.homebox.mailer_password | quote }}
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
@@ -4,7 +4,7 @@
|
||||
{{/* Render secrets for homebox */}}
|
||||
{{- $secrets := include "homebox.secret" . | fromYaml -}}
|
||||
{{- if $secrets -}}
|
||||
{{- $_ := set .Values.secret "homebox-secret" $secrets -}}
|
||||
{{- $_ := set .Values.secret "homebox-secret" $secrets -}}
|
||||
{{- end -}}
|
||||
|
||||
{{/* Render the templates */}}
|
||||
Reference in New Issue
Block a user