Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2023-01-31 09:44:54 +00:00
parent b227fe7dd6
commit bad0d6f541
34 changed files with 2350 additions and 147 deletions

View File

@ -0,0 +1,99 @@
**Important:**
*for the complete changelog, please refer to the website*
## [babybuddy-11.0.25](https://github.com/truecharts/charts/compare/babybuddy-11.0.24...babybuddy-11.0.25) (2023-01-30)
### Chore
- update container image tccr.io/truecharts/babybuddy to v1.14.0
## [babybuddy-11.0.24](https://github.com/truecharts/charts/compare/babybuddy-11.0.23...babybuddy-11.0.24) (2023-01-24)
### Chore
- update helm general non-major ([#6689](https://github.com/truecharts/charts/issues/6689))
## [babybuddy-11.0.23](https://github.com/truecharts/charts/compare/babybuddy-11.0.22...babybuddy-11.0.23) (2023-01-24)
### Chore
- update container image tccr.io/truecharts/babybuddy to 1.13.2
## [babybuddy-11.0.22](https://github.com/truecharts/charts/compare/babybuddy-11.0.21...babybuddy-11.0.22) (2023-01-23)
### Chore
- update helm general non-major
## [babybuddy-11.0.21](https://github.com/truecharts/charts/compare/babybuddy-11.0.20...babybuddy-11.0.21) (2023-01-17)
### Chore
- update helm general non-major ([#6430](https://github.com/truecharts/charts/issues/6430))
## [babybuddy-11.0.20](https://github.com/truecharts/charts/compare/babybuddy-11.0.19...babybuddy-11.0.20) (2023-01-07)
### Chore
- update helm general non-major ([#6121](https://github.com/truecharts/charts/issues/6121))
## [babybuddy-11.0.19](https://github.com/truecharts/charts/compare/babybuddy-11.0.18...babybuddy-11.0.19) (2023-01-07)
### Chore
- update container image tccr.io/truecharts/babybuddy to 1.13.2
## [babybuddy-11.0.18](https://github.com/truecharts/charts/compare/babybuddy-11.0.17...babybuddy-11.0.18) (2022-12-27)
### Chore
- update helm general non-major ([#5856](https://github.com/truecharts/charts/issues/5856))
## [babybuddy-11.0.17](https://github.com/truecharts/charts/compare/babybuddy-11.0.16...babybuddy-11.0.17) (2022-12-26)
### Chore
- update helm general non-major ([#5839](https://github.com/truecharts/charts/issues/5839))
## [babybuddy-11.0.16](https://github.com/truecharts/charts/compare/babybuddy-11.0.15...babybuddy-11.0.16) (2022-12-25)
### Chore
- update helm general non-major
## [babybuddy-11.0.15](https://github.com/truecharts/charts/compare/babybuddy-11.0.14...babybuddy-11.0.15) (2022-12-19)
### Chore

View File

@ -0,0 +1,35 @@
apiVersion: v2
appVersion: "1.14.0"
kubeVersion: ">=1.16.0-0"
version: 11.0.25
name: babybuddy
description: Helps caregivers track sleep, feedings, diaper changes, tummy time and more to learn about and predict baby's needs without (as much) guess work.
type: application
home: https://truecharts.org/charts/stable/babybuddy
icon: https://truecharts.org/img/hotlink-ok/chart-icons/babybuddy.png
keywords:
- baby
- buddy
- tracker
- parents
- parenting
sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/babybuddy
- https://github.com/babybuddy/babybuddy
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 11.1.2
- condition: postgresql.enabled
name: postgresql
repository: https://charts.truecharts.org/
version: 11.0.22
maintainers:
- email: info@truecharts.org
name: TrueCharts
url: https://truecharts.org
annotations:
truecharts.org/catagories: |
- media
truecharts.org/SCALE-support: "true"
truecharts.org/grade: U

View File

@ -0,0 +1,9 @@
## [babybuddy-11.0.25](https://github.com/truecharts/charts/compare/babybuddy-11.0.24...babybuddy-11.0.25) (2023-01-30)
### Chore
- update container image tccr.io/truecharts/babybuddy to v1.14.0

View File

@ -0,0 +1,8 @@
Helps caregivers track sleep, feedings, diaper changes, tummy time and more to learn about and predict baby's needs without (as much) guess work.
This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/charts/stable/babybuddy](https://truecharts.org/charts/stable/babybuddy)
---
TrueCharts can only exist due to the incredible effort of our staff.
Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can!

Binary file not shown.

View File

@ -0,0 +1,50 @@
image:
repository: tccr.io/truecharts/babybuddy
pullPolicy: IfNotPresent
tag: 1.14.0@sha256:34f6ba4cc1f02b14e73d11346d29fb8719068d99d989eb159eddc58b30948a2b
env:
DB_ENGINE: "django.db.backends.postgresql"
DB_NAME: "{{ .Values.postgresql.postgresqlDatabase }}"
DB_USER: "{{ .Values.postgresql.postgresqlUsername }}"
DB_PORT: "5432"
CSRF_TRUSTED_ORIGINS: ""
DB_PASSWORD:
secretKeyRef:
name: dbcreds
key: postgresql-password
DB_HOST:
secretKeyRef:
name: dbcreds
key: plainhost
securityContext:
readOnlyRootFilesystem: false
runAsNonRoot: false
podSecurityContext:
runAsUser: 0
runAsGroup: 0
service:
main:
ports:
main:
port: 10069
targetPort: 8000
persistence:
config:
enabled: true
mountPath: "/config"
varrun:
enabled: true
postgresql:
enabled: true
existingSecret: "dbcreds"
postgresqlUsername: babybuddy
postgresqlDatabase: babybuddy
portal:
enabled: true

File diff suppressed because it is too large Load Diff

View File

@ -1,9 +0,0 @@
## [dashdot-3.0.10](https://github.com/truecharts/charts/compare/dashdot-3.0.9...dashdot-3.0.10) (2023-01-10)
### Chore
- update container image tccr.io/truecharts/dashdot to v4.6.1

View File

@ -4,6 +4,15 @@
## [dashdot-3.0.11](https://github.com/truecharts/charts/compare/dashdot-3.0.10...dashdot-3.0.11) (2023-01-30)
### Chore
- update container image tccr.io/truecharts/dashdot to v4.8.2
## [dashdot-3.0.10](https://github.com/truecharts/charts/compare/dashdot-3.0.9...dashdot-3.0.10) (2023-01-10)
### Chore
@ -88,12 +97,3 @@
## [dashdot-3.0.3](https://github.com/truecharts/charts/compare/dashdot-3.0.2...dashdot-3.0.3) (2022-11-30)
## [dashdot-3.0.3](https://github.com/truecharts/charts/compare/dashdot-3.0.2...dashdot-3.0.3) (2022-11-30)

View File

@ -1,5 +1,5 @@
apiVersion: v2
appVersion: "4.6.1"
appVersion: "4.8.2"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
@ -20,7 +20,7 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/dashdot
- https://github.com/MauriceNino/dashdot
- https://hub.docker.com/r/mauricenino/dashdot
version: 3.0.10
version: 3.0.11
annotations:
truecharts.org/catagories: |
- media

View File

@ -0,0 +1,9 @@
## [dashdot-3.0.11](https://github.com/truecharts/charts/compare/dashdot-3.0.10...dashdot-3.0.11) (2023-01-30)
### Chore
- update container image tccr.io/truecharts/dashdot to v4.8.2

View File

@ -5,4 +5,4 @@ This App is supplied by TrueCharts, for more information visit the manual: [http
---
TrueCharts can only exist due to the incredible effort of our staff.
Please consider making a [donation](https://truecharts.org/about/sponsor) or contributing back to the project any way you can!
Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can!

View File

@ -1,6 +1,6 @@
image:
repository: tccr.io/truecharts/dashdot
tag: 4.6.1@sha256:e0e6bab0948465cd77169a5d11d0c7f4596e20f734d2fac59ce4a38fe1544cf5
tag: 4.8.2@sha256:dd0de238ef75236bc5629549cd743363f6d818621d36a0887dfe5db416687fce
pullPolicy: IfNotPresent
securityContext:

View File

@ -914,10 +914,17 @@ questions:
type: string
required: true
default: Prefix
- variable: clusterIssuer
label: clusterIssuer
description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates. Cannot be used combined with tls option below'
schema:
type: string
default: ""
- variable: tls
label: TLS-Settings
schema:
type: list
show_if: [["clusterIssuer", "=", ""]]
default: []
items:
- variable: tlsEntry
@ -938,12 +945,26 @@ questions:
type: string
default: ""
required: true
- variable: scaleCert
label: Select TrueNAS SCALE Certificate
- variable: clusterIssuer
label: Use Cert-Manager clusterIssuer
description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
schema:
type: string
default: ""
- variable: scaleCert
label: Use TrueNAS SCALE Certificate (Deprecated)
schema:
show_if: [["clusterIssuer", "=", ""]]
type: int
$ref:
- "definitions/certificate"
- variable: secretName
label: Use Custom Secret (Advanced)
schema:
show_if: [["clusterIssuer", "=", ""]]
type: string
default: ""
- variable: entrypoint
label: (Advanced) Traefik Entrypoint
description: Entrypoint used by Traefik when using Traefik as Ingress Provider
@ -1055,11 +1076,18 @@ questions:
label: Service Port
schema:
type: int
- variable: clusterIssuer
label: clusterIssuer
description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates. Cannot be used combined with tls option below'
schema:
type: string
default: ""
- variable: tls
label: TLS-Settings
schema:
type: list
default: []
show_if: [["clusterIssuer", "=", ""]]
items:
- variable: tlsEntry
label: Host
@ -1079,12 +1107,25 @@ questions:
type: string
default: ""
required: true
- variable: scaleCert
label: Select TrueNAS SCALE Certificate
- variable: clusterIssuer
label: Use Cert-Manager clusterIssuer
description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.'
schema:
type: string
default: ""
- variable: scaleCert
label: Use TrueNAS SCALE Certificate (Deprecated)
schema:
show_if: [["clusterIssuer", "=", ""]]
type: int
$ref:
- "definitions/certificate"
- variable: secretName
label: Use Custom Secret (Advanced)
schema:
type: string
show_if: [["clusterIssuer", "=", ""]]
default: ""
- variable: entrypoint
label: Traefik Entrypoint
description: Entrypoint used by Traefik when using Traefik as Ingress Provider
@ -1311,58 +1352,58 @@ questions:
$ref:
- "definitions/gpuConfiguration"
attrs: []
- variable: horizontalPodAutoscaler
group: Advanced
label: (Advanced) Horizontal Pod Autoscaler
schema:
type: list
default: []
items:
- variable: hpaEntry
label: HPA Entry
schema:
additional_attrs: true
type: dict
attrs:
- variable: name
label: Name
schema:
type: string
required: true
default: ""
- variable: enabled
label: Enabled
schema:
type: boolean
default: false
show_subquestions_if: true
subquestions:
- variable: target
label: Target
description: Deployment name, Defaults to Main Deployment
schema:
type: string
default: ""
- variable: minReplicas
label: Minimum Replicas
schema:
type: int
default: 1
- variable: maxReplicas
label: Maximum Replicas
schema:
type: int
default: 5
- variable: targetCPUUtilizationPercentage
label: Target CPU Utilization Percentage
schema:
type: int
default: 80
- variable: targetMemoryUtilizationPercentage
label: Target Memory Utilization Percentage
schema:
type: int
default: 80
# - variable: horizontalPodAutoscaler
# group: Advanced
# label: (Advanced) Horizontal Pod Autoscaler
# schema:
# type: list
# default: []
# items:
# - variable: hpaEntry
# label: HPA Entry
# schema:
# additional_attrs: true
# type: dict
# attrs:
# - variable: name
# label: Name
# schema:
# type: string
# required: true
# default: ""
# - variable: enabled
# label: Enabled
# schema:
# type: boolean
# default: false
# show_subquestions_if: true
# subquestions:
# - variable: target
# label: Target
# description: Deployment name, Defaults to Main Deployment
# schema:
# type: string
# default: ""
# - variable: minReplicas
# label: Minimum Replicas
# schema:
# type: int
# default: 1
# - variable: maxReplicas
# label: Maximum Replicas
# schema:
# type: int
# default: 5
# - variable: targetCPUUtilizationPercentage
# label: Target CPU Utilization Percentage
# schema:
# type: int
# default: 80
# - variable: targetMemoryUtilizationPercentage
# label: Target Memory Utilization Percentage
# schema:
# type: int
# default: 80
- variable: networkPolicy
group: Advanced
label: (Advanced) Network Policy

View File

@ -0,0 +1 @@
{{ include "tc.common.loader.all" . }}

View File

@ -1,9 +0,0 @@
## [homebox-1.0.1](https://github.com/truecharts/charts/compare/homebox-1.0.0...homebox-1.0.1) (2022-12-27)
### Chore
- update helm general non-major ([#5856](https://github.com/truecharts/charts/issues/5856))

View File

@ -4,6 +4,15 @@
## [homebox-1.0.2](https://github.com/truecharts/charts/compare/homebox-1.0.1...homebox-1.0.2) (2023-01-30)
### Chore
- update container image tccr.io/truecharts/homebox to v0.7.0
## [homebox-1.0.1](https://github.com/truecharts/charts/compare/homebox-1.0.0...homebox-1.0.1) (2022-12-27)
### Chore

View File

@ -1,5 +1,5 @@
apiVersion: v2
appVersion: "0.6.0"
appVersion: "0.7.0"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
@ -21,7 +21,7 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/homebox
- https://github.com/hay-kot/homebox
type: application
version: 1.0.1
version: 1.0.2
annotations:
truecharts.org/catagories: |
- inventory

View File

@ -0,0 +1,27 @@
# README
## General Info
TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
However only installations using the TrueNAS SCALE Apps system are supported.
For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/)
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)**
## Support
- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE%20Apps/Important-MUST-READ).
- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/charts/issues/new/choose)
---
## Sponsor TrueCharts
TrueCharts can only exist due to the incredible effort of our staff.
Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can!
*All Rights Reserved - The TrueCharts Project*

View File

@ -0,0 +1,9 @@
## [homebox-1.0.2](https://github.com/truecharts/charts/compare/homebox-1.0.1...homebox-1.0.2) (2023-01-30)
### Chore
- update container image tccr.io/truecharts/homebox to v0.7.0

View File

@ -5,4 +5,4 @@ This App is supplied by TrueCharts, for more information visit the manual: [http
---
TrueCharts can only exist due to the incredible effort of our staff.
Please consider making a [donation](https://truecharts.org/about/sponsor) or contributing back to the project any way you can!
Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can!

Binary file not shown.

View File

@ -1,7 +1,7 @@
image:
repository: tccr.io/truecharts/homebox
pullPolicy: IfNotPresent
tag: 0.6.0@sha256:97dad0bc2e0683c22f1b29416ef2caa70fedc83688d1ee9dc57d7d862204a396
tag: 0.7.0@sha256:d3565be897273bdae1e841b11c6b9a6a28ab9f851e2b9d1e8fcc14c9e76d7089
homebox:
allow_registration: true

View File

@ -718,10 +718,17 @@ questions:
type: string
required: true
default: Prefix
- variable: clusterIssuer
label: clusterIssuer
description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates. Cannot be used combined with tls option below'
schema:
type: string
default: ""
- variable: tls
label: TLS-Settings
schema:
type: list
show_if: [["clusterIssuer", "=", ""]]
default: []
items:
- variable: tlsEntry
@ -742,12 +749,26 @@ questions:
type: string
default: ""
required: true
- variable: scaleCert
label: Select TrueNAS SCALE Certificate
- variable: clusterIssuer
label: Use Cert-Manager clusterIssuer
description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
schema:
type: string
default: ""
- variable: scaleCert
label: Use TrueNAS SCALE Certificate (Deprecated)
schema:
show_if: [["clusterIssuer", "=", ""]]
type: int
$ref:
- "definitions/certificate"
- variable: secretName
label: Use Custom Secret (Advanced)
schema:
show_if: [["clusterIssuer", "=", ""]]
type: string
default: ""
- variable: entrypoint
label: (Advanced) Traefik Entrypoint
description: Entrypoint used by Traefik when using Traefik as Ingress Provider
@ -859,11 +880,18 @@ questions:
label: Service Port
schema:
type: int
- variable: clusterIssuer
label: clusterIssuer
description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates. Cannot be used combined with tls option below'
schema:
type: string
default: ""
- variable: tls
label: TLS-Settings
schema:
type: list
default: []
show_if: [["clusterIssuer", "=", ""]]
items:
- variable: tlsEntry
label: Host
@ -883,12 +911,25 @@ questions:
type: string
default: ""
required: true
- variable: scaleCert
label: Select TrueNAS SCALE Certificate
- variable: clusterIssuer
label: Use Cert-Manager clusterIssuer
description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.'
schema:
type: string
default: ""
- variable: scaleCert
label: Use TrueNAS SCALE Certificate (Deprecated)
schema:
show_if: [["clusterIssuer", "=", ""]]
type: int
$ref:
- "definitions/certificate"
- variable: secretName
label: Use Custom Secret (Advanced)
schema:
type: string
show_if: [["clusterIssuer", "=", ""]]
default: ""
- variable: entrypoint
label: Traefik Entrypoint
description: Entrypoint used by Traefik when using Traefik as Ingress Provider
@ -1115,58 +1156,58 @@ questions:
$ref:
- "definitions/gpuConfiguration"
attrs: []
- variable: horizontalPodAutoscaler
group: Advanced
label: (Advanced) Horizontal Pod Autoscaler
schema:
type: list
default: []
items:
- variable: hpaEntry
label: HPA Entry
schema:
additional_attrs: true
type: dict
attrs:
- variable: name
label: Name
schema:
type: string
required: true
default: ""
- variable: enabled
label: Enabled
schema:
type: boolean
default: false
show_subquestions_if: true
subquestions:
- variable: target
label: Target
description: Deployment name, Defaults to Main Deployment
schema:
type: string
default: ""
- variable: minReplicas
label: Minimum Replicas
schema:
type: int
default: 1
- variable: maxReplicas
label: Maximum Replicas
schema:
type: int
default: 5
- variable: targetCPUUtilizationPercentage
label: Target CPU Utilization Percentage
schema:
type: int
default: 80
- variable: targetMemoryUtilizationPercentage
label: Target Memory Utilization Percentage
schema:
type: int
default: 80
# - variable: horizontalPodAutoscaler
# group: Advanced
# label: (Advanced) Horizontal Pod Autoscaler
# schema:
# type: list
# default: []
# items:
# - variable: hpaEntry
# label: HPA Entry
# schema:
# additional_attrs: true
# type: dict
# attrs:
# - variable: name
# label: Name
# schema:
# type: string
# required: true
# default: ""
# - variable: enabled
# label: Enabled
# schema:
# type: boolean
# default: false
# show_subquestions_if: true
# subquestions:
# - variable: target
# label: Target
# description: Deployment name, Defaults to Main Deployment
# schema:
# type: string
# default: ""
# - variable: minReplicas
# label: Minimum Replicas
# schema:
# type: int
# default: 1
# - variable: maxReplicas
# label: Maximum Replicas
# schema:
# type: int
# default: 5
# - variable: targetCPUUtilizationPercentage
# label: Target CPU Utilization Percentage
# schema:
# type: int
# default: 80
# - variable: targetMemoryUtilizationPercentage
# label: Target Memory Utilization Percentage
# schema:
# type: int
# default: 80
- variable: networkPolicy
group: Advanced
label: (Advanced) Network Policy

View File