Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot
2023-02-06 08:00:23 +00:00
parent 077d22bb46
commit 0e825dbd9a
33 changed files with 2154 additions and 41 deletions

View File

@@ -0,0 +1,99 @@
**Important:**
*for the complete changelog, please refer to the website*
## [babybuddy-11.0.26](https://github.com/truecharts/charts/compare/babybuddy-11.0.25...babybuddy-11.0.26) (2023-02-06)
### Chore
- update container image tccr.io/truecharts/babybuddy to 1.14.0
## [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

View File

@@ -0,0 +1,36 @@
apiVersion: v2
appVersion: "1.14.0"
kubeVersion: ">=1.16.0-0"
version: 11.0.26
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://hub.docker.com/ghcr.io/linuxserver/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.26](https://github.com/truecharts/charts/compare/babybuddy-11.0.25...babybuddy-11.0.26) (2023-02-06)
### Chore
- update container image tccr.io/truecharts/babybuddy to 1.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:4836ab7984f5264ec4e5610485f6a153bc52a00123a86bd1acb483fc8495c40e
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 @@
## [docker-compose-5.0.18](https://github.com/truecharts/charts/compare/docker-compose-5.0.17...docker-compose-5.0.18) (2023-02-03)
### Chore
- update container image tccr.io/truecharts/docker-in-docker to 20.10.23

View File

@@ -4,6 +4,15 @@
## [docker-compose-5.0.19](https://github.com/truecharts/charts/compare/docker-compose-5.0.18...docker-compose-5.0.19) (2023-02-06)
### Chore
- update container image tccr.io/truecharts/docker-in-docker to v
## [docker-compose-5.0.18](https://github.com/truecharts/charts/compare/docker-compose-5.0.17...docker-compose-5.0.18) (2023-02-03)
### Chore
@@ -88,12 +97,3 @@
## [docker-compose-5.0.9](https://github.com/truecharts/charts/compare/docker-compose-5.0.8...docker-compose-5.0.9) (2022-12-22)
### Chore
- update container image tccr.io/truecharts/docker-in-docker to 20.10.22
## [docker-compose-5.0.8](https://github.com/truecharts/charts/compare/docker-compose-5.0.7...docker-compose-5.0.8) (2022-12-19)
### Chore

View File

@@ -20,7 +20,7 @@ name: docker-compose
sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/docker-compose
type: application
version: 5.0.18
version: 5.0.19
annotations:
truecharts.org/catagories: |
- docker

View File

@@ -0,0 +1,9 @@
## [docker-compose-5.0.19](https://github.com/truecharts/charts/compare/docker-compose-5.0.18...docker-compose-5.0.19) (2023-02-06)
### Chore
- update container image tccr.io/truecharts/docker-in-docker to v

View File

@@ -1,7 +1,7 @@
image:
repository: tccr.io/truecharts/docker-in-docker
pullPolicy: IfNotPresent
tag: 20.10.23@sha256:5d3a0c92d339be19975bdeb86b9feff2fca54d2b21c1934484befbf7c6686b4e
tag: 20.10.23@sha256:b5c536b005f85fa8f472d8aa9427f77a02584717479d29c5b7b6302b00cfc9f0
controller:
# -- Set the controller type.

View File

@@ -1,9 +0,0 @@
## [filebot-3.0.10](https://github.com/truecharts/charts/compare/filebot-3.0.9...filebot-3.0.10) (2023-02-02)
### Fix
- remove non-link sources ([#6826](https://github.com/truecharts/charts/issues/6826))

View File

@@ -4,6 +4,15 @@
## [filebot-3.0.11](https://github.com/truecharts/charts/compare/filebot-3.0.10...filebot-3.0.11) (2023-02-06)
### Chore
- update container image tccr.io/truecharts/filebot to v23.02.1
## [filebot-3.0.10](https://github.com/truecharts/charts/compare/filebot-3.0.9...filebot-3.0.10) (2023-02-02)
### Fix
@@ -88,12 +97,3 @@
## [filebot-3.0.2](https://github.com/truecharts/charts/compare/filebot-3.0.1...filebot-3.0.2) (2022-11-30)
## [filebot-3.0.2](https://github.com/truecharts/charts/compare/filebot-3.0.1...filebot-3.0.2) (2022-11-30)
## [filebot-3.0.2](https://github.com/truecharts/charts/compare/filebot-3.0.1...filebot-3.0.2) (2022-11-30)

View File

@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: "23.01.3"
appVersion: "23.02.1"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
@@ -22,7 +22,7 @@ sources:
- https://hub.docker.com/jlesage/filebot
- https://github.com/jlesage/docker-filebot
type: application
version: 3.0.10
version: 3.0.11
annotations:
truecharts.org/catagories: |
- media

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 @@
## [filebot-3.0.11](https://github.com/truecharts/charts/compare/filebot-3.0.10...filebot-3.0.11) (2023-02-06)
### Chore
- update container image tccr.io/truecharts/filebot to v23.02.1

Binary file not shown.

View File

@@ -1,6 +1,6 @@
image:
repository: tccr.io/truecharts/filebot
tag: 23.01.3@sha256:eb697477b98183d245f8069b72b70e05f5cf999c72fcd7ffa4f6480fa4ab4a1b
tag: 23.02.1@sha256:b1f17fef596a183d2189031735f1f64e997ccbd6f7be97a10a9d54056de8be93
pullPolicy: IfNotPresent
securityContext:

View File

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

View File