Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
b199d16bc0
commit
65c8527f56
|
@ -0,0 +1,99 @@
|
|||
**Important:**
|
||||
*for the complete changelog, please refer to the website*
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [acestream-3.0.3](https://github.com/truecharts/charts/compare/acestream-3.0.2...acestream-3.0.3) (2023-12-06)
|
||||
|
||||
|
||||
|
||||
|
||||
## [acestream-3.0.3](https://github.com/truecharts/charts/compare/acestream-3.0.2...acestream-3.0.3) (2023-12-06)
|
||||
|
||||
|
||||
|
||||
|
||||
## [acestream-3.0.3](https://github.com/truecharts/charts/compare/acestream-3.0.2...acestream-3.0.3) (2023-12-06)
|
||||
|
||||
|
||||
|
||||
|
||||
## [acestream-3.0.2](https://github.com/truecharts/charts/compare/acestream-3.0.1...acestream-3.0.2) (2023-12-03)
|
||||
|
||||
### Chore
|
||||
|
||||
- bump everything to ensure catalog has latest versions
|
||||
|
||||
|
||||
|
||||
|
||||
## [acestream-3.0.1](https://github.com/truecharts/charts/compare/acestream-4.0.0...acestream-3.0.1) (2023-12-02)
|
||||
|
||||
### Chore
|
||||
|
||||
- fix annotations again
|
||||
- update annotations
|
||||
- cleanup chart.yaml and add min-max scale version
|
||||
- Fix typo in categories and make them singular ([#13693](https://github.com/truecharts/charts/issues/13693))
|
||||
|
||||
### Fix
|
||||
|
||||
- ensure all questions.yaml can be rendered ([#15612](https://github.com/truecharts/charts/issues/15612))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [acestream-4.0.0](https://github.com/truecharts/charts/compare/acestream-3.0.0...acestream-4.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
|
||||
|
||||
|
||||
|
||||
|
||||
## [acestream-3.0.0](https://github.com/truecharts/charts/compare/acestream-2.0.17...acestream-3.0.0) (2023-02-15)
|
||||
|
||||
|
||||
|
||||
|
||||
## [acestream-2.0.17](https://github.com/truecharts/charts/compare/acestream-2.0.16...acestream-2.0.17) (2023-02-15)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/acestream to latest
|
||||
|
||||
|
||||
|
||||
|
||||
## [acestream-2.0.16](https://github.com/truecharts/charts/compare/acestream-2.0.15...acestream-2.0.16) (2023-02-10)
|
||||
|
||||
### Fix
|
||||
|
||||
- ensure new helm deps repo is used in latest releases as well.
|
||||
|
||||
|
||||
|
||||
|
||||
## [acestream-2.0.15](https://github.com/truecharts/charts/compare/acestream-2.0.14...acestream-2.0.15) (2023-02-03)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/acestream to latest
|
||||
|
||||
|
|
@ -0,0 +1,36 @@
|
|||
kubeVersion: ">=1.24.0"
|
||||
apiVersion: v2
|
||||
name: acestream
|
||||
version: 4.0.0
|
||||
appVersion: 2.0.2.8
|
||||
description: IPTV service providing streaming, playlist, search engine and epg.
|
||||
home: https://truecharts.org/charts/incubator/acestream
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/acestream.png
|
||||
deprecated: false
|
||||
sources:
|
||||
- https://github.com/vstavrinov/acestream-service
|
||||
- https://github.com/truecharts/charts/tree/master/charts/incubator/acestream
|
||||
- https://hub.docker.com/r/vstavrinov/acestream-service
|
||||
maintainers:
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
||||
url: https://truecharts.org
|
||||
keywords:
|
||||
- acestream
|
||||
- MediaServer-Video
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 16.0.0
|
||||
repository: https://library-charts.truecharts.org
|
||||
condition: ""
|
||||
alias: ""
|
||||
tags: []
|
||||
import-values: []
|
||||
annotations:
|
||||
max_scale_version: 23.10.1
|
||||
min_scale_version: 22.12.4
|
||||
truecharts.org/SCALE-support: "true"
|
||||
truecharts.org/category: MediaServer-Video
|
||||
truecharts.org/max_helm_version: "3.13"
|
||||
truecharts.org/min_helm_version: "3.12"
|
||||
truecharts.org/train: incubator
|
|
@ -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*
|
|
@ -0,0 +1,8 @@
|
|||
IPTV service providing streaming, playlist, search engine and epg.
|
||||
|
||||
This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/charts/incubator/acestream](https://truecharts.org/charts/incubator/acestream)
|
||||
|
||||
---
|
||||
|
||||
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.
|
@ -0,0 +1,31 @@
|
|||
image:
|
||||
pullPolicy: IfNotPresent
|
||||
repository: vstavrinov/acestream-service
|
||||
tag: 2.0.2.8@sha256:f70398ee687e499bf967201706b7fa33d3df71bf30de9a8bf2c40af0e46dd9a4
|
||||
persistence:
|
||||
acestreamcache:
|
||||
enabled: true
|
||||
mountPath: /srv/acestream/.ACEStream
|
||||
portal:
|
||||
enabled: true
|
||||
securityContext:
|
||||
container:
|
||||
readOnlyRootFilesystem: false
|
||||
runAsGroup: 0
|
||||
runAsNonRoot: false
|
||||
runAsUser: 0
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
main:
|
||||
port: 8008
|
||||
protocol: TCP
|
||||
workload:
|
||||
main:
|
||||
podSpec:
|
||||
containers:
|
||||
main:
|
||||
env:
|
||||
ENTRY: "{{ .Values.service.main.ports.main.port }}"
|
||||
PORT: "{{ .Values.service.main.ports.main.port }}"
|
||||
SCHEME: http
|
File diff suppressed because it is too large
Load Diff
|
@ -0,0 +1,2 @@
|
|||
{{/* Render the templates */}}
|
||||
{{ include "tc.common.loader.all" . }}
|
|
@ -0,0 +1,99 @@
|
|||
**Important:**
|
||||
*for the complete changelog, please refer to the website*
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [adguardhome-sync-3.0.3](https://github.com/truecharts/charts/compare/adguardhome-sync-3.0.2...adguardhome-sync-3.0.3) (2023-12-06)
|
||||
|
||||
|
||||
|
||||
|
||||
## [adguardhome-sync-3.0.3](https://github.com/truecharts/charts/compare/adguardhome-sync-3.0.2...adguardhome-sync-3.0.3) (2023-12-06)
|
||||
|
||||
|
||||
|
||||
|
||||
## [adguardhome-sync-3.0.3](https://github.com/truecharts/charts/compare/adguardhome-sync-3.0.2...adguardhome-sync-3.0.3) (2023-12-06)
|
||||
|
||||
|
||||
|
||||
|
||||
## [adguardhome-sync-3.0.2](https://github.com/truecharts/charts/compare/adguardhome-sync-3.0.1...adguardhome-sync-3.0.2) (2023-12-03)
|
||||
|
||||
### Chore
|
||||
|
||||
- bump everything to ensure catalog has latest versions
|
||||
|
||||
|
||||
|
||||
|
||||
## [adguardhome-sync-3.0.1](https://github.com/truecharts/charts/compare/adguardhome-sync-4.0.0...adguardhome-sync-3.0.1) (2023-12-02)
|
||||
|
||||
### Chore
|
||||
|
||||
- fix annotations again
|
||||
- update annotations
|
||||
- cleanup chart.yaml and add min-max scale version
|
||||
- Fix typo in categories and make them singular ([#13693](https://github.com/truecharts/charts/issues/13693))
|
||||
|
||||
### Fix
|
||||
|
||||
- ensure all questions.yaml can be rendered ([#15612](https://github.com/truecharts/charts/issues/15612))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [adguardhome-sync-4.0.0](https://github.com/truecharts/charts/compare/adguardhome-sync-3.0.0...adguardhome-sync-4.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
|
||||
|
||||
|
||||
|
||||
|
||||
## [adguardhome-sync-3.0.0](https://github.com/truecharts/charts/compare/adguardhome-sync-2.0.13...adguardhome-sync-3.0.0) (2023-02-19)
|
||||
|
||||
|
||||
|
||||
|
||||
## [adguardhome-sync-2.0.13](https://github.com/truecharts/charts/compare/adguardhome-sync-2.0.12...adguardhome-sync-2.0.13) (2023-02-15)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/adguardhome-sync to latest
|
||||
|
||||
|
||||
|
||||
|
||||
## [adguardhome-sync-2.0.12](https://github.com/truecharts/charts/compare/adguardhome-sync-2.0.11...adguardhome-sync-2.0.12) (2023-02-10)
|
||||
|
||||
### Fix
|
||||
|
||||
- ensure new helm deps repo is used in latest releases as well.
|
||||
|
||||
|
||||
|
||||
|
||||
## [adguardhome-sync-2.0.11](https://github.com/truecharts/charts/compare/adguardhome-sync-2.0.10...adguardhome-sync-2.0.11) (2023-01-04)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/adguardhome-sync to latest
|
||||
|
||||
|
|
@ -0,0 +1,36 @@
|
|||
kubeVersion: ">=1.24.0"
|
||||
apiVersion: v2
|
||||
name: adguardhome-sync
|
||||
version: 4.0.0
|
||||
appVersion: 0.5.1
|
||||
description: Synchronize AdGuardHome config to replica instances.
|
||||
home: https://truecharts.org/charts/incubator/adguardhome-sync
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/adguardhome-sync.png
|
||||
deprecated: false
|
||||
sources:
|
||||
- https://github.com/bakito/adguardhome-sync/
|
||||
- https://github.com/truecharts/charts/tree/master/charts/incubator/adguardhome-sync
|
||||
- https://ghcr.io/bakito/adguardhome-sync
|
||||
maintainers:
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
||||
url: https://truecharts.org
|
||||
keywords:
|
||||
- adguardhome-sync
|
||||
- Other
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 16.0.0
|
||||
repository: https://library-charts.truecharts.org
|
||||
condition: ""
|
||||
alias: ""
|
||||
tags: []
|
||||
import-values: []
|
||||
annotations:
|
||||
max_scale_version: 23.10.1
|
||||
min_scale_version: 22.12.4
|
||||
truecharts.org/SCALE-support: "true"
|
||||
truecharts.org/category: Other
|
||||
truecharts.org/max_helm_version: "3.13"
|
||||
truecharts.org/min_helm_version: "3.12"
|
||||
truecharts.org/train: incubator
|
|
@ -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*
|
|
@ -0,0 +1,8 @@
|
|||
Synchronize AdGuardHome config to replica instances.
|
||||
|
||||
This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/charts/incubator/adguardhome-sync](https://truecharts.org/charts/incubator/adguardhome-sync)
|
||||
|
||||
---
|
||||
|
||||
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.
|
@ -0,0 +1,42 @@
|
|||
image:
|
||||
pullPolicy: IfNotPresent
|
||||
repository: ghcr.io/bakito/adguardhome-sync
|
||||
tag: v0.5.1@sha256:34c718be3a9a7587e744d70a6d6cb9ed731fd9abbee4994fa920fa7e51d595c2
|
||||
portal:
|
||||
enabled: true
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
main:
|
||||
port: 8080
|
||||
protocol: HTTP
|
||||
targetPort: 8080
|
||||
workload:
|
||||
main:
|
||||
podSpec:
|
||||
containers:
|
||||
main:
|
||||
args:
|
||||
- run
|
||||
env:
|
||||
CRON: "*/10 * * * *"
|
||||
FEATURES_CLIENTSETTINGS: "true"
|
||||
FEATURES_DHCP_SERVERCONFIG: "true"
|
||||
FEATURES_DHCP_STATICLEASES: "true"
|
||||
FEATURES_DNS_ACCESSLISTS: "true"
|
||||
FEATURES_DNS_REWRITES: "true"
|
||||
FEATURES_DNS_SERVERCONFIG: "true"
|
||||
FEATURES_FILTERS: "true"
|
||||
FEATURES_GENERALSETTINGS: "true"
|
||||
FEATURES_QUERYLOGCONFIG: "true"
|
||||
FEATURES_SERVICES: "true"
|
||||
FEATURES_STATSCONFIG: "true"
|
||||
ORIGIN_PASSWORD: password
|
||||
ORIGIN_URL: https://192.168.1.2:3000
|
||||
ORIGIN_USERNAME: username
|
||||
REPLICA_AUTOSETUP: "false"
|
||||
REPLICA_INTERFACENAME: ""
|
||||
REPLICA_PASSWORD: password
|
||||
REPLICA_URL: http://192.168.1.3
|
||||
REPLICA_USERNAME: username
|
||||
RUNONSTART: "true"
|
File diff suppressed because it is too large
Load Diff
|
@ -0,0 +1,2 @@
|
|||
{{/* Render the templates */}}
|
||||
{{ include "tc.common.loader.all" . }}
|
|
@ -0,0 +1,99 @@
|
|||
**Important:**
|
||||
*for the complete changelog, please refer to the website*
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [alienswarm-reactivedrop-2.0.12](https://github.com/truecharts/charts/compare/alienswarm-reactivedrop-2.0.11...alienswarm-reactivedrop-2.0.12) (2023-12-06)
|
||||
|
||||
|
||||
|
||||
|
||||
## [alienswarm-reactivedrop-2.0.12](https://github.com/truecharts/charts/compare/alienswarm-reactivedrop-2.0.11...alienswarm-reactivedrop-2.0.12) (2023-12-06)
|
||||
|
||||
|
||||
|
||||
|
||||
## [alienswarm-reactivedrop-2.0.12](https://github.com/truecharts/charts/compare/alienswarm-reactivedrop-2.0.11...alienswarm-reactivedrop-2.0.12) (2023-12-06)
|
||||
|
||||
|
||||
|
||||
|
||||
## [alienswarm-reactivedrop-2.0.11](https://github.com/truecharts/charts/compare/alienswarm-reactivedrop-2.0.10...alienswarm-reactivedrop-2.0.11) (2023-12-03)
|
||||
|
||||
### Chore
|
||||
|
||||
- bump everything to ensure catalog has latest versions
|
||||
|
||||
|
||||
|
||||
|
||||
## [alienswarm-reactivedrop-2.0.10](https://github.com/truecharts/charts/compare/alienswarm-reactivedrop-3.0.0...alienswarm-reactivedrop-2.0.10) (2023-12-02)
|
||||
|
||||
### Chore
|
||||
|
||||
- fix annotations again
|
||||
- update annotations
|
||||
- cleanup chart.yaml and add min-max scale version
|
||||
- Fix typo in categories and make them singular ([#13693](https://github.com/truecharts/charts/issues/13693))
|
||||
|
||||
### Fix
|
||||
|
||||
- ensure all questions.yaml can be rendered ([#15612](https://github.com/truecharts/charts/issues/15612))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [alienswarm-reactivedrop-3.0.0](https://github.com/truecharts/charts/compare/alienswarm-reactivedrop-2.0.9...alienswarm-reactivedrop-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))
|
||||
|
||||
|
||||
|
||||
|
||||
## [alienswarm-reactivedrop-2.0.9](https://github.com/truecharts/charts/compare/alienswarm-reactivedrop-2.0.8...alienswarm-reactivedrop-2.0.9) (2023-02-10)
|
||||
|
||||
### Fix
|
||||
|
||||
- ensure new helm deps repo is used in latest releases as well.
|
||||
|
||||
|
||||
|
||||
|
||||
## [alienswarm-reactivedrop-2.0.8](https://github.com/truecharts/charts/compare/alienswarm-reactivedrop-2.0.7...alienswarm-reactivedrop-2.0.8) (2023-02-03)
|
||||
|
||||
### Fix
|
||||
|
||||
- clean more non-link sources ([#6925](https://github.com/truecharts/charts/issues/6925))
|
||||
|
||||
|
||||
|
||||
|
||||
## [alienswarm-reactivedrop-2.0.7](https://github.com/truecharts/charts/compare/alienswarm-reactivedrop-2.0.6...alienswarm-reactivedrop-2.0.7) (2022-12-27)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major ([#5856](https://github.com/truecharts/charts/issues/5856))
|
||||
|
||||
|
||||
|
||||
|
||||
## [alienswarm-reactivedrop-2.0.6](https://github.com/truecharts/charts/compare/alienswarm-reactivedrop-2.0.5...alienswarm-reactivedrop-2.0.6) (2022-12-26)
|
||||
|
|
@ -0,0 +1,38 @@
|
|||
kubeVersion: ">=1.24.0"
|
||||
apiVersion: v2
|
||||
name: alienswarm-reactivedrop
|
||||
version: 3.0.0
|
||||
appVersion: alienswarmreactivedrop
|
||||
description:
|
||||
"This Chart will download and install SteamCMD. It will also install
|
||||
Alien Swarm: Reactive Drop and run it."
|
||||
home: https://truecharts.org/charts/incubator/alienswarm-reactivedrop
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/alienswarm-reactivedrop.png
|
||||
deprecated: false
|
||||
sources:
|
||||
- https://hub.docker.com/r/ich777/steamcmd
|
||||
- https://www.steampowered.com/
|
||||
- https://github.com/truecharts/charts/tree/master/charts/incubator/alienswarm-reactivedrop
|
||||
maintainers:
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
||||
url: https://truecharts.org
|
||||
keywords:
|
||||
- alienswarm-reactivedrop
|
||||
- GameServers
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 16.0.0
|
||||
repository: https://library-charts.truecharts.org
|
||||
condition: ""
|
||||
alias: ""
|
||||
tags: []
|
||||
import-values: []
|
||||
annotations:
|
||||
max_scale_version: 23.10.1
|
||||
min_scale_version: 22.12.4
|
||||
truecharts.org/SCALE-support: "true"
|
||||
truecharts.org/category: GameServers
|
||||
truecharts.org/max_helm_version: "3.13"
|
||||
truecharts.org/min_helm_version: "3.12"
|
||||
truecharts.org/train: incubator
|
|
@ -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*
|
|
@ -0,0 +1,8 @@
|
|||
This Chart will download and install SteamCMD. It will also install Alien Swarm: Reactive Drop and run it.
|
||||
|
||||
This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/charts/incubator/alienswarm-reactivedrop](https://truecharts.org/charts/incubator/alienswarm-reactivedrop)
|
||||
|
||||
---
|
||||
|
||||
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.
|
@ -0,0 +1,54 @@
|
|||
image:
|
||||
pullPolicy: IfNotPresent
|
||||
repository: ich777/steamcmd
|
||||
tag: alienswarmreactivedrop@sha256:fbe0f8425e9f427c4510192035e8795166bf4f0011d21060ce3445b409858176
|
||||
persistence:
|
||||
serverfiles:
|
||||
enabled: true
|
||||
mountPath: /serverdata/serverfiles
|
||||
steamcmd:
|
||||
enabled: true
|
||||
mountPath: /serverdata/steamcmd
|
||||
portal:
|
||||
enabled: true
|
||||
securityContext:
|
||||
container:
|
||||
readOnlyRootFilesystem: false
|
||||
runAsGroup: 0
|
||||
runAsNonRoot: false
|
||||
runAsUser: 0
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
main:
|
||||
port: 27015
|
||||
protocol: UDP
|
||||
targetPort: 27015
|
||||
tcprconport:
|
||||
enabled: true
|
||||
ports:
|
||||
tcprconport:
|
||||
enabled: true
|
||||
port: 27015
|
||||
protocol: TCP
|
||||
targetPort: 27015
|
||||
workload:
|
||||
main:
|
||||
podSpec:
|
||||
containers:
|
||||
main:
|
||||
env:
|
||||
GAME_ID: "563560"
|
||||
GAME_NAME: reactivedrop
|
||||
GAME_PARAMS: +map lobby -maxplayers 4 +exec server.cfg
|
||||
GAME_PORT: "27015"
|
||||
PASSWRD: ""
|
||||
USERNAME: ""
|
||||
VALIDATE: "false"
|
||||
probes:
|
||||
liveness:
|
||||
port: "{{ .Values.service.tcprconport.ports.tcprconport.targetPort }}"
|
||||
readiness:
|
||||
port: "{{ .Values.service.tcprconport.ports.tcprconport.targetPort }}"
|
||||
startup:
|
||||
port: "{{ .Values.service.tcprconport.ports.tcprconport.targetPort }}"
|
File diff suppressed because it is too large
Load Diff
|
@ -0,0 +1,2 @@
|
|||
{{/* Render the templates */}}
|
||||
{{ include "tc.common.loader.all" . }}
|
|
@ -0,0 +1,99 @@
|
|||
**Important:**
|
||||
*for the complete changelog, please refer to the website*
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [alienswarm-2.0.11](https://github.com/truecharts/charts/compare/alienswarm-2.0.10...alienswarm-2.0.11) (2023-12-06)
|
||||
|
||||
|
||||
|
||||
|
||||
## [alienswarm-2.0.11](https://github.com/truecharts/charts/compare/alienswarm-2.0.10...alienswarm-2.0.11) (2023-12-06)
|
||||
|
||||
|
||||
|
||||
|
||||
## [alienswarm-2.0.11](https://github.com/truecharts/charts/compare/alienswarm-2.0.10...alienswarm-2.0.11) (2023-12-06)
|
||||
|
||||
|
||||
|
||||
|
||||
## [alienswarm-2.0.10](https://github.com/truecharts/charts/compare/alienswarm-2.0.9...alienswarm-2.0.10) (2023-12-03)
|
||||
|
||||
### Chore
|
||||
|
||||
- bump everything to ensure catalog has latest versions
|
||||
|
||||
|
||||
|
||||
|
||||
## [alienswarm-2.0.9](https://github.com/truecharts/charts/compare/alienswarm-3.0.0...alienswarm-2.0.9) (2023-12-02)
|
||||
|
||||
### Chore
|
||||
|
||||
- fix annotations again
|
||||
- update annotations
|
||||
- cleanup chart.yaml and add min-max scale version
|
||||
- Fix typo in categories and make them singular ([#13693](https://github.com/truecharts/charts/issues/13693))
|
||||
|
||||
### Fix
|
||||
|
||||
- ensure all questions.yaml can be rendered ([#15612](https://github.com/truecharts/charts/issues/15612))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [alienswarm-3.0.0](https://github.com/truecharts/charts/compare/alienswarm-2.0.8...alienswarm-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))
|
||||
|
||||
|
||||
|
||||
|
||||
## [alienswarm-2.0.8](https://github.com/truecharts/charts/compare/alienswarm-reactivedrop-2.0.8...alienswarm-2.0.8) (2023-02-10)
|
||||
|
||||
### Fix
|
||||
|
||||
- ensure new helm deps repo is used in latest releases as well.
|
||||
|
||||
|
||||
|
||||
|
||||
## [alienswarm-2.0.7](https://github.com/truecharts/charts/compare/alienswarm-2.0.6...alienswarm-2.0.7) (2022-12-27)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major ([#5856](https://github.com/truecharts/charts/issues/5856))
|
||||
|
||||
|
||||
|
||||
|
||||
## [alienswarm-2.0.6](https://github.com/truecharts/charts/compare/alienswarm-2.0.5...alienswarm-2.0.6) (2022-12-26)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major ([#5839](https://github.com/truecharts/charts/issues/5839))
|
||||
|
||||
|
||||
|
||||
|
||||
## [alienswarm-2.0.5](https://github.com/truecharts/charts/compare/alienswarm-2.0.4...alienswarm-2.0.5) (2022-12-25)
|
||||
|
|
@ -0,0 +1,38 @@
|
|||
kubeVersion: ">=1.24.0"
|
||||
apiVersion: v2
|
||||
name: alienswarm
|
||||
version: 3.0.0
|
||||
appVersion: alienswarm
|
||||
description:
|
||||
This Chart will download and install SteamCMD. It will also install Alien
|
||||
Swarm and run it.
|
||||
home: https://truecharts.org/charts/incubator/alienswarm
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/alienswarm.png
|
||||
deprecated: false
|
||||
sources:
|
||||
- https://www.steampowered.com/
|
||||
- https://github.com/truecharts/charts/tree/master/charts/incubator/alienswarm
|
||||
- https://hub.docker.com/r/ich777/steamcmd
|
||||
maintainers:
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
||||
url: https://truecharts.org
|
||||
keywords:
|
||||
- alienswarm
|
||||
- GameServers
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 16.0.0
|
||||
repository: https://library-charts.truecharts.org
|
||||
condition: ""
|
||||
alias: ""
|
||||
tags: []
|
||||
import-values: []
|
||||
annotations:
|
||||
max_scale_version: 23.10.1
|
||||
min_scale_version: 22.12.4
|
||||
truecharts.org/SCALE-support: "true"
|
||||
truecharts.org/category: GameServers
|
||||
truecharts.org/max_helm_version: "3.13"
|
||||
truecharts.org/min_helm_version: "3.12"
|
||||
truecharts.org/train: incubator
|
|
@ -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*
|
|
@ -0,0 +1,8 @@
|
|||
This Chart will download and install SteamCMD. It will also install Alien Swarm and run it.
|
||||
|
||||
This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/charts/incubator/alienswarm](https://truecharts.org/charts/incubator/alienswarm)
|
||||
|
||||
---
|
||||
|
||||
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.
|
@ -0,0 +1,54 @@
|
|||
image:
|
||||
pullPolicy: IfNotPresent
|
||||
repository: ich777/steamcmd
|
||||
tag: alienswarm@sha256:b4fc6b67678589c7ff1035ebbdef631f40efa7886c14e93b1f640de10563d422
|
||||
persistence:
|
||||
serverfiles:
|
||||
enabled: true
|
||||
mountPath: /serverdata/serverfiles
|
||||
steamcmd:
|
||||
enabled: true
|
||||
mountPath: /serverdata/steamcmd
|
||||
portal:
|
||||
enabled: true
|
||||
securityContext:
|
||||
container:
|
||||
readOnlyRootFilesystem: false
|
||||
runAsGroup: 0
|
||||
runAsNonRoot: false
|
||||
runAsUser: 0
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
main:
|
||||
port: 27015
|
||||
protocol: UDP
|
||||
targetPort: 27015
|
||||
tcprconport:
|
||||
enabled: true
|
||||
ports:
|
||||
tcprconport:
|
||||
enabled: true
|
||||
port: 27015
|
||||
protocol: TCP
|
||||
targetPort: 27015
|
||||
workload:
|
||||
main:
|
||||
podSpec:
|
||||
containers:
|
||||
main:
|
||||
env:
|
||||
GAME_ID: "635"
|
||||
GAME_NAME: swarm
|
||||
GAME_PARAMS: +map lobby -maxplayers 4 +exec server.cfg
|
||||
GAME_PORT: "27015"
|
||||
PASSWRD: ""
|
||||
USERNAME: ""
|
||||
VALIDATE: "false"
|
||||
probes:
|
||||
liveness:
|
||||
port: "{{ .Values.service.tcprconport.ports.tcprconport.targetPort }}"
|
||||
readiness:
|
||||
port: "{{ .Values.service.tcprconport.ports.tcprconport.targetPort }}"
|
||||
startup:
|
||||
port: "{{ .Values.service.tcprconport.ports.tcprconport.targetPort }}"
|
File diff suppressed because it is too large
Load Diff
|
@ -0,0 +1,2 @@
|
|||
{{/* Render the templates */}}
|
||||
{{ include "tc.common.loader.all" . }}
|
|
@ -0,0 +1,99 @@
|
|||
**Important:**
|
||||
*for the complete changelog, please refer to the website*
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [americasarmy-pg-2.0.13](https://github.com/truecharts/charts/compare/americasarmy-pg-2.0.12...americasarmy-pg-2.0.13) (2023-12-06)
|
||||
|
||||
|
||||
|
||||
|
||||
## [americasarmy-pg-2.0.13](https://github.com/truecharts/charts/compare/americasarmy-pg-2.0.12...americasarmy-pg-2.0.13) (2023-12-06)
|
||||
|
||||
|
||||
|
||||
|
||||
## [americasarmy-pg-2.0.13](https://github.com/truecharts/charts/compare/americasarmy-pg-2.0.12...americasarmy-pg-2.0.13) (2023-12-06)
|
||||
|
||||
|
||||
|
||||
|
||||
## [americasarmy-pg-2.0.12](https://github.com/truecharts/charts/compare/americasarmy-pg-2.0.11...americasarmy-pg-2.0.12) (2023-12-03)
|
||||
|
||||
### Chore
|
||||
|
||||
- bump everything to ensure catalog has latest versions
|
||||
|
||||
|
||||
|
||||
|
||||
## [americasarmy-pg-2.0.11](https://github.com/truecharts/charts/compare/americasarmy-pg-2.0.10...americasarmy-pg-2.0.11) (2023-12-02)
|
||||
|
||||
### Chore
|
||||
|
||||
- fix annotations again
|
||||
- update annotations
|
||||
- cleanup chart.yaml and add min-max scale version
|
||||
|
||||
### Fix
|
||||
|
||||
- ensure all questions.yaml can be rendered ([#15612](https://github.com/truecharts/charts/issues/15612))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [americasarmy-pg-2.0.10](https://github.com/truecharts/charts/compare/americasarmy-pg-3.0.0...americasarmy-pg-2.0.10) (2023-11-18)
|
||||
|
||||
### Chore
|
||||
|
||||
- Fix typo in categories and make them singular ([#13693](https://github.com/truecharts/charts/issues/13693))
|
||||
|
||||
### Fix
|
||||
|
||||
- update container image tccr.io/truecharts/americasarmy-pg to latest ([#14825](https://github.com/truecharts/charts/issues/14825))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [americasarmy-pg-3.0.0](https://github.com/truecharts/charts/compare/americasarmy-pg-2.0.9...americasarmy-pg-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))
|
||||
|
||||
|
||||
|
||||
|
||||
## [americasarmy-pg-2.0.9](https://github.com/truecharts/charts/compare/americasarmy-pg-2.0.8...americasarmy-pg-2.0.9) (2023-02-10)
|
||||
|
||||
### Fix
|
||||
|
||||
- ensure new helm deps repo is used in latest releases as well.
|
||||
|
||||
|
||||
|
||||
|
||||
## [americasarmy-pg-2.0.8](https://github.com/truecharts/charts/compare/americasarmy-pg-2.0.7...americasarmy-pg-2.0.8) (2023-02-03)
|
||||
|
||||
### Fix
|
||||
|
||||
- clean more non-link sources ([#6925](https://github.com/truecharts/charts/issues/6925))
|
||||
|
||||
|
||||
|
|
@ -0,0 +1,38 @@
|
|||
kubeVersion: ">=1.24.0"
|
||||
apiVersion: v2
|
||||
name: americasarmy-pg
|
||||
version: 3.0.0
|
||||
appVersion: aaprovinggrounds
|
||||
description:
|
||||
"This Chart will download and install SteamCMD. It will also install
|
||||
America's Army: Proving Grounds and run it."
|
||||
home: https://truecharts.org/charts/incubator/americasarmy-pg
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/americasarmy-pg.png
|
||||
deprecated: false
|
||||
sources:
|
||||
- https://www.americasarmy.com/
|
||||
- https://github.com/truecharts/charts/tree/master/charts/incubator/americasarmy-pg
|
||||
- https://hub.docker.com/r/ich777/steamcmd
|
||||
maintainers:
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
||||
url: https://truecharts.org
|
||||
keywords:
|
||||
- americasarmy-pg
|
||||
- GameServers
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 16.0.0
|
||||
repository: https://library-charts.truecharts.org
|
||||
condition: ""
|
||||
alias: ""
|
||||
tags: []
|
||||
import-values: []
|
||||
annotations:
|
||||
max_scale_version: 23.10.1
|
||||
min_scale_version: 22.12.4
|
||||
truecharts.org/SCALE-support: "true"
|
||||
truecharts.org/category: GameServers
|
||||
truecharts.org/max_helm_version: "3.13"
|
||||
truecharts.org/min_helm_version: "3.12"
|
||||
truecharts.org/train: incubator
|
|
@ -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*
|
|
@ -0,0 +1,8 @@
|
|||
This Chart will download and install SteamCMD. It will also install America's Army: Proving Grounds and run it.
|
||||
|
||||
This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/charts/incubator/americasarmy-pg](https://truecharts.org/charts/incubator/americasarmy-pg)
|
||||
|
||||
---
|
||||
|
||||
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.
|
@ -0,0 +1,53 @@
|
|||
image:
|
||||
pullPolicy: IfNotPresent
|
||||
repository: ich777/steamcmd
|
||||
tag: aaprovinggrounds@sha256:751dc7c3c2cb3dd80df35450f79af4c0eba6f320b5818fe6c80c6d6fa7cad03a
|
||||
persistence:
|
||||
serverfiles:
|
||||
enabled: true
|
||||
mountPath: /serverdata/serverfiles
|
||||
steamcmd:
|
||||
enabled: true
|
||||
mountPath: /serverdata/steamcmd
|
||||
portal:
|
||||
enabled: true
|
||||
securityContext:
|
||||
container:
|
||||
readOnlyRootFilesystem: false
|
||||
runAsGroup: 0
|
||||
runAsNonRoot: false
|
||||
runAsUser: 0
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
main:
|
||||
port: 8778
|
||||
protocol: UDP
|
||||
targetPort: 8778
|
||||
steamqueryport:
|
||||
enabled: true
|
||||
ports:
|
||||
steamqueryport:
|
||||
enabled: true
|
||||
port: 27015
|
||||
protocol: UDP
|
||||
targetPort: 27015
|
||||
workload:
|
||||
main:
|
||||
podSpec:
|
||||
containers:
|
||||
main:
|
||||
env:
|
||||
GAME_ID: "203300"
|
||||
GAME_PARAMS: -port=7778 -SAP=8778 -SQP=27015 -aauregion=1 -log=Server.log
|
||||
PASSWRD: ""
|
||||
SRV_NAME: Army Docker
|
||||
USERNAME: ""
|
||||
VALIDATE: "false"
|
||||
probes:
|
||||
liveness:
|
||||
enabled: false
|
||||
readiness:
|
||||
enabled: false
|
||||
startup:
|
||||
enabled: false
|
File diff suppressed because it is too large
Load Diff
|
@ -0,0 +1,2 @@
|
|||
{{/* Render the templates */}}
|
||||
{{ include "tc.common.loader.all" . }}
|
|
@ -0,0 +1,99 @@
|
|||
**Important:**
|
||||
*for the complete changelog, please refer to the website*
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [android-8-0-2.0.12](https://github.com/truecharts/charts/compare/android-8-0-2.0.11...android-8-0-2.0.12) (2023-12-06)
|
||||
|
||||
|
||||
|
||||
|
||||
## [android-8-0-2.0.12](https://github.com/truecharts/charts/compare/android-8-0-2.0.11...android-8-0-2.0.12) (2023-12-06)
|
||||
|
||||
|
||||
|
||||
|
||||
## [android-8-0-2.0.12](https://github.com/truecharts/charts/compare/android-8-0-2.0.11...android-8-0-2.0.12) (2023-12-06)
|
||||
|
||||
|
||||
|
||||
|
||||
## [android-8-0-2.0.11](https://github.com/truecharts/charts/compare/android-8-0-2.0.10...android-8-0-2.0.11) (2023-12-03)
|
||||
|
||||
### Chore
|
||||
|
||||
- bump everything to ensure catalog has latest versions
|
||||
|
||||
|
||||
|
||||
|
||||
## [android-8-0-2.0.10](https://github.com/truecharts/charts/compare/android-8-0-3.0.0...android-8-0-2.0.10) (2023-12-02)
|
||||
|
||||
### Chore
|
||||
|
||||
- fix annotations again
|
||||
- update annotations
|
||||
- cleanup chart.yaml and add min-max scale version
|
||||
- Fix typo in categories and make them singular ([#13693](https://github.com/truecharts/charts/issues/13693))
|
||||
|
||||
### Fix
|
||||
|
||||
- ensure all questions.yaml can be rendered ([#15612](https://github.com/truecharts/charts/issues/15612))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [android-8-0-3.0.0](https://github.com/truecharts/charts/compare/android-8-0-2.0.9...android-8-0-3.0.0) (2023-07-31)
|
||||
|
||||
### Fix
|
||||
|
||||
- fix mistakes on questions.yaml
|
||||
- fix indentation ([#8536](https://github.com/truecharts/charts/issues/8536))
|
||||
|
||||
|
||||
|
||||
|
||||
## [android-8-0-2.0.9](https://github.com/truecharts/charts/compare/android-8-0-2.0.8...android-8-0-2.0.9) (2023-02-10)
|
||||
|
||||
### Fix
|
||||
|
||||
- ensure new helm deps repo is used in latest releases as well.
|
||||
|
||||
|
||||
|
||||
|
||||
## [android-8-0-2.0.8](https://github.com/truecharts/charts/compare/android-8-0-2.0.7...android-8-0-2.0.8) (2023-02-03)
|
||||
|
||||
### Fix
|
||||
|
||||
- clean more non-link sources ([#6925](https://github.com/truecharts/charts/issues/6925))
|
||||
|
||||
|
||||
|
||||
|
||||
## [android-8-0-2.0.7](https://github.com/truecharts/charts/compare/android-8-0-2.0.6...android-8-0-2.0.7) (2022-12-27)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major ([#5856](https://github.com/truecharts/charts/issues/5856))
|
||||
|
||||
|
||||
|
||||
|
||||
## [android-8-0-2.0.6](https://github.com/truecharts/charts/compare/android-8-0-2.0.5...android-8-0-2.0.6) (2022-12-26)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major ([#5839](https://github.com/truecharts/charts/issues/5839))
|
||||
|
|
@ -0,0 +1,39 @@
|
|||
kubeVersion: ">=1.24.0"
|
||||
apiVersion: v2
|
||||
name: android-8-0
|
||||
version: 3.0.0
|
||||
appVersion: latest
|
||||
description:
|
||||
Android in Chart solution with noVNC supported and video recording. Work
|
||||
way better with Intel CPUs because AMD doesn't an cpu graphics card. So with amd
|
||||
cpus can be unusable.
|
||||
home: https://truecharts.org/charts/incubator/android-8-0
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/android-8-0.png
|
||||
deprecated: false
|
||||
sources:
|
||||
- https://registry.hub.docker.com/r/ulisses1478/docker-android
|
||||
- https://github.com/truecharts/charts/tree/master/charts/incubator/android-8-0
|
||||
- https://hub.docker.com/r/ulisses1478/docker-android
|
||||
maintainers:
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
||||
url: https://truecharts.org
|
||||
keywords:
|
||||
- android-8-0
|
||||
- Other
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 16.0.0
|
||||
repository: https://library-charts.truecharts.org
|
||||
condition: ""
|
||||
alias: ""
|
||||
tags: []
|
||||
import-values: []
|
||||
annotations:
|
||||
max_scale_version: 23.10.1
|
||||
min_scale_version: 22.12.4
|
||||
truecharts.org/SCALE-support: "true"
|
||||
truecharts.org/category: Other
|
||||
truecharts.org/max_helm_version: "3.13"
|
||||
truecharts.org/min_helm_version: "3.12"
|
||||
truecharts.org/train: incubator
|
|
@ -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*
|
|
@ -0,0 +1,8 @@
|
|||
Android in Chart solution with noVNC supported and video recording. Work way better with Intel CPUs because AMD doesn't an cpu graphics card. So with amd cpus can be unusable.
|
||||
|
||||
This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/charts/incubator/android-8-0](https://truecharts.org/charts/incubator/android-8-0)
|
||||
|
||||
---
|
||||
|
||||
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.
|
@ -0,0 +1,31 @@
|
|||
image:
|
||||
pullPolicy: IfNotPresent
|
||||
repository: ulisses1478/docker-android
|
||||
tag: latest@sha256:4607501558b29d81497b528905f7a23253aa2dcf80510bb27825a2f931acdd96
|
||||
persistence: {}
|
||||
portal:
|
||||
enabled: false
|
||||
securityContext:
|
||||
container:
|
||||
readOnlyRootFilesystem: false
|
||||
runAsGroup: 0
|
||||
runAsNonRoot: false
|
||||
runAsUser: 0
|
||||
service:
|
||||
main:
|
||||
enabled: false
|
||||
ports:
|
||||
main:
|
||||
enabled: false
|
||||
workload:
|
||||
main:
|
||||
podSpec:
|
||||
containers:
|
||||
main:
|
||||
probes:
|
||||
liveness:
|
||||
enabled: false
|
||||
readiness:
|
||||
enabled: false
|
||||
startup:
|
||||
enabled: false
|
File diff suppressed because it is too large
Load Diff
|
@ -0,0 +1,2 @@
|
|||
{{/* Render the templates */}}
|
||||
{{ include "tc.common.loader.all" . }}
|
|
@ -0,0 +1,99 @@
|
|||
**Important:**
|
||||
*for the complete changelog, please refer to the website*
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [androiddebugbridge-2.0.12](https://github.com/truecharts/charts/compare/androiddebugbridge-2.0.11...androiddebugbridge-2.0.12) (2023-12-06)
|
||||
|
||||
|
||||
|
||||
|
||||
## [androiddebugbridge-2.0.12](https://github.com/truecharts/charts/compare/androiddebugbridge-2.0.11...androiddebugbridge-2.0.12) (2023-12-06)
|
||||
|
||||
|
||||
|
||||
|
||||
## [androiddebugbridge-2.0.12](https://github.com/truecharts/charts/compare/androiddebugbridge-2.0.11...androiddebugbridge-2.0.12) (2023-12-06)
|
||||
|
||||
|
||||
|
||||
|
||||
## [androiddebugbridge-2.0.11](https://github.com/truecharts/charts/compare/androiddebugbridge-2.0.10...androiddebugbridge-2.0.11) (2023-12-03)
|
||||
|
||||
### Chore
|
||||
|
||||
- bump everything to ensure catalog has latest versions
|
||||
|
||||
|
||||
|
||||
|
||||
## [androiddebugbridge-2.0.10](https://github.com/truecharts/charts/compare/androiddebugbridge-3.0.0...androiddebugbridge-2.0.10) (2023-12-02)
|
||||
|
||||
### Chore
|
||||
|
||||
- fix annotations again
|
||||
- update annotations
|
||||
- cleanup chart.yaml and add min-max scale version
|
||||
- Fix typo in categories and make them singular ([#13693](https://github.com/truecharts/charts/issues/13693))
|
||||
|
||||
### Fix
|
||||
|
||||
- ensure all questions.yaml can be rendered ([#15612](https://github.com/truecharts/charts/issues/15612))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [androiddebugbridge-3.0.0](https://github.com/truecharts/charts/compare/androiddebugbridge-2.0.9...androiddebugbridge-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))
|
||||
|
||||
|
||||
|
||||
|
||||
## [androiddebugbridge-2.0.9](https://github.com/truecharts/charts/compare/androiddebugbridge-2.0.8...androiddebugbridge-2.0.9) (2023-02-10)
|
||||
|
||||
### Fix
|
||||
|
||||
- ensure new helm deps repo is used in latest releases as well.
|
||||
|
||||
|
||||
|
||||
|
||||
## [androiddebugbridge-2.0.8](https://github.com/truecharts/charts/compare/androiddebugbridge-2.0.7...androiddebugbridge-2.0.8) (2023-02-03)
|
||||
|
||||
|
||||
|
||||
|
||||
## [androiddebugbridge-2.0.7](https://github.com/truecharts/charts/compare/androiddebugbridge-2.0.6...androiddebugbridge-2.0.7) (2022-12-27)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major ([#5856](https://github.com/truecharts/charts/issues/5856))
|
||||
|
||||
|
||||
|
||||
|
||||
## [androiddebugbridge-2.0.6](https://github.com/truecharts/charts/compare/androiddebugbridge-2.0.5...androiddebugbridge-2.0.6) (2022-12-26)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major ([#5839](https://github.com/truecharts/charts/issues/5839))
|
||||
|
|
@ -0,0 +1,37 @@
|
|||
kubeVersion: ">=1.24.0"
|
||||
apiVersion: v2
|
||||
name: androiddebugbridge
|
||||
version: 3.0.0
|
||||
appVersion: latest
|
||||
description:
|
||||
Control AndroidTV/FireTV devices through ADB from the Home Assistant
|
||||
Core Chart.
|
||||
home: https://truecharts.org/charts/incubator/androiddebugbridge
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/androiddebugbridge.png
|
||||
deprecated: false
|
||||
sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/incubator/androiddebugbridge
|
||||
- https://hub.docker.com/r/barnybbb/adb-hass-androidtv
|
||||
maintainers:
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
||||
url: https://truecharts.org
|
||||
keywords:
|
||||
- androiddebugbridge
|
||||
- HomeAutomation
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 16.0.0
|
||||
repository: https://library-charts.truecharts.org
|
||||
condition: ""
|
||||
alias: ""
|
||||
tags: []
|
||||
import-values: []
|
||||
annotations:
|
||||
max_scale_version: 23.10.1
|
||||
min_scale_version: 22.12.4
|
||||
truecharts.org/SCALE-support: "true"
|
||||
truecharts.org/category: HomeAutomation
|
||||
truecharts.org/max_helm_version: "3.13"
|
||||
truecharts.org/min_helm_version: "3.12"
|
||||
truecharts.org/train: incubator
|
|
@ -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*
|
|
@ -0,0 +1,8 @@
|
|||
Control AndroidTV/FireTV devices through ADB from the Home Assistant Core Chart.
|
||||
|
||||
This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/charts/incubator/androiddebugbridge](https://truecharts.org/charts/incubator/androiddebugbridge)
|
||||
|
||||
---
|
||||
|
||||
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.
|
@ -0,0 +1,29 @@
|
|||
image:
|
||||
pullPolicy: IfNotPresent
|
||||
repository: barnybbb/adb-hass-androidtv
|
||||
tag: latest@sha256:060b7f9171ec32138f9f484fbed8169e88c1d8522e8800d164516f9a8805c38c
|
||||
persistence: {}
|
||||
portal:
|
||||
enabled: true
|
||||
securityContext:
|
||||
container:
|
||||
readOnlyRootFilesystem: false
|
||||
runAsGroup: 0
|
||||
runAsNonRoot: false
|
||||
runAsUser: 0
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
main:
|
||||
port: 5037
|
||||
protocol: TCP
|
||||
targetPort: 5037
|
||||
workload:
|
||||
main:
|
||||
podSpec:
|
||||
containers:
|
||||
main:
|
||||
env:
|
||||
bootwait: "10"
|
||||
checkfreq: "30"
|
||||
devicelist: 10.0.0.192:5555
|
File diff suppressed because it is too large
Load Diff
|
@ -0,0 +1,2 @@
|
|||
{{/* Render the templates */}}
|
||||
{{ include "tc.common.loader.all" . }}
|
|
@ -0,0 +1,99 @@
|
|||
**Important:**
|
||||
*for the complete changelog, please refer to the website*
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [anope-2.0.13](https://github.com/truecharts/charts/compare/anope-2.0.12...anope-2.0.13) (2023-12-06)
|
||||
|
||||
|
||||
|
||||
|
||||
## [anope-2.0.13](https://github.com/truecharts/charts/compare/anope-2.0.12...anope-2.0.13) (2023-12-06)
|
||||
|
||||
|
||||
|
||||
|
||||
## [anope-2.0.13](https://github.com/truecharts/charts/compare/anope-2.0.12...anope-2.0.13) (2023-12-06)
|
||||
|
||||
|
||||
|
||||
|
||||
## [anope-2.0.12](https://github.com/truecharts/charts/compare/anope-2.0.11...anope-2.0.12) (2023-12-03)
|
||||
|
||||
### Chore
|
||||
|
||||
- bump everything to ensure catalog has latest versions
|
||||
|
||||
|
||||
|
||||
|
||||
## [anope-2.0.11](https://github.com/truecharts/charts/compare/anope-2.0.10...anope-2.0.11) (2023-12-02)
|
||||
|
||||
### Chore
|
||||
|
||||
- fix annotations again
|
||||
- update annotations
|
||||
- cleanup chart.yaml and add min-max scale version
|
||||
|
||||
### Fix
|
||||
|
||||
- ensure all questions.yaml can be rendered ([#15612](https://github.com/truecharts/charts/issues/15612))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [anope-2.0.10](https://github.com/truecharts/charts/compare/anope-3.0.0...anope-2.0.10) (2023-11-18)
|
||||
|
||||
### Chore
|
||||
|
||||
- Fix typo in categories and make them singular ([#13693](https://github.com/truecharts/charts/issues/13693))
|
||||
|
||||
### Fix
|
||||
|
||||
- update container image tccr.io/truecharts/anope to latest ([#14826](https://github.com/truecharts/charts/issues/14826))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [anope-3.0.0](https://github.com/truecharts/charts/compare/anope-2.0.9...anope-3.0.0) (2023-07-31)
|
||||
|
||||
### Fix
|
||||
|
||||
- fix mistakes on questions.yaml
|
||||
- fix indentation ([#8536](https://github.com/truecharts/charts/issues/8536))
|
||||
|
||||
|
||||
|
||||
|
||||
## [anope-2.0.9](https://github.com/truecharts/charts/compare/anope-2.0.8...anope-2.0.9) (2023-02-10)
|
||||
|
||||
### Fix
|
||||
|
||||
- ensure new helm deps repo is used in latest releases as well.
|
||||
|
||||
|
||||
|
||||
|
||||
## [anope-2.0.8](https://github.com/truecharts/charts/compare/anope-2.0.7...anope-2.0.8) (2023-02-03)
|
||||
|
||||
### Fix
|
||||
|
||||
- clean more non-link sources ([#6925](https://github.com/truecharts/charts/issues/6925))
|
||||
|
||||
|
||||
|
||||
|
||||
## [anope-2.0.7](https://github.com/truecharts/charts/compare/anope-2.0.6...anope-2.0.7) (2022-12-27)
|
||||
|
||||
### Chore
|
|
@ -0,0 +1,38 @@
|
|||
kubeVersion: ">=1.24.0"
|
||||
apiVersion: v2
|
||||
name: anope
|
||||
version: 3.0.0
|
||||
appVersion: latest
|
||||
description: Anope is a set of IRC Services designed for flexibility and ease of use.
|
||||
home: https://truecharts.org/charts/incubator/anope
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/anope.png
|
||||
deprecated: false
|
||||
sources:
|
||||
- https://hub.docker.com/r/ich777/anope
|
||||
- https://thelounge.chat/
|
||||
- https://github.com/truecharts/charts/tree/master/charts/incubator/anope
|
||||
maintainers:
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
||||
url: https://truecharts.org
|
||||
keywords:
|
||||
- anope
|
||||
- Network-Other
|
||||
- Productivity
|
||||
- Tools-Utilities
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 16.0.0
|
||||
repository: https://library-charts.truecharts.org
|
||||
condition: ""
|
||||
alias: ""
|
||||
tags: []
|
||||
import-values: []
|
||||
annotations:
|
||||
max_scale_version: 23.10.1
|
||||
min_scale_version: 22.12.4
|
||||
truecharts.org/SCALE-support: "true"
|
||||
truecharts.org/category: Network-Other
|
||||
truecharts.org/max_helm_version: "3.13"
|
||||
truecharts.org/min_helm_version: "3.12"
|
||||
truecharts.org/train: incubator
|
|
@ -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*
|
|
@ -0,0 +1,8 @@
|
|||
Anope is a set of IRC Services designed for flexibility and ease of use.
|
||||
|
||||
This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/charts/incubator/anope](https://truecharts.org/charts/incubator/anope)
|
||||
|
||||
---
|
||||
|
||||
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.
|
@ -0,0 +1,45 @@
|
|||
image:
|
||||
pullPolicy: IfNotPresent
|
||||
repository: ich777/anope
|
||||
tag: latest@sha256:2fd46d7763de04607785af06a2a31966f4f5b857a12a1895fc4e0bd7b7c626db
|
||||
persistence:
|
||||
datapath:
|
||||
enabled: true
|
||||
mountPath: /anope
|
||||
portal:
|
||||
enabled: false
|
||||
securityContext:
|
||||
container:
|
||||
readOnlyRootFilesystem: false
|
||||
runAsGroup: 0
|
||||
runAsNonRoot: false
|
||||
runAsUser: 0
|
||||
service:
|
||||
main:
|
||||
enabled: false
|
||||
ports:
|
||||
main:
|
||||
enabled: false
|
||||
workload:
|
||||
main:
|
||||
podSpec:
|
||||
containers:
|
||||
main:
|
||||
env:
|
||||
CASEMAP: rfc1459
|
||||
DATA_PERM: "770"
|
||||
HOST: irc.example.com
|
||||
IP_ADDR: ""
|
||||
IRCD: inspircd3
|
||||
LOCAL_HOSTNAME: services
|
||||
PASSWORD: ""
|
||||
PORT: "7000"
|
||||
SSL: "yes"
|
||||
UMASK: "000"
|
||||
probes:
|
||||
liveness:
|
||||
enabled: false
|
||||
readiness:
|
||||
enabled: false
|
||||
startup:
|
||||
enabled: false
|
File diff suppressed because it is too large
Load Diff
|
@ -0,0 +1,2 @@
|
|||
{{/* Render the templates */}}
|
||||
{{ include "tc.common.loader.all" . }}
|
|
@ -0,0 +1,99 @@
|
|||
**Important:**
|
||||
*for the complete changelog, please refer to the website*
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [apache-webdav-2.0.12](https://github.com/truecharts/charts/compare/apache-webdav-2.0.11...apache-webdav-2.0.12) (2023-12-06)
|
||||
|
||||
|
||||
|
||||
|
||||
## [apache-webdav-2.0.12](https://github.com/truecharts/charts/compare/apache-webdav-2.0.11...apache-webdav-2.0.12) (2023-12-06)
|
||||
|
||||
|
||||
|
||||
|
||||
## [apache-webdav-2.0.12](https://github.com/truecharts/charts/compare/apache-webdav-2.0.11...apache-webdav-2.0.12) (2023-12-06)
|
||||
|
||||
|
||||
|
||||
|
||||
## [apache-webdav-2.0.11](https://github.com/truecharts/charts/compare/apache-webdav-2.0.10...apache-webdav-2.0.11) (2023-12-03)
|
||||
|
||||
### Chore
|
||||
|
||||
- bump everything to ensure catalog has latest versions
|
||||
|
||||
|
||||
|
||||
|
||||
## [apache-webdav-2.0.10](https://github.com/truecharts/charts/compare/apache-webdav-3.0.0...apache-webdav-2.0.10) (2023-12-02)
|
||||
|
||||
### Chore
|
||||
|
||||
- fix annotations again
|
||||
- update annotations
|
||||
- cleanup chart.yaml and add min-max scale version
|
||||
- Fix typo in categories and make them singular ([#13693](https://github.com/truecharts/charts/issues/13693))
|
||||
|
||||
### Fix
|
||||
|
||||
- ensure all questions.yaml can be rendered ([#15612](https://github.com/truecharts/charts/issues/15612))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [apache-webdav-3.0.0](https://github.com/truecharts/charts/compare/apache-webdav-2.0.9...apache-webdav-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))
|
||||
|
||||
|
||||
|
||||
|
||||
## [apache-webdav-2.0.9](https://github.com/truecharts/charts/compare/apache-webdav-2.0.8...apache-webdav-2.0.9) (2023-02-10)
|
||||
|
||||
### Fix
|
||||
|
||||
- ensure new helm deps repo is used in latest releases as well.
|
||||
|
||||
|
||||
|
||||
|
||||
## [apache-webdav-2.0.8](https://github.com/truecharts/charts/compare/apache-webdav-2.0.7...apache-webdav-2.0.8) (2023-02-02)
|
||||
|
||||
### Fix
|
||||
|
||||
- remove non-link sources ([#6826](https://github.com/truecharts/charts/issues/6826))
|
||||
|
||||
|
||||
|
||||
|
||||
## [apache-webdav-2.0.7](https://github.com/truecharts/charts/compare/apache-webdav-2.0.6...apache-webdav-2.0.7) (2022-12-27)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major ([#5856](https://github.com/truecharts/charts/issues/5856))
|
||||
|
||||
|
||||
|
||||
|
||||
## [apache-webdav-2.0.6](https://github.com/truecharts/charts/compare/apache-webdav-2.0.5...apache-webdav-2.0.6) (2022-12-26)
|
||||
|
|
@ -0,0 +1,39 @@
|
|||
kubeVersion: ">=1.24.0"
|
||||
apiVersion: v2
|
||||
name: apache-webdav
|
||||
version: 3.0.0
|
||||
appVersion: latest
|
||||
description:
|
||||
Very simple WebDAV server based on Apache. You need a WebDAV client to
|
||||
transfer files. It does not include a WebUI to upload files through your browser.
|
||||
home: https://truecharts.org/charts/incubator/apache-webdav
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/apache-webdav.png
|
||||
deprecated: false
|
||||
sources:
|
||||
- https://github.com/mgutt/docker-apachewebdav
|
||||
- https://httpd.apache.org/docs/2.4/mod/mod_dav.html
|
||||
- https://github.com/truecharts/charts/tree/master/charts/incubator/apache-webdav
|
||||
- https://hub.docker.com/r/apachewebdav/apachewebdav
|
||||
maintainers:
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
||||
url: https://truecharts.org
|
||||
keywords:
|
||||
- apache-webdav
|
||||
- Cloud
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 16.0.0
|
||||
repository: https://library-charts.truecharts.org
|
||||
condition: ""
|
||||
alias: ""
|
||||
tags: []
|
||||
import-values: []
|
||||
annotations:
|
||||
max_scale_version: 23.10.1
|
||||
min_scale_version: 22.12.4
|
||||
truecharts.org/SCALE-support: "true"
|
||||
truecharts.org/category: Cloud
|
||||
truecharts.org/max_helm_version: "3.13"
|
||||
truecharts.org/min_helm_version: "3.12"
|
||||
truecharts.org/train: incubator
|
|
@ -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*
|
|
@ -0,0 +1,8 @@
|
|||
Very simple WebDAV server based on Apache. You need a WebDAV client to transfer files. It does not include a WebUI to upload files through your browser.
|
||||
|
||||
This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/charts/incubator/apache-webdav](https://truecharts.org/charts/incubator/apache-webdav)
|
||||
|
||||
---
|
||||
|
||||
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.
|
@ -0,0 +1,41 @@
|
|||
image:
|
||||
pullPolicy: IfNotPresent
|
||||
repository: apachewebdav/apachewebdav
|
||||
tag: latest@sha256:0d4aea1eefbc374cf21fd677e09a90df7dca0f5b5d72e5ba534f201f7c03bcea
|
||||
persistence:
|
||||
config:
|
||||
enabled: true
|
||||
mountPath: /var/lib/dav
|
||||
data:
|
||||
enabled: true
|
||||
mountPath: /var/lib/dav/data
|
||||
portal:
|
||||
enabled: true
|
||||
securityContext:
|
||||
container:
|
||||
readOnlyRootFilesystem: false
|
||||
runAsGroup: 0
|
||||
runAsNonRoot: false
|
||||
runAsUser: 0
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
main:
|
||||
port: 8384
|
||||
protocol: TCP
|
||||
targetPort: 80
|
||||
workload:
|
||||
main:
|
||||
podSpec:
|
||||
containers:
|
||||
main:
|
||||
env:
|
||||
ANONYMOUS_METHODS: ""
|
||||
AUTH_TYPE: Basic
|
||||
LOCATION: /
|
||||
PASSWORD: ""
|
||||
PUMASK: "0000"
|
||||
REALM: WebDAV-Login
|
||||
SERVER_NAMES: localhost
|
||||
SSL_CERT: ""
|
||||
USERNAME: ""
|
File diff suppressed because it is too large
Load Diff
|
@ -0,0 +1,2 @@
|
|||
{{/* Render the templates */}}
|
||||
{{ include "tc.common.loader.all" . }}
|
|
@ -0,0 +1,99 @@
|
|||
**Important:**
|
||||
*for the complete changelog, please refer to the website*
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [apprise-api-3.0.4](https://github.com/truecharts/charts/compare/apprise-api-3.0.3...apprise-api-3.0.4) (2023-12-06)
|
||||
|
||||
|
||||
|
||||
|
||||
## [apprise-api-3.0.4](https://github.com/truecharts/charts/compare/apprise-api-3.0.3...apprise-api-3.0.4) (2023-12-06)
|
||||
|
||||
|
||||
|
||||
|
||||
## [apprise-api-3.0.4](https://github.com/truecharts/charts/compare/apprise-api-3.0.3...apprise-api-3.0.4) (2023-12-06)
|
||||
|
||||
|
||||
|
||||
|
||||
## [apprise-api-3.0.3](https://github.com/truecharts/charts/compare/apprise-api-3.0.2...apprise-api-3.0.3) (2023-12-03)
|
||||
|
||||
### Chore
|
||||
|
||||
- bump everything to ensure catalog has latest versions
|
||||
|
||||
|
||||
|
||||
|
||||
## [apprise-api-3.0.2](https://github.com/truecharts/charts/compare/apprise-api-4.0.0...apprise-api-3.0.2) (2023-12-02)
|
||||
|
||||
### Chore
|
||||
|
||||
- fix annotations again
|
||||
- update annotations
|
||||
- cleanup chart.yaml and add min-max scale version
|
||||
- Fix typo in categories and make them singular ([#13693](https://github.com/truecharts/charts/issues/13693))
|
||||
|
||||
### Fix
|
||||
|
||||
- ensure all questions.yaml can be rendered ([#15612](https://github.com/truecharts/charts/issues/15612))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [apprise-api-4.0.0](https://github.com/truecharts/charts/compare/apprise-api-3.0.1...apprise-api-4.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
|
||||
|
||||
|
||||
|
||||
|
||||
## [apprise-api-3.0.1](https://github.com/truecharts/charts/compare/apprise-api-3.0.0...apprise-api-3.0.1) (2023-02-24)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/apprise-api to v1.2.0
|
||||
|
||||
|
||||
|
||||
|
||||
## [apprise-api-3.0.0](https://github.com/truecharts/charts/compare/apprise-api-2.0.13...apprise-api-3.0.0) (2023-02-23)
|
||||
|
||||
### Fix
|
||||
|
||||
- BREAKING CHANGE refactor ([#7370](https://github.com/truecharts/charts/issues/7370))
|
||||
|
||||
|
||||
|
||||
|
||||
## [apprise-api-2.0.13](https://github.com/truecharts/charts/compare/apprise-api-2.0.12...apprise-api-2.0.13) (2023-02-15)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/apprise-api to latest
|
||||
|
||||
|
||||
|
||||
|
||||
## [apprise-api-2.0.12](https://github.com/truecharts/charts/compare/apprise-api-2.0.11...apprise-api-2.0.12) (2023-02-10)
|
||||
|
||||
### Fix
|
|
@ -0,0 +1,37 @@
|
|||
kubeVersion: ">=1.24.0"
|
||||
apiVersion: v2
|
||||
name: apprise-api
|
||||
version: 4.0.0
|
||||
appVersion: 0.9.5
|
||||
description: Push notifications that work with just about every platform!
|
||||
home: https://truecharts.org/charts/incubator/apprise-api
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/apprise-api.png
|
||||
deprecated: false
|
||||
sources:
|
||||
- https://hub.docker.com/r/caronc/apprise
|
||||
- https://github.com/caronc/apprise-api
|
||||
- https://github.com/truecharts/charts/tree/master/charts/incubator/apprise-api
|
||||
maintainers:
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
||||
url: https://truecharts.org
|
||||
keywords:
|
||||
- apprise-api
|
||||
- notifications
|
||||
- usenet
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 16.0.0
|
||||
repository: https://library-charts.truecharts.org
|
||||
condition: ""
|
||||
alias: ""
|
||||
tags: []
|
||||
import-values: []
|
||||
annotations:
|
||||
max_scale_version: 23.10.1
|
||||
min_scale_version: 22.12.4
|
||||
truecharts.org/SCALE-support: "true"
|
||||
truecharts.org/category: notifications
|
||||
truecharts.org/max_helm_version: "3.13"
|
||||
truecharts.org/min_helm_version: "3.12"
|
||||
truecharts.org/train: incubator
|
|
@ -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*
|
|
@ -0,0 +1,8 @@
|
|||
Push notifications that work with just about every platform!
|
||||
|
||||
This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/charts/incubator/apprise-api](https://truecharts.org/charts/incubator/apprise-api)
|
||||
|
||||
---
|
||||
|
||||
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.
|
@ -0,0 +1,40 @@
|
|||
image:
|
||||
pullPolicy: IfNotPresent
|
||||
repository: caronc/apprise
|
||||
tag: v0.9.5@sha256:3301daff63ae435e69ac6c3acf5ceb3832d5b40d639b59f73163e3238adb2fe7
|
||||
persistence:
|
||||
config:
|
||||
enabled: true
|
||||
mountPath: /config
|
||||
portal:
|
||||
enabled: true
|
||||
securityContext:
|
||||
container:
|
||||
readOnlyRootFilesystem: false
|
||||
runAsGroup: 33
|
||||
runAsUser: 33
|
||||
pod:
|
||||
fsGroup: 33
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
main:
|
||||
port: 8000
|
||||
protocol: HTTP
|
||||
targetPort: 8000
|
||||
workload:
|
||||
main:
|
||||
podSpec:
|
||||
containers:
|
||||
main:
|
||||
env:
|
||||
ALLOWED_HOSTS: "*"
|
||||
APPRISE_ALLOW_SERVICES: ""
|
||||
APPRISE_CONFIG_DIR: /config
|
||||
APPRISE_CONFIG_LOCK: "false"
|
||||
APPRISE_DENY_SERVICES: windows,dbus,gnome,macos,syslog
|
||||
APPRISE_RECURSION_MAX: "1"
|
||||
APPRISE_STATEFUL_MODE: hash
|
||||
DEBUG: "no"
|
||||
LOG_LEVEL: INFO
|
||||
SECRET_KEY: abc123
|
File diff suppressed because it is too large
Load Diff
|
@ -0,0 +1,2 @@
|
|||
{{/* Render the templates */}}
|
||||
{{ include "tc.common.loader.all" . }}
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue