Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
|
||||
|
||||
|
||||
|
||||
## [cryptpad-4.0.0](https://github.com/truecharts/charts/compare/cryptpad-3.0.9...cryptpad-4.0.0) (2023-07-31)
|
||||
|
||||
|
||||
@@ -96,4 +97,3 @@
|
||||
- Cryptpad port ([#9240](https://github.com/truecharts/charts/issues/9240))
|
||||
|
||||
### Fix
|
||||
|
||||
|
||||
13
stable/wallos/1.0.0/CHANGELOG.md
Normal file
13
stable/wallos/1.0.0/CHANGELOG.md
Normal file
@@ -0,0 +1,13 @@
|
||||
**Important:**
|
||||
*for the complete changelog, please refer to the website*
|
||||
|
||||
|
||||
|
||||
|
||||
## [wallos-1.0.0](https://github.com/truecharts/charts/compare/wallos-0.0.3...wallos-1.0.0) (2023-11-21)
|
||||
|
||||
### Feat
|
||||
|
||||
- move to stable ([#15222](https://github.com/truecharts/charts/issues/15222))
|
||||
|
||||
|
||||
24
stable/wallos/1.0.0/Chart.yaml
Normal file
24
stable/wallos/1.0.0/Chart.yaml
Normal file
@@ -0,0 +1,24 @@
|
||||
apiVersion: v2
|
||||
appVersion: "latest"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 15.0.1
|
||||
description: Wallos - Self Hosted Subscription tracker
|
||||
home: https://truecharts.org/charts/stable/wallos
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/wallos.png
|
||||
keywords:
|
||||
- dashboard
|
||||
kubeVersion: ">=1.16.0-0"
|
||||
maintainers:
|
||||
- email: info@truecharts.org
|
||||
name: TrueCharts
|
||||
url: https://truecharts.org
|
||||
name: wallos
|
||||
sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/wallos
|
||||
- https://github.com/ellite/Wallos
|
||||
version: 1.0.0
|
||||
annotations:
|
||||
truecharts.org/category: media
|
||||
truecharts.org/SCALE-support: "true"
|
||||
27
stable/wallos/1.0.0/README.md
Normal file
27
stable/wallos/1.0.0/README.md
Normal 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*
|
||||
9
stable/wallos/1.0.0/app-changelog.md
Normal file
9
stable/wallos/1.0.0/app-changelog.md
Normal file
@@ -0,0 +1,9 @@
|
||||
|
||||
|
||||
## [wallos-1.0.0](https://github.com/truecharts/charts/compare/wallos-0.0.3...wallos-1.0.0) (2023-11-21)
|
||||
|
||||
### Feat
|
||||
|
||||
- move to stable ([#15222](https://github.com/truecharts/charts/issues/15222))
|
||||
|
||||
|
||||
8
stable/wallos/1.0.0/app-readme.md
Normal file
8
stable/wallos/1.0.0/app-readme.md
Normal file
@@ -0,0 +1,8 @@
|
||||
Wallos - Self Hosted Subscription tracker
|
||||
|
||||
This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/charts/stable/wallos](https://truecharts.org/charts/stable/wallos)
|
||||
|
||||
---
|
||||
|
||||
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!
|
||||
BIN
stable/wallos/1.0.0/charts/common-15.0.1.tgz
Normal file
BIN
stable/wallos/1.0.0/charts/common-15.0.1.tgz
Normal file
Binary file not shown.
31
stable/wallos/1.0.0/ix_values.yaml
Normal file
31
stable/wallos/1.0.0/ix_values.yaml
Normal file
@@ -0,0 +1,31 @@
|
||||
image:
|
||||
repository: docker.io/bellamy/wallos
|
||||
tag: latest@sha256:4e0d69bb888f3cc64c56fb99040dea6246bebf3cd306ea275592a1b635652163
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
securityContext:
|
||||
container:
|
||||
readOnlyRootFilesystem: false
|
||||
runAsNonRoot: false
|
||||
runAsUser: 0
|
||||
runAsGroup: 0
|
||||
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
main:
|
||||
port: 8282
|
||||
protocol: tcp
|
||||
targetPort: 80
|
||||
|
||||
persistence:
|
||||
database:
|
||||
enabled: true
|
||||
mountPath: "/var/www/html/db"
|
||||
logos:
|
||||
enabled: true
|
||||
mountPath: "/var/www/html/images/uploads/logos"
|
||||
|
||||
portal:
|
||||
open:
|
||||
enabled: true
|
||||
2410
stable/wallos/1.0.0/questions.yaml
Normal file
2410
stable/wallos/1.0.0/questions.yaml
Normal file
File diff suppressed because it is too large
Load Diff
1
stable/wallos/1.0.0/templates/NOTES.txt
Normal file
1
stable/wallos/1.0.0/templates/NOTES.txt
Normal file
@@ -0,0 +1 @@
|
||||
{{- include "tc.v1.common.lib.chart.notes" $ -}}
|
||||
1
stable/wallos/1.0.0/templates/common.yaml
Normal file
1
stable/wallos/1.0.0/templates/common.yaml
Normal file
@@ -0,0 +1 @@
|
||||
{{ include "tc.v1.common.loader.all" . }}
|
||||
0
stable/wallos/1.0.0/values.yaml
Normal file
0
stable/wallos/1.0.0/values.yaml
Normal file
4
stable/wallos/item.yaml
Normal file
4
stable/wallos/item.yaml
Normal file
@@ -0,0 +1,4 @@
|
||||
icon_url: https://truecharts.org/img/hotlink-ok/chart-icons/wallos.png
|
||||
categories:
|
||||
- media
|
||||
screenshots: []
|
||||
Reference in New Issue
Block a user