Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2024-03-01 19:15:32 +00:00
parent 19ee90dab0
commit 00568404eb
29 changed files with 2638 additions and 0 deletions

View File

@ -0,0 +1,30 @@
# Patterns to ignore when building packages.
# This supports shell glob matching, relative path matching, and
# negation (prefixed with !). Only one pattern per line.
.DS_Store
# Common VCS dirs
.git/
.gitignore
.bzr/
.bzrignore
.hg/
.hgignore
.svn/
# Common backup files
*.swp
*.bak
*.tmp
*~
# Various IDEs
.project
.idea/
*.tmproj
.vscode/
# OWNERS file for Kubernetes
OWNERS
# helm-docs templates
*.gotmpl
# docs folder
/docs
# icon
icon.png

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: main
dependencies:
- name: common
version: 18.0.3
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://hub.docker.com/r/nickslowinski/jts3servermod-dockerized
type: application
version: 0.0.2

View File

@ -0,0 +1,3 @@
---
title: README
---

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 @@
{{- include "tc.v1.common.lib.chart.notes" $ -}}

View File

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