Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2024-03-04 01:01:16 +00:00
parent 66dd942ccb
commit d74460bc49
194 changed files with 8291 additions and 112 deletions

View File

@ -21,6 +21,10 @@ title: Changelog
## [clickhouse-11.0.0](https://github.com/truecharts/charts/compare/clickhouse-10.2.14...clickhouse-11.0.0) (2024-02-10)
### Chore
@ -93,8 +97,3 @@ title: Changelog
- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986))
## [clickhouse-10.2.7](https://github.com/truecharts/charts/compare/clickhouse-10.2.6...clickhouse-10.2.7) (2024-01-08)
### Chore

View File

@ -4,13 +4,13 @@ annotations:
truecharts.org/SCALE-support: "true"
truecharts.org/category: database
truecharts.org/max_helm_version: "3.14"
truecharts.org/min_helm_version: "3.12"
truecharts.org/min_helm_version: "3.11"
truecharts.org/train: dependency
apiVersion: v2
appVersion: 24.1.5.6
appVersion: 24.2.1.2248
dependencies:
- name: common
version: 18.0.2
version: 18.1.2
repository: oci://tccr.io/truecharts
condition: ""
alias: ""
@ -24,7 +24,7 @@ keywords:
- database
- clickhouse
- sql
kubeVersion: ">=1.24.0-0"
kubeVersion: '>=1.24.0-0'
maintainers:
- name: TrueCharts
email: info@truecharts.org
@ -35,4 +35,4 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/dependency/clickhouse
- https://hub.docker.com/r/clickhouse/clickhouse-server
type: application
version: 12.1.1
version: 12.3.0

Binary file not shown.

View File

@ -1,7 +1,7 @@
image:
repository: clickhouse/clickhouse-server
pullPolicy: IfNotPresent
tag: 24.1.5.6@sha256:91e234d724b5c7cde219580c1e05cb690b1011383743e72cb2e054e2998420b5
tag: 24.2.1.2248@sha256:08071e17c30913bb24a7a999cba624c1cf73e8643d127f32f5b4ec48f1024204
workload:
main:
replicas: 1

View File

@ -0,0 +1,38 @@
annotations:
max_scale_version: 24.04.0
min_scale_version: 23.10.0
truecharts.org/SCALE-support: "true"
truecharts.org/category: monitor
truecharts.org/max_helm_version: "3.14"
truecharts.org/min_helm_version: "3.11"
truecharts.org/train: incubator
apiVersion: v2
appVersion: 3.0.0
dependencies:
- name: common
version: 18.0.4
repository: oci://tccr.io/truecharts
condition: ""
alias: ""
tags: []
import-values: []
deprecated: false
description: A simple discord/telegram/slack bot to monitor your game servers and players in style.
home: https://truecharts.org/charts/incubator/game-server-watcher
icon: https://truecharts.org/img/hotlink-ok/chart-icons/game-server-watcher.png
keywords:
- game-server-watcher
- monitoring
- bots
kubeVersion: ">=1.24.0-0"
maintainers:
- name: TrueCharts
email: info@truecharts.org
url: https://truecharts.org
name: game-server-watcher
sources:
- https://github.com/a-sync/game-server-watcher
- https://github.com/truecharts/charts/tree/master/charts/incubator/game-server-watcher
- https://ghcr.io/a-sync/game-server-watcher
type: application
version: 0.0.2

View File

@ -0,0 +1,28 @@
---
title: 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/incubator/game-server-watcher)
**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/guides/scale-intro).
- 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,8 @@
A simple discord/telegram/slack bot to monitor your game servers and players in style.
This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/charts/incubator/game-server-watcher](https://truecharts.org/charts/incubator/game-server-watcher)
---
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: ghcr.io/a-sync/game-server-watcher
pullPolicy: IfNotPresent
tag: v3.0.0@sha256:34d717b8353284d2b2d18c862b2dece46b61aeedce1b20dc00610de9a7a46a23
securityContext:
container:
readOnlyRootFilesystem: false
runAsUser: 0
runAsGroup: 0
service:
main:
ports:
main:
protocol: http
port: 10690
workload:
main:
podSpec:
containers:
main:
env:
# Writeable folder for data storage
DATA_PATH: "{{.Values.persistence.data.mountPath }}"
# Web service host
HOST: 0.0.0.0
# Web service port
PORT: "{{ .Values.service.main.ports.main.port }}"
# Admin PASSWORD
SECRET: secret
# Enable or Disable debug mode
DBG: 0
# Game server info refresh interval in minutes
REFRESH_TIME_MINUTES: 2
# Steam web API key
STEAM_WEB_API_KEY: ""
# Discord bot token
DISCORD_BOT_TOKEN: ""
# Telegram bot token
TELEGRAM_BOT_TOKEN: ""
# Slack bot token
SLACK_BOT_TOKEN: ""
# Slack app token
SLACK_APP_TOKEN: ""
persistence:
data:
enabled: true
mountPath: "/data"
portal:
open:
enabled: true

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,38 @@
annotations:
max_scale_version: 24.04.0
min_scale_version: 23.10.0
truecharts.org/SCALE-support: "true"
truecharts.org/category: productivity
truecharts.org/max_helm_version: "3.14"
truecharts.org/min_helm_version: "3.11"
truecharts.org/train: incubator
apiVersion: v2
appVersion: 20240301.0.0
dependencies:
- name: common
version: 18.0.4
repository: oci://tccr.io/truecharts
condition: ""
alias: ""
tags: []
import-values: []
deprecated: false
description: JTS3ServerMod by Stefan1200
home: https://truecharts.org/charts/incubator/jts3servermod
icon: https://truecharts.org/img/hotlink-ok/chart-icons/jts3servermod.png
keywords:
- teamspeak
- jts3servermod
- teamspeak-bot
kubeVersion: ">=1.24.0-0"
maintainers:
- name: TrueCharts
email: info@truecharts.org
url: https://truecharts.org
name: jts3servermod
sources:
- https://github.com/galexrt/container-jts3servermod
- https://github.com/truecharts/charts/tree/master/charts/incubator/jts3servermod
- https://ghcr.io/galexrt/jts3servermod
type: application
version: 0.0.3

View File

@ -0,0 +1,28 @@
---
title: 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/incubator/jts3servermod)
**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/guides/scale-intro).
- 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,8 @@
JTS3ServerMod by Stefan1200
This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/charts/incubator/jts3servermod](https://truecharts.org/charts/incubator/jts3servermod)
---
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,44 @@
image:
repository: ghcr.io/galexrt/jts3servermod
pullPolicy: IfNotPresent
tag: v20240301-172535-248@sha256:30cf3a8e043b6c27721da1a28987aaadbc6c482cccd90836b0d821cf820facaa
securityContext:
container:
readOnlyRootFilesystem: false
runAsUser: 3000
runAsGroup: 3000
workload:
main:
podSpec:
containers:
main:
probes:
liveness:
enabled: false
readiness:
enabled: false
startup:
enabled: false
env:
JTS3_LOG: /jts3servermod/logs/JTS3ServerMod_InstanceManager.cfg
service:
main:
enabled: false
ports:
main:
enabled: false
persistence:
config:
enabled: true
mountPath: "/jts3servermod/config"
logs:
enabled: true
mountPath: "/jts3servermod/logs"
portal:
open:
enabled: false

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,37 @@
annotations:
max_scale_version: 24.04.0
min_scale_version: 23.10.0
truecharts.org/SCALE-support: "true"
truecharts.org/category: home-automation
truecharts.org/max_helm_version: "3.14"
truecharts.org/min_helm_version: "3.11"
truecharts.org/train: incubator
apiVersion: v2
appVersion: 1.10.0
dependencies:
- name: common
version: 18.1.4
repository: oci://tccr.io/truecharts
condition: ""
alias: ""
tags: []
import-values: []
deprecated: false
description: The Wyoming integration of openWakeWord
home: https://truecharts.org/charts/incubator/wyoming-openwakeword
icon: https://truecharts.org/img/hotlink-ok/chart-icons/wyoming-openwakeword.png
keywords:
- wyoming-openwakeword
kubeVersion: ">=1.24.0-0"
maintainers:
- name: TrueCharts
email: info@truecharts.org
url: https://truecharts.org
name: wyoming-openwakeword
sources:
- https://github.com/home-assistant/addons/tree/master/openwakeword
- https://github.com/rhasspy/wyoming-openwakeword/
- https://github.com/truecharts/charts/tree/master/charts/incubator/wyoming-openwakeword
- https://hub.docker.com/r/rhasspy/wyoming-openwakeword
type: application
version: 0.0.2

View File

@ -0,0 +1,28 @@
---
title: 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/incubator/wyoming-openwakeword)
**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/guides/scale-intro).
- 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,8 @@
The Wyoming integration of openWakeWord
This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/charts/incubator/wyoming-openwakeword](https://truecharts.org/charts/incubator/wyoming-openwakeword)
---
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,25 @@
image:
repository: rhasspy/wyoming-openwakeword
pullPolicy: IfNotPresent
tag: 1.10.0@sha256:951b823c38403a9f10445a370d3dace3da4c38f64c6579dfbc5af0c10098f1b8
wyoming_openwakeword:
model: ok_nabu
preload_model: true
custom_model:
path: ""
threshold: "0.5"
trigger_level: 1
debug: false
service:
main:
ports:
main:
port: 10400
protocol: tcp
targetPort: 10400
portal:
open:
enabled: false

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,21 @@
{{- define "wyoming-openwakeword.args" -}}
{{- $openwakeword := .Values.wyoming_openwakeword -}}
args:
- --model
- {{ $openwakeword.model | quote }}
{{- if $openwakeword.preload_model }}
- --preload-model
- {{ $openwakeword.model | quote }}
{{- end }}
{{- if $openwakeword.custom_model.path }}
- --custom-model-dir
- {{ $openwakeword.custom_model.path | quote }}
{{- end }}
{{- if $openwakeword.debug }}
- --debug
{{- end }}
- --threshold
- {{ $openwakeword.threshold | quote }}
- --trigger-level
- {{ $openwakeword.trigger_level | quote }}
{{- end -}}

View File

@ -0,0 +1,8 @@
{{/* Make sure all variables are set properly */}}
{{- include "tc.v1.common.loader.init" . }}
{{- $newArgs := (include "wyoming-openwakeword.args" . | fromYaml) }}
{{- $_ := set .Values.workload.main.podSpec.containers.main "args" $newArgs.args -}}
{{/* Render the templates */}}
{{ include "tc.v1.common.loader.apply" . }}

View File

@ -13,6 +13,10 @@ title: Changelog
## [actualserver-9.0.0](https://github.com/truecharts/charts/compare/actualserver-8.1.0...actualserver-9.0.0) (2024-02-14)
### Fix
@ -93,7 +97,4 @@ title: Changelog
- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986))
## [actualserver-7.1.6](https://github.com/truecharts/charts/compare/actualserver-7.1.5...actualserver-7.1.6) (2024-01-02)
- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986))

View File

@ -4,13 +4,13 @@ annotations:
truecharts.org/SCALE-support: "true"
truecharts.org/category: finance
truecharts.org/max_helm_version: "3.14"
truecharts.org/min_helm_version: "3.12"
truecharts.org/min_helm_version: "3.11"
truecharts.org/train: stable
apiVersion: v2
appVersion: 24.2.0
appVersion: 24.3.0
dependencies:
- name: common
version: 18.0.2
version: 18.1.2
repository: oci://tccr.io/truecharts
condition: ""
alias: ""
@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/actualserver.png
keywords:
- actualserver
- finance
kubeVersion: ">=1.24.0-0"
kubeVersion: '>=1.24.0-0'
maintainers:
- name: TrueCharts
email: info@truecharts.org
@ -34,4 +34,4 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/actualserver
- https://ghcr.io/actualbudget/actual-server
type: application
version: 10.1.1
version: 10.3.0

Binary file not shown.

View File

@ -1,7 +1,7 @@
image:
repository: ghcr.io/actualbudget/actual-server
pullPolicy: IfNotPresent
tag: 24.2.0@sha256:e8c362dcc34498a5c44acd3184febe257d8e7f46781964b5705289195cba4d47
tag: 24.3.0@sha256:6d4b850c745013e870d4d032772297293853b9888e783435c6fca5f018bcc7d3
securityContext:
container:
readOnlyRootFilesystem: false

View File

@ -17,6 +17,10 @@ title: Changelog
## [autobrr-7.4.0](https://github.com/truecharts/charts/compare/autobrr-7.3.2...autobrr-7.4.0) (2024-02-13)
### Chore
@ -93,7 +97,3 @@ title: Changelog
## [autobrr-7.1.7](https://github.com/truecharts/charts/compare/autobrr-7.1.6...autobrr-7.1.7) (2024-01-09)
### Chore

View File

@ -4,13 +4,13 @@ annotations:
truecharts.org/SCALE-support: "true"
truecharts.org/category: media
truecharts.org/max_helm_version: "3.14"
truecharts.org/min_helm_version: "3.12"
truecharts.org/min_helm_version: "3.11"
truecharts.org/train: stable
apiVersion: v2
appVersion: 1.38.1
appVersion: 1.39.1
dependencies:
- name: common
version: 18.0.2
version: 18.1.2
repository: oci://tccr.io/truecharts
condition: ""
alias: ""
@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/autobrr.png
keywords:
- autobrr
- torrent
kubeVersion: ">=1.24.0-0"
kubeVersion: '>=1.24.0-0'
maintainers:
- name: TrueCharts
email: info@truecharts.org
@ -34,4 +34,4 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/autobrr
- https://ghcr.io/autobrr/autobrr
type: application
version: 8.1.1
version: 8.3.0

Binary file not shown.

View File

@ -1,7 +1,7 @@
image:
repository: ghcr.io/autobrr/autobrr
pullPolicy: IfNotPresent
tag: v1.38.1@sha256:4c2d91b3f019401b4e8aeae2ea9a8c5855a00463f54f1367e6c08a7754e5300a
tag: v1.39.1@sha256:7149943f3f6a528ea653662272e8a2c78156cdbf51fd3313911eb57a03378a50
service:
main:

View File

@ -21,6 +21,10 @@ title: Changelog
## [ctfd-3.1.18](https://github.com/truecharts/charts/compare/ctfd-3.1.17...ctfd-3.1.18) (2024-02-03)
### Chore
@ -93,8 +97,3 @@ title: Changelog
- update container image ghcr.io/ctfd/ctfd to v3.6.1[@8033c37](https://github.com/8033c37) by renovate ([#16802](https://github.com/truecharts/charts/issues/16802))
## [ctfd-3.1.10](https://github.com/truecharts/charts/compare/ctfd-3.1.9...ctfd-3.1.10) (2024-01-02)
### Chore

View File

@ -4,20 +4,20 @@ annotations:
truecharts.org/SCALE-support: "true"
truecharts.org/category: learning
truecharts.org/max_helm_version: "3.14"
truecharts.org/min_helm_version: "3.12"
truecharts.org/min_helm_version: "3.11"
truecharts.org/train: stable
apiVersion: v2
appVersion: 3.6.1
appVersion: 3.7.0
dependencies:
- name: common
version: 18.0.2
version: 18.1.2
repository: oci://tccr.io/truecharts
condition: ""
alias: ""
tags: []
import-values: []
- name: mariadb
version: 12.3.0
version: 13.2.0
repository: oci://tccr.io/truecharts
condition: mariadb.enabled
alias: ""
@ -37,7 +37,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/ctfd.png
keywords:
- ctfd
- learning
kubeVersion: ">=1.24.0-0"
kubeVersion: '>=1.24.0-0'
maintainers:
- name: TrueCharts
email: info@truecharts.org
@ -48,4 +48,4 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/ctfd
- https://ghcr.io/ctfd/ctfd
type: application
version: 4.4.0
version: 4.7.0

Binary file not shown.

Binary file not shown.

View File

@ -1,6 +1,6 @@
image:
repository: ghcr.io/ctfd/ctfd
tag: 3.6.1@sha256:8033c370c30499873e99dc8888140d78c6d62b01a2f2d991a5c554e2024ce8d1
tag: 3.7.0@sha256:8dcf820b92f25cdb4dee400ca0b88b8ca4396c79b9a801f5b2f9304f2bb056de
pullPolicy: IfNotPresent
service:

View File

@ -13,6 +13,10 @@ title: Changelog
## [muse-4.2.5](https://github.com/truecharts/charts/compare/muse-4.2.4...muse-4.2.5) (2024-02-03)
### Chore
@ -93,7 +97,4 @@ title: Changelog
- increase common version for oci fixes
- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738))
- increase common version for oci fixes

View File

@ -4,13 +4,13 @@ annotations:
truecharts.org/SCALE-support: "true"
truecharts.org/category: media
truecharts.org/max_helm_version: "3.14"
truecharts.org/min_helm_version: "3.12"
truecharts.org/min_helm_version: "3.11"
truecharts.org/train: stable
apiVersion: v2
appVersion: 2.5.0
appVersion: 2.6.0
dependencies:
- name: common
version: 18.0.2
version: 18.1.2
repository: oci://tccr.io/truecharts
condition: ""
alias: ""
@ -24,7 +24,7 @@ keywords:
- muse
- media
- discord-bot
kubeVersion: ">=1.24.0-0"
kubeVersion: '>=1.24.0-0'
maintainers:
- name: TrueCharts
email: info@truecharts.org
@ -35,4 +35,4 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/muse
- https://hub.docker.com/r/codetheweb/muse
type: application
version: 5.1.1
version: 5.3.0

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