Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2023-08-30 20:34:27 +00:00
parent 733ca4f69b
commit 1f7cc80034
33 changed files with 4759 additions and 40 deletions

View File

@ -0,0 +1,99 @@
**Important:**
*for the complete changelog, please refer to the website*
## [eco-3.0.0](https://github.com/truecharts/charts/compare/eco-2.0.8...eco-3.0.0) (2023-07-31)
### Feat
- hide advanced ingress options behind checbox ([#9203](https://github.com/truecharts/charts/issues/9203))
### Fix
- fix mistakes on questions.yaml
- fix indentation ([#8536](https://github.com/truecharts/charts/issues/8536))
## [eco-2.0.8](https://github.com/truecharts/charts/compare/deconz-10.0.14...eco-2.0.8) (2023-02-10)
### Fix
- ensure new helm deps repo is used in latest releases as well.
## [eco-2.0.7](https://github.com/truecharts/charts/compare/truecommand-13.0.6...eco-2.0.7) (2022-12-27)
### Chore
- update helm general non-major ([#5856](https://github.com/truecharts/charts/issues/5856))
## [eco-2.0.6](https://github.com/truecharts/charts/compare/minecraft-bungeecord-3.0.5...eco-2.0.6) (2022-12-26)
### Chore
- update helm general non-major ([#5839](https://github.com/truecharts/charts/issues/5839))
## [eco-2.0.5](https://github.com/truecharts/charts/compare/deconz-10.0.7...eco-2.0.5) (2022-12-25)
### Chore
- update helm general non-major
## [eco-2.0.4](https://github.com/truecharts/charts/compare/cstrikeconditionzero-2.0.3...eco-2.0.4) (2022-12-19)
### Chore
- update helm general non-major
## [eco-2.0.3](https://github.com/truecharts/charts/compare/deconz-10.0.4...eco-2.0.3) (2022-12-13)
### Chore
- update helm general non-major
## [eco-2.0.2](https://github.com/truecharts/charts/compare/doublecommander-6.0.1...eco-2.0.2) (2022-11-30)
## [eco-2.0.2](https://github.com/truecharts/charts/compare/doublecommander-6.0.1...eco-2.0.2) (2022-11-30)
## [eco-2.0.2](https://github.com/truecharts/charts/compare/doublecommander-6.0.1...eco-2.0.2) (2022-11-30)
## [eco-2.0.2](https://github.com/truecharts/charts/compare/doublecommander-6.0.1...eco-2.0.2) (2022-11-30)
## [eco-2.0.2](https://github.com/truecharts/charts/compare/doublecommander-6.0.1...eco-2.0.2) (2022-11-30)

View File

@ -0,0 +1,28 @@
apiVersion: v2
appVersion: "latest"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 14.0.1
deprecated: false
description: A custom SteamCMD chart that runs ECO.
home: https://truecharts.org/charts/incubator/eco
icon: https://truecharts.org/img/hotlink-ok/chart-icons/eco.png
keywords:
- eco
- GameServers
kubeVersion: ">=1.16.0-0"
maintainers:
- email: info@truecharts.org
name: TrueCharts
url: https://truecharts.org
name: eco
sources:
- https://github.com/truecharts/charts/tree/master/charts/incubator/eco
- https://github.com/ich777/docker-steamcmd-server/tree/eco
type: application
version: 3.0.0
annotations:
truecharts.org/catagories: |
- games
truecharts.org/SCALE-support: "true"

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/incubator/)
**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

View File

@ -0,0 +1,8 @@
A custom SteamCMD chart that runs ECO.
This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/charts/incubator/eco](https://truecharts.org/charts/incubator/eco)
---
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,64 @@
image:
pullPolicy: IfNotPresent
repository: tccr.io/truecharts/eco
tag: latest@sha256:b68c9690ea433e1d94363ebf5384342652ab2d9316a2d71c740202669c76aca5
securityContext:
container:
runAsNonRoot: false
readOnlyRootFilesystem: false
runAsUser: 0
runAsGroup: 0
service:
main:
ports:
main:
port: 3001
protocol: http
targetPort: 3001
game:
enabled: true
ports:
game:
enabled: true
port: 3000
protocol: udp
targetPort: 3000
workload:
main:
podSpec:
containers:
main:
probes:
liveness:
path: "/"
type: http
port: "{{ .Values.service.main.ports.main.targetPort }}"
readiness:
path: "/"
type: http
port: "{{ .Values.service.main.ports.main.targetPort }}"
startup:
type: tcp
port: "{{ .Values.service.main.ports.main.targetPort }}"
env:
USERNAME: ""
PASSWRD: ""
GAME_ID: "739590"
GAME_PARAMS: ""
VALIDATE: false
# DATA_PERM: "770"
persistence:
steamcmd:
enabled: true
mountPath: /serverdata/steamcmd
serverfiles:
enabled: true
mountPath: /serverdata/serverfiles
portal:
open:
enabled: true

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" . }}

View File

View File

@ -1,4 +1,5 @@
icon_url: https://truecharts.org/img/hotlink-ok/chart-icons/eco.png
categories:
- GameServers
- games
screenshots: []

View File

@ -0,0 +1,99 @@
**Important:**
*for the complete changelog, please refer to the website*
## [jackett-15.0.1](https://github.com/truecharts/charts/compare/jackett-15.0.0...jackett-15.0.1) (2023-08-30)
## [jackett-15.0.0](https://github.com/truecharts/charts/compare/jackett-14.0.38...jackett-15.0.0) (2023-07-31)
## [jackett-14.0.38](https://github.com/truecharts/charts/compare/jackett-14.0.37...jackett-14.0.38) (2023-07-29)
### Chore
- update helm general non-major ([#10955](https://github.com/truecharts/charts/issues/10955))
## [jackett-14.0.37](https://github.com/truecharts/charts/compare/jackett-14.0.36...jackett-14.0.37) (2023-07-08)
### Chore
- bump jackett
### Fix
- revert new container to old container
## [jackett-14.0.36](https://github.com/truecharts/charts/compare/jackett-14.0.35...jackett-14.0.36) (2023-07-06)
### Chore
- update container image tccr.io/truecharts/jackett to v0.20.4145 ([#10200](https://github.com/truecharts/charts/issues/10200))
## [jackett-14.0.35](https://github.com/truecharts/charts/compare/jackett-14.0.34...jackett-14.0.35) (2023-07-01)
### Chore
- update helm general non-major ([#10069](https://github.com/truecharts/charts/issues/10069))
## [jackett-14.0.34](https://github.com/truecharts/charts/compare/jackett-14.0.33...jackett-14.0.34) (2023-06-13)
### Chore
- update helm chart common to 12.14.2 ([#9599](https://github.com/truecharts/charts/issues/9599))
## [jackett-14.0.33](https://github.com/truecharts/charts/compare/jackett-14.0.32...jackett-14.0.33) (2023-06-11)
### Chore
- update helm general non-major ([#9558](https://github.com/truecharts/charts/issues/9558))
## [jackett-14.0.32](https://github.com/truecharts/charts/compare/jackett-14.0.31...jackett-14.0.32) (2023-06-07)
### Chore
- update helm general non-major ([#9457](https://github.com/truecharts/charts/issues/9457))
## [jackett-14.0.31](https://github.com/truecharts/charts/compare/jackett-14.0.30...jackett-14.0.31) (2023-06-07)
### Chore
- update helm general non-major ([#9423](https://github.com/truecharts/charts/issues/9423))
## [jackett-14.0.30](https://github.com/truecharts/charts/compare/jackett-14.0.29...jackett-14.0.30) (2023-06-04)
### Chore
- update helm general non-major ([#9393](https://github.com/truecharts/charts/issues/9393))

View File

@ -0,0 +1,30 @@
apiVersion: v2
appVersion: "0.20.2297"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 14.0.1
deprecated: false
description: API Support for your favorite torrent trackers.
home: https://truecharts.org/charts/stable/jackett
icon: https://truecharts.org/img/hotlink-ok/chart-icons/jackett.png
keywords:
- jackett
- torrent
- usenet
kubeVersion: ">=1.16.0-0"
maintainers:
- email: info@truecharts.org
name: TrueCharts
url: https://truecharts.org
name: jackett
sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/jackett
- https://github.com/Jackett/Jackett
type: application
version: 15.0.1
annotations:
truecharts.org/catagories: |
- media
- test
truecharts.org/SCALE-support: "true"

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/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,4 @@
## [jackett-15.0.1](https://github.com/truecharts/charts/compare/jackett-15.0.0...jackett-15.0.1) (2023-08-30)

View File

@ -0,0 +1,8 @@
API Support for your favorite torrent trackers.
This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/charts/stable/jackett](https://truecharts.org/charts/stable/jackett)
---
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,38 @@
image:
repository: tccr.io/truecharts/jackett
pullPolicy: IfNotPresent
tag: v0.20.2297@sha256:4de1541011cb56935ba5a8e28a58f6cbcf62a903393dc94581eda0b6e2aa117c
securityContext:
container:
readOnlyRootFilesystem: false
service:
main:
ports:
main:
protocol: http
targetPort: 9117
port: 9117
workload:
main:
podSpec:
containers:
main:
probes:
liveness:
path: "/UI/Login"
readiness:
path: "/UI/Login"
startup:
path: "/UI/Login"
persistence:
config:
enabled: true
mountPath: "/config"
portal:
open:
enabled: true

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" . }}

View File

View File

@ -5,6 +5,7 @@
## [papermerge-8.0.0](https://github.com/truecharts/charts/compare/papermerge-7.0.26...papermerge-8.0.0) (2023-07-31)
@ -96,4 +97,3 @@
## [papermerge-7.0.17](https://github.com/truecharts/charts/compare/papermerge-7.0.16...papermerge-7.0.17) (2023-05-26)

View File

@ -1,30 +1,31 @@
apiVersion: v2
kubeVersion: ">=1.16.0-0"
name: papermerge
version: 8.0.0
appVersion: "2.1.9"
description: Papermerge is an open source document management system (DMS) primarily designed for archiving and retrieving your digital documents.
type: application
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 14.0.3
- condition: redis.enabled
name: redis
repository: https://deps.truecharts.org
version: 7.0.6
deprecated: false
description: Papermerge is an open source document management system (DMS) primarily designed for archiving and retrieving your digital documents.
home: https://truecharts.org/charts/stable/papermerge
icon: https://truecharts.org/img/hotlink-ok/chart-icons/papermerge.png
keywords:
- papermerge
sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/papermerge
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 14.0.1
- condition: redis.enabled
name: redis
repository: https://deps.truecharts.org
version: 6.0.66
kubeVersion: ">=1.16.0-0"
maintainers:
- email: info@truecharts.org
name: TrueCharts
url: https://truecharts.org
name: papermerge
sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/papermerge
- https://github.com/ciur/papermerge
type: application
version: 8.0.0
annotations:
truecharts.org/catagories: |
- incubator
- media
truecharts.org/SCALE-support: "true"

Binary file not shown.

Binary file not shown.

View File

@ -2,39 +2,71 @@ image:
repository: tccr.io/truecharts/papermerge
pullPolicy: IfNotPresent
tag: v2.1.9@sha256:b87fe0209a685badebab23d678ea8c9a5aba799df413c73f3c4ad40ade629574
service:
main:
ports:
main:
targetPort: 8000
port: 10141
persistence:
config:
enabled: true
mountPath: "/config"
varrun:
enabled: true
redis:
enabled: true
redisUsername: papermerge
portal:
open:
enabled: true
securityContext:
container:
runAsNonRoot: false
readOnlyRootFilesystem: false
runAsUser: 0
runAsGroup: 0
service:
main:
ports:
main:
targetPort: 8000
port: 10141
workload:
main:
podSpec:
containers:
main:
env:
REDIS_URL:
PAPERMERGE__MAIN__TIMEZONE: "{{ .Values.TZ }}"
DJANGO_SUPERUSER_EMAIL: admin@example.com
DJANGO_SUPERUSER_USENAME: admin
DJANGO_SUPERUSER_PASSWORD: my_admin_password123
PAPERMERGE__MAIN__SECRET_KEY:
secretKeyRef:
name: papermerge-secrets
key: PAPERMERGE__MAIN__SECRET_KEY
PAPERMERGE__DATABASE__TYPE: postgres
PAPERMERGE__DATABASE__NAME: "{{ .Values.cnpg.main.database }}"
PAPERMERGE__DATABASE__USER: "{{ .Values.cnpg.main.user }}"
PAPERMERGE__DATABASE__PORT: 5432
PAPERMERGE__DATABASE__HOST:
secretKeyRef:
name: cnpg-main-urls
key: host
PAPERMERGE__DATABASE__PASSWORD:
secretKeyRef:
name: cnpg-main-user
key: password
PAPERMERGE__REDIS__PORT: 6379
PAPERMERGE__REDIS__HOST:
secretKeyRef:
expandObjectName: false
name: '{{ printf "%s-%s" .Release.Name "rediscreds" }}'
key: url
key: plainhost
persistence:
config:
enabled: true
mountPath: "/config"
varrun:
enabled: true
redis:
enabled: true
redisUsername: papermerge
cnpg:
main:
enabled: true
user: papermerge
database: papermerge
portal:
open:
enabled: true

View File

@ -101,6 +101,35 @@ questions:
type: dict
attrs:
- variable: env
group: App Configuration
label: Image Environment
schema:
additional_attrs: true
type: dict
attrs:
- variable: DJANGO_SUPERUSER_EMAIL
label: SuperUser Email
description: Admin email
schema:
type: string
required: true
default: ""
- variable: DJANGO_SUPERUSER_USENAME
label: SuperUser UserName
description: Admin user
schema:
type: string
required: true
default: ""
- variable: DJANGO_SUPERUSER_PASSWORD
label: SuperUser Password
description: Admin Password
schema:
type: string
required: true
private: true
default: ""
- variable: envList
label: Extra Environment Variables

View File

@ -0,0 +1,13 @@
{{/* Define the secrets */}}
{{- define "papermerge.secrets" -}}
{{- $secretName := (printf "%s-papermerge-secrets" (include "tc.v1.common.lib.chart.names.fullname" $)) -}}
{{- $pass_key := randAlphaNum 32 -}}
{{- with (lookup "v1" "Secret" .Release.Namespace $secretName) -}}
{{- $pass_key = index .data "PAPERMERGE__MAIN__SECRET_KEY" | b64dec -}}
{{- end }}
enabled: true
data:
PAPERMERGE__MAIN__SECRET_KEY: {{ $pass_key }}
{{- end -}}

View File

@ -1 +1,11 @@
{{ include "tc.v1.common.loader.all" . }}
{{/* Make sure all variables are set properly */}}
{{- include "tc.v1.common.loader.init" . }}
{{/* Render secrets for papermerge */}}
{{- $secrets := include "papermerge.secrets" . | fromYaml -}}
{{- if $secrets -}}
{{- $_ := set .Values.secret "papermerge-secrets" $secrets -}}
{{- end -}}
{{/* Render the templates */}}
{{ include "tc.v1.common.loader.apply" . }}

View File

@ -1,5 +1,5 @@
icon_url: https://truecharts.org/img/hotlink-ok/chart-icons/papermerge.png
categories:
- incubator
- media
screenshots: []