Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2023-07-20 08:43:27 +00:00
parent 8505c0f0a2
commit da0f2298af
157 changed files with 2833 additions and 329 deletions

View File

@ -1,9 +0,0 @@
## [alist-5.0.27](https://github.com/truecharts/charts/compare/alist-5.0.26...alist-5.0.27) (2023-07-08)
### Chore
- update container image tccr.io/truecharts/alist to v3.20.1 ([#10314](https://github.com/truecharts/charts/issues/10314))

View File

@ -4,6 +4,15 @@
## [alist-5.0.28](https://github.com/truecharts/charts/compare/alist-5.0.27...alist-5.0.28) (2023-07-20)
### Chore
- update container image tccr.io/truecharts/alist to v3.22.1 ([#10653](https://github.com/truecharts/charts/issues/10653))
## [alist-5.0.27](https://github.com/truecharts/charts/compare/alist-5.0.26...alist-5.0.27) (2023-07-08)
### Chore
@ -88,12 +97,3 @@
## [alist-5.0.18](https://github.com/truecharts/charts/compare/alist-5.0.17...alist-5.0.18) (2023-05-26)
### Chore
- update helm general non-major ([#9156](https://github.com/truecharts/charts/issues/9156))

View File

@ -1,8 +1,8 @@
apiVersion: v2
kubeVersion: ">=1.16.0-0"
name: alist
version: 5.0.27
appVersion: "3.20.1"
version: 5.0.28
appVersion: "3.22.1"
description: Alist program that supports multiple storage, powered by Gin and React
type: application
deprecated: false

View File

@ -0,0 +1,9 @@
## [alist-5.0.28](https://github.com/truecharts/charts/compare/alist-5.0.27...alist-5.0.28) (2023-07-20)
### Chore
- update container image tccr.io/truecharts/alist to v3.22.1 ([#10653](https://github.com/truecharts/charts/issues/10653))

View File

@ -1,7 +1,7 @@
image:
repository: tccr.io/truecharts/alist
pullPolicy: IfNotPresent
tag: v3.20.1@sha256:903ad6f44082ec14ced0ed34110cbaaffd3b164872c1b61a5f37e5ebc3181456
tag: v3.22.1@sha256:f936b9d3f4eedd393ba3905637c85edb6b4053f28c75335d7cc9c1cacbe08e06
securityContext:
container:

View File

@ -1,9 +0,0 @@
## [cyberchef-5.0.28](https://github.com/truecharts/charts/compare/cyberchef-5.0.27...cyberchef-5.0.28) (2023-07-01)
### Chore
- update helm general non-major ([#10069](https://github.com/truecharts/charts/issues/10069))

View File

@ -4,6 +4,15 @@
## [cyberchef-5.0.29](https://github.com/truecharts/charts/compare/cyberchef-5.0.28...cyberchef-5.0.29) (2023-07-20)
### Chore
- update container image tccr.io/truecharts/cyberchef to v10.5.2 ([#10655](https://github.com/truecharts/charts/issues/10655))
## [cyberchef-5.0.28](https://github.com/truecharts/charts/compare/cyberchef-5.0.27...cyberchef-5.0.28) (2023-07-01)
### Chore
@ -88,12 +97,3 @@
## [cyberchef-5.0.19](https://github.com/truecharts/charts/compare/cyberchef-5.0.18...cyberchef-5.0.19) (2023-05-22)
### Chore
- update helm general non-major ([#9089](https://github.com/truecharts/charts/issues/9089))

View File

@ -1,5 +1,5 @@
apiVersion: v2
appVersion: "10.4.0"
appVersion: "10.5.2"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
@ -17,7 +17,7 @@ maintainers:
name: cyberchef
sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/cyberchef
version: 5.0.28
version: 5.0.29
annotations:
truecharts.org/catagories: |
- utilities

View File

@ -0,0 +1,9 @@
## [cyberchef-5.0.29](https://github.com/truecharts/charts/compare/cyberchef-5.0.28...cyberchef-5.0.29) (2023-07-20)
### Chore
- update container image tccr.io/truecharts/cyberchef to v10.5.2 ([#10655](https://github.com/truecharts/charts/issues/10655))

View File

@ -1,6 +1,6 @@
image:
repository: tccr.io/truecharts/cyberchef
tag: 10.4.0@sha256:d3074bf7474c1d66e412154f2fb2e4589e7a1a7b50f53f1c7e2f40fe87435a1d
tag: v10.5.2@sha256:a66ef3f81911585f88b27a21365a461291f4a5f40567c5b1dcbe46e684b0e8c7
pullPolicy: IfNotPresent
securityContext:

View File

@ -549,13 +549,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:

View File

@ -1,9 +0,0 @@
## [ddns-go-5.0.28](https://github.com/truecharts/charts/compare/ddns-go-5.0.27...ddns-go-5.0.28) (2023-07-18)
### Chore
- update container image tccr.io/truecharts/ddns-go to v5.3.7 ([#10571](https://github.com/truecharts/charts/issues/10571))

View File

@ -4,6 +4,15 @@
## [ddns-go-5.0.29](https://github.com/truecharts/charts/compare/ddns-go-5.0.28...ddns-go-5.0.29) (2023-07-20)
### Chore
- update container image tccr.io/truecharts/ddns-go to v5.4.1 ([#10656](https://github.com/truecharts/charts/issues/10656))
## [ddns-go-5.0.28](https://github.com/truecharts/charts/compare/ddns-go-5.0.27...ddns-go-5.0.28) (2023-07-18)
### Chore
@ -85,15 +94,6 @@
## [ddns-go-5.0.25](https://github.com/truecharts/charts/compare/ddns-go-5.0.24...ddns-go-5.0.25) (2023-06-16)
### Chore
- update container image tccr.io/truecharts/ddns-go to v5.3.5 ([#9679](https://github.com/truecharts/charts/issues/9679))
## [ddns-go-5.0.25](https://github.com/truecharts/charts/compare/ddns-go-5.0.24...ddns-go-5.0.25) (2023-06-16)
### Chore

View File

@ -1,8 +1,8 @@
apiVersion: v2
kubeVersion: ">=1.16.0-0"
name: ddns-go
version: 5.0.28
appVersion: "5.3.7"
version: 5.0.29
appVersion: "5.4.1"
description: Automatically obtain your public network IPv4 or IPv6 address and resolve it to the corresponding domain name service
type: application
deprecated: false

View File

@ -0,0 +1,9 @@
## [ddns-go-5.0.29](https://github.com/truecharts/charts/compare/ddns-go-5.0.28...ddns-go-5.0.29) (2023-07-20)
### Chore
- update container image tccr.io/truecharts/ddns-go to v5.4.1 ([#10656](https://github.com/truecharts/charts/issues/10656))

View File

@ -1,7 +1,7 @@
image:
repository: tccr.io/truecharts/ddns-go
pullPolicy: IfNotPresent
tag: v5.3.7@sha256:4e53fa0458f57e33101e7dcf7534519dd90b87a6afa77402baaa2232d2007457
tag: v5.4.1@sha256:90f1e394d9e0df37ca8b767fe61f38a81385a61cf241062cc6c99871e753ca8a
securityContext:
container:

View File

@ -0,0 +1,99 @@
**Important:**
*for the complete changelog, please refer to the website*
## [esphome-14.0.31](https://github.com/truecharts/charts/compare/esphome-14.0.30...esphome-14.0.31) (2023-07-20)
### Chore
- update container image tccr.io/truecharts/esphome to v2023.7.0 ([#10657](https://github.com/truecharts/charts/issues/10657))
## [esphome-14.0.30](https://github.com/truecharts/charts/compare/esphome-14.0.29...esphome-14.0.30) (2023-07-18)
### Chore
- update container image tccr.io/truecharts/esphome to v2023.6.5 ([#10573](https://github.com/truecharts/charts/issues/10573))
## [esphome-14.0.29](https://github.com/truecharts/charts/compare/esphome-14.0.28...esphome-14.0.29) (2023-07-07)
### Chore
- update container image tccr.io/truecharts/esphome to v2023.6.4 ([#10216](https://github.com/truecharts/charts/issues/10216))
## [esphome-14.0.28](https://github.com/truecharts/charts/compare/esphome-14.0.27...esphome-14.0.28) (2023-07-01)
### Chore
- update helm general non-major ([#10069](https://github.com/truecharts/charts/issues/10069))
## [esphome-14.0.27](https://github.com/truecharts/charts/compare/esphome-14.0.26...esphome-14.0.27) (2023-06-26)
### Chore
- update container image tccr.io/truecharts/esphome to v2023.6.2 ([#9948](https://github.com/truecharts/charts/issues/9948))
## [esphome-14.0.26](https://github.com/truecharts/charts/compare/esphome-14.0.25...esphome-14.0.26) (2023-06-13)
### Chore
- update helm chart common to 12.14.2 ([#9599](https://github.com/truecharts/charts/issues/9599))
## [esphome-14.0.25](https://github.com/truecharts/charts/compare/esphome-14.0.24...esphome-14.0.25) (2023-06-11)
### Chore
- update helm general non-major ([#9558](https://github.com/truecharts/charts/issues/9558))
## [esphome-14.0.24](https://github.com/truecharts/charts/compare/esphome-14.0.23...esphome-14.0.24) (2023-06-07)
### Chore
- update helm general non-major ([#9457](https://github.com/truecharts/charts/issues/9457))
## [esphome-14.0.23](https://github.com/truecharts/charts/compare/esphome-14.0.22...esphome-14.0.23) (2023-06-07)
### Chore
- update helm general non-major ([#9423](https://github.com/truecharts/charts/issues/9423))
## [esphome-14.0.22](https://github.com/truecharts/charts/compare/esphome-14.0.21...esphome-14.0.22) (2023-06-04)
### Chore
- update helm general non-major ([#9393](https://github.com/truecharts/charts/issues/9393))
## [esphome-14.0.21](https://github.com/truecharts/charts/compare/esphome-14.0.20...esphome-14.0.21) (2023-06-01)
### Chore

View File

@ -0,0 +1,27 @@
apiVersion: v2
appVersion: "2023.7.0"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 12.14.6
deprecated: false
description: ESPHome is a system to control your ESP8266/ESP32 by simple yet powerful configuration files and control them remotely through Home Automation systems.
home: https://truecharts.org/charts/stable/esphome
icon: https://truecharts.org/img/hotlink-ok/chart-icons/esphome.png
keywords:
- esphome
kubeVersion: ">=1.16.0-0"
maintainers:
- email: info@truecharts.org
name: TrueCharts
url: https://truecharts.org
name: esphome
sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/esphome
- https://github.com/esphome/esphome
type: application
version: 14.0.31
annotations:
truecharts.org/catagories: |
- tools
truecharts.org/SCALE-support: "true"

View File

@ -0,0 +1,9 @@
## [esphome-14.0.31](https://github.com/truecharts/charts/compare/esphome-14.0.30...esphome-14.0.31) (2023-07-20)
### Chore
- update container image tccr.io/truecharts/esphome to v2023.7.0 ([#10657](https://github.com/truecharts/charts/issues/10657))

View File

@ -0,0 +1,8 @@
ESPHome is a system to control your ESP8266/ESP32 by simple yet powerful configuration files and control them remotely through Home Automation systems.
This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/charts/stable/esphome](https://truecharts.org/charts/stable/esphome)
---
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!

View File

@ -0,0 +1,55 @@
image:
repository: tccr.io/truecharts/esphome
pullPolicy: IfNotPresent
tag: v2023.7.0@sha256:e84be4e7908915e596fc5c9b542664a4bc8ca90835f9650aa44b917cfef70d69
securityContext:
container:
runAsNonRoot: false
readOnlyRootFilesystem: false
privileged: true
allowPrivilegeEscalation: true
runAsUser: 0
runAsGroup: 0
service:
main:
ports:
main:
port: 6052
targetPort: 6052
workload:
main:
podSpec:
containers:
main:
probes:
liveness:
type: http
path: /
readiness:
type: http
path: /
startup:
type: http
path: /
env:
ESPHOME_DASHBOARD_USE_PING: false
ESPHOME_DASHBOARD_RELATIVE_URL: /
# ESPHOME_QUICKWIZARD:
# ESPHOME_IS_HASSIO:
# DISABLE_HA_AUTHENTICATION:
# USERNAME:
# PASSWORD:
persistence:
config:
enabled: true
mountPath: /config
platformio:
enabled: true
mountPath: /.platformio
portal:
open:
enabled: true

File diff suppressed because it is too large Load Diff

View File

@ -1,9 +0,0 @@
## [invidious-5.1.3](https://github.com/truecharts/charts/compare/invidious-5.1.2...invidious-5.1.3) (2023-07-16)
### Chore
- update container image tccr.io/truecharts/invidious to latest ([#10517](https://github.com/truecharts/charts/issues/10517))

View File

@ -4,6 +4,15 @@
## [invidious-5.1.4](https://github.com/truecharts/charts/compare/invidious-5.1.3...invidious-5.1.4) (2023-07-20)
### Chore
- update container image tccr.io/truecharts/invidious to latest ([#10650](https://github.com/truecharts/charts/issues/10650))
## [invidious-5.1.3](https://github.com/truecharts/charts/compare/invidious-5.1.2...invidious-5.1.3) (2023-07-16)
### Chore
@ -85,15 +94,6 @@
## [invidious-5.0.9](https://github.com/truecharts/charts/compare/invidious-5.0.8...invidious-5.0.9) (2023-06-14)
### Chore
- update container image tccr.io/truecharts/invidious to latest ([#9641](https://github.com/truecharts/charts/issues/9641))
## [invidious-5.0.9](https://github.com/truecharts/charts/compare/invidious-5.0.8...invidious-5.0.9) (2023-06-14)
### Chore

View File

@ -21,7 +21,7 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/invidious
- https://github.com/iv-org/invidious
- https://docs.invidious.io/installation/#docker
version: 5.1.3
version: 5.1.4
annotations:
truecharts.org/catagories: |
- media

View File

@ -0,0 +1,9 @@
## [invidious-5.1.4](https://github.com/truecharts/charts/compare/invidious-5.1.3...invidious-5.1.4) (2023-07-20)
### Chore
- update container image tccr.io/truecharts/invidious to latest ([#10650](https://github.com/truecharts/charts/issues/10650))

View File

@ -1,7 +1,7 @@
image:
repository: tccr.io/truecharts/invidious
pullPolicy: IfNotPresent
tag: latest@sha256:c58367e1948e0c6bfaf71d17a82b13ba41599ed474dbdb04cff70849f190243d
tag: latest@sha256:7389747c1ae86716f313f30d60d5ef1866bcde4ccac761ccd75e49202d28a4c1
securityContext:
container:

View File

@ -1,9 +0,0 @@
## [libremdb-2.0.85](https://github.com/truecharts/charts/compare/libremdb-2.0.84...libremdb-2.0.85) (2023-07-20)
### Chore
- update container image tccr.io/truecharts/libremdb to latest ([#10642](https://github.com/truecharts/charts/issues/10642))

View File

@ -4,6 +4,15 @@
## [libremdb-2.0.86](https://github.com/truecharts/charts/compare/libremdb-2.0.85...libremdb-2.0.86) (2023-07-20)
### Chore
- update container image tccr.io/truecharts/libremdb to latest ([#10651](https://github.com/truecharts/charts/issues/10651))
## [libremdb-2.0.85](https://github.com/truecharts/charts/compare/libremdb-2.0.84...libremdb-2.0.85) (2023-07-20)
### Chore
@ -88,12 +97,3 @@
## [libremdb-2.0.76](https://github.com/truecharts/charts/compare/libremdb-2.0.75...libremdb-2.0.76) (2023-07-15)
### Chore
- update container image tccr.io/truecharts/libremdb to latest ([#10483](https://github.com/truecharts/charts/issues/10483))
## [libremdb-2.0.75](https://github.com/truecharts/charts/compare/libremdb-2.0.74...libremdb-2.0.75) (2023-07-15)
### Chore

View File

@ -27,7 +27,7 @@ sources:
- https://github.com/zyachel/libremdb
- https://github.com/PussTheCat-org/docker-libremdb-quay
type: application
version: 2.0.85
version: 2.0.86
annotations:
truecharts.org/catagories: |
- media

View File

@ -0,0 +1,9 @@
## [libremdb-2.0.86](https://github.com/truecharts/charts/compare/libremdb-2.0.85...libremdb-2.0.86) (2023-07-20)
### Chore
- update container image tccr.io/truecharts/libremdb to latest ([#10651](https://github.com/truecharts/charts/issues/10651))

View File

@ -1,7 +1,7 @@
image:
repository: tccr.io/truecharts/libremdb
pullPolicy: IfNotPresent
tag: latest@sha256:b0e47a149d6d2677282bdf87e77d45ce7debeeacd2df55ab47ad23b4bc894d85
tag: latest@sha256:451694e8c624fd797ea50d154529f10495fe671436c4d290182567bb0416ba9b
service:
main:
ports:

View File

@ -1,9 +0,0 @@
## [mediainfo-4.0.18](https://github.com/truecharts/charts/compare/mediainfo-4.0.17...mediainfo-4.0.18) (2023-07-07)
### Chore
- update container image tccr.io/truecharts/mediainfo to v23.06.2 ([#10222](https://github.com/truecharts/charts/issues/10222))

View File

@ -4,6 +4,15 @@
## [mediainfo-4.0.19](https://github.com/truecharts/charts/compare/mediainfo-4.0.18...mediainfo-4.0.19) (2023-07-20)
### Chore
- update container image tccr.io/truecharts/mediainfo to v23.07.1 ([#10658](https://github.com/truecharts/charts/issues/10658))
## [mediainfo-4.0.18](https://github.com/truecharts/charts/compare/mediainfo-4.0.17...mediainfo-4.0.18) (2023-07-07)
### Chore
@ -88,12 +97,3 @@
## [mediainfo-4.0.9](https://github.com/truecharts/charts/compare/mediainfo-4.0.8...mediainfo-4.0.9) (2023-05-26)
### Chore
- update helm general non-major ([#9156](https://github.com/truecharts/charts/issues/9156))

View File

@ -1,5 +1,5 @@
apiVersion: v2
appVersion: "23.06.2"
appVersion: "23.07.1"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
@ -21,7 +21,7 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/mediainfo
- https://github.com/jlesage/docker-mediainfo
type: application
version: 4.0.18
version: 4.0.19
annotations:
truecharts.org/catagories: |
- media

View File

@ -0,0 +1,9 @@
## [mediainfo-4.0.19](https://github.com/truecharts/charts/compare/mediainfo-4.0.18...mediainfo-4.0.19) (2023-07-20)
### Chore
- update container image tccr.io/truecharts/mediainfo to v23.07.1 ([#10658](https://github.com/truecharts/charts/issues/10658))

View File

@ -1,6 +1,6 @@
image:
repository: tccr.io/truecharts/mediainfo
tag: v23.06.2@sha256:bbf532fc0bcc94dbc55cecc43126b9358b07c207518941a05717ccb954d50fd3
tag: v23.07.1@sha256:0f37217e8ef929c54f5ef3cdd16c52460c69d5be47ad2ebc55cdd8810793ef75
pullPolicy: IfNotPresent
service:
main:

View File

@ -1,9 +0,0 @@
## [netdata-5.0.27](https://github.com/truecharts/charts/compare/netdata-5.0.26...netdata-5.0.27) (2023-07-07)
### Chore
- update container image tccr.io/truecharts/netdata to v1.40.1 ([#10252](https://github.com/truecharts/charts/issues/10252))

View File

@ -4,6 +4,15 @@
## [netdata-5.0.28](https://github.com/truecharts/charts/compare/netdata-5.0.27...netdata-5.0.28) (2023-07-20)
### Chore
- update container image tccr.io/truecharts/netdata to v1.41.0 ([#10659](https://github.com/truecharts/charts/issues/10659))
## [netdata-5.0.27](https://github.com/truecharts/charts/compare/netdata-5.0.26...netdata-5.0.27) (2023-07-07)
### Chore
@ -88,12 +97,3 @@
## [netdata-5.0.18](https://github.com/truecharts/charts/compare/netdata-5.0.17...netdata-5.0.18) (2023-05-27)
### Chore
- update helm general non-major ([#9197](https://github.com/truecharts/charts/issues/9197))

View File

@ -1,5 +1,5 @@
apiVersion: v2
appVersion: "1.40.1"
appVersion: "1.41.0"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
@ -19,7 +19,7 @@ name: netdata
sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/netdata
- https://github.com/netdata
version: 5.0.27
version: 5.0.28
annotations:
truecharts.org/catagories: |
- utilities

View File

@ -0,0 +1,9 @@
## [netdata-5.0.28](https://github.com/truecharts/charts/compare/netdata-5.0.27...netdata-5.0.28) (2023-07-20)
### Chore
- update container image tccr.io/truecharts/netdata to v1.41.0 ([#10659](https://github.com/truecharts/charts/issues/10659))

View File

@ -1,6 +1,6 @@
image:
repository: tccr.io/truecharts/netdata
tag: v1.40.1@sha256:60a95e4630b65e2c342fc07256a2227390f17a687e78e2524e41a6e1df48f600
tag: v1.41.0@sha256:8a7a7032d9cf87f9156367259436aaf5682cfd6ac5c5c32195f59c83696be59c
pullPolicy: IfNotPresent
# -- The service account the pods will use to interact with the Kubernetes API
serviceAccount:

View File

@ -1,9 +0,0 @@
## [promcord-7.0.24](https://github.com/truecharts/charts/compare/promcord-7.0.23...promcord-7.0.24) (2023-07-01)
### Chore
- update helm general non-major ([#10069](https://github.com/truecharts/charts/issues/10069))

View File

@ -4,6 +4,15 @@
## [promcord-7.0.25](https://github.com/truecharts/charts/compare/promcord-7.0.24...promcord-7.0.25) (2023-07-20)
### Chore
- update container image tccr.io/truecharts/whoami to v1.10.1 ([#10664](https://github.com/truecharts/charts/issues/10664))
## [promcord-7.0.24](https://github.com/truecharts/charts/compare/promcord-7.0.23...promcord-7.0.24) (2023-07-01)
### Chore
@ -88,12 +97,3 @@
## [promcord-7.0.15](https://github.com/truecharts/charts/compare/promcord-7.0.14...promcord-7.0.15) (2023-05-22)
### Chore
- update helm general non-major ([#9089](https://github.com/truecharts/charts/issues/9089))
## [promcord-7.0.14](https://github.com/truecharts/charts/compare/promcord-7.0.13...promcord-7.0.14) (2023-05-22)
### Feat

View File

@ -22,7 +22,7 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/promcord
- https://github.com/nimarion/promcord
type: application
version: 7.0.24
version: 7.0.25
annotations:
truecharts.org/catagories: |
- metrics

Some files were not shown because too many files have changed in this diff Show More