Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
b7d706b8d7
commit
089d7953e1
|
@ -1,43 +0,0 @@
|
|||
# ariang
|
||||
|
||||
A modern web frontend making aria2 easier to use | Aria2 WebUI.
|
||||
|
||||
TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
|
||||
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
|
||||
|
||||
## Source Code
|
||||
|
||||
* <https://hub.docker.com/r/leonismoe/ariang>
|
||||
* <https://github.com/leonismoe/docker-images>
|
||||
|
||||
## Requirements
|
||||
|
||||
Kubernetes: `>=1.16.0-0`
|
||||
|
||||
## Dependencies
|
||||
|
||||
| Repository | Name | Version |
|
||||
|------------|------|---------|
|
||||
| https://library-charts.truecharts.org | common | 10.4.4 |
|
||||
|
||||
## Installing the Chart
|
||||
|
||||
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
|
||||
|
||||
## Upgrading, Rolling Back and Uninstalling the Chart
|
||||
|
||||
To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
|
||||
|
||||
##### Connecting to other apps
|
||||
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
|
||||
|
||||
## Support
|
||||
|
||||
- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
|
||||
- See the [Wiki](https://truecharts.org)
|
||||
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
|
||||
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
|
||||
|
||||
---
|
||||
|
||||
All Rights Reserved - The TrueCharts Project
|
|
@ -1,6 +1,14 @@
|
|||
# Changelog
|
||||
|
||||
|
||||
## [ariang-0.0.11](https://github.com/truecharts/apps/compare/ariang-0.0.10...ariang-0.0.11) (2022-07-18)
|
||||
|
||||
### Chore
|
||||
|
||||
- update image refs ([#3210](https://github.com/truecharts/apps/issues/3210))
|
||||
|
||||
|
||||
|
||||
## [ariang-0.0.10](https://github.com/truecharts/apps/compare/ariang-0.0.9...ariang-0.0.10) (2022-07-14)
|
||||
|
||||
### Fix
|
|
@ -3,4 +3,4 @@ dependencies:
|
|||
repository: https://library-charts.truecharts.org
|
||||
version: 10.4.4
|
||||
digest: sha256:e76f58e980866194e06f0e9135c981662f0b1132d3c5848dbf344c48ab657396
|
||||
generated: "2022-07-18T08:43:33.849709571Z"
|
||||
generated: "2022-07-18T20:15:38.364210955Z"
|
|
@ -1,7 +1,7 @@
|
|||
apiVersion: v2
|
||||
kubeVersion: ">=1.16.0-0"
|
||||
name: ariang
|
||||
version: 0.0.10
|
||||
version: 0.0.11
|
||||
appVersion: "1.2.4"
|
||||
description: A modern web frontend making aria2 easier to use | Aria2 WebUI.
|
||||
type: application
|
|
@ -0,0 +1,40 @@
|
|||
# ariang
|
||||
|
||||
![Version: 0.0.11](https://img.shields.io/badge/Version-0.0.11-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.2.4](https://img.shields.io/badge/AppVersion-1.2.4-informational?style=flat-square)
|
||||
|
||||
A modern web frontend making aria2 easier to use | Aria2 WebUI.
|
||||
|
||||
**Homepage:** <https://github.com/truecharts/apps/tree/master/charts/stable/ariang>
|
||||
|
||||
## Maintainers
|
||||
|
||||
| Name | Email | Url |
|
||||
| ---- | ------ | --- |
|
||||
| TrueCharts | info@truecharts.org | https://truecharts.org |
|
||||
|
||||
## Source Code
|
||||
|
||||
* <https://hub.docker.com/r/leonismoe/ariang>
|
||||
* <https://github.com/leonismoe/docker-images>
|
||||
|
||||
## Requirements
|
||||
|
||||
Kubernetes: `>=1.16.0-0`
|
||||
|
||||
| Repository | Name | Version |
|
||||
|------------|------|---------|
|
||||
| https://library-charts.truecharts.org | common | 10.4.4 |
|
||||
|
||||
## Values
|
||||
|
||||
| Key | Type | Default | Description |
|
||||
|-----|------|---------|-------------|
|
||||
| image.pullPolicy | string | `"IfNotPresent"` | |
|
||||
| image.repository | string | `"tccr.io/truecharts/ariang"` | |
|
||||
| image.tag | string | `"v1.2.4@sha256:d579675bb985d71abc10a701b8960efe3d6df8b6b6c6dff7bf1663031b79f7b7"` | |
|
||||
| service.main.ports.main.port | int | `10276` | |
|
||||
| service.main.ports.main.protocol | string | `"HTTP"` | |
|
||||
| service.main.ports.main.targetPort | int | `8080` | |
|
||||
|
||||
----------------------------------------------
|
||||
Autogenerated from chart metadata using [helm-docs v0.1.1](https://github.com/k8s-at-home/helm-docs/releases/v0.1.1)
|
|
@ -1,7 +1,7 @@
|
|||
image:
|
||||
repository: leonismoe/ariang
|
||||
repository: tccr.io/truecharts/ariang
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 1.2.4
|
||||
tag: v1.2.4@sha256:d579675bb985d71abc10a701b8960efe3d6df8b6b6c6dff7bf1663031b79f7b7
|
||||
|
||||
service:
|
||||
main:
|
|
@ -1,9 +0,0 @@
|
|||
# Changelog
|
||||
|
||||
|
||||
## [st-reborn-server-0.0.1]st-reborn-server-0.0.1 (2022-07-18)
|
||||
|
||||
### Feat
|
||||
|
||||
- Add st-reborn-server ([#3204](https://github.com/truecharts/apps/issues/3204))
|
||||
|
|
@ -0,0 +1,17 @@
|
|||
# Changelog
|
||||
|
||||
|
||||
## [st-reborn-server-0.0.2](https://github.com/truecharts/apps/compare/st-reborn-server-0.0.1...st-reborn-server-0.0.2) (2022-07-18)
|
||||
|
||||
### Chore
|
||||
|
||||
- Auto-update chart README [skip ci]
|
||||
- update image refs ([#3210](https://github.com/truecharts/apps/issues/3210))
|
||||
|
||||
|
||||
|
||||
## [st-reborn-server-0.0.1]st-reborn-server-0.0.1 (2022-07-18)
|
||||
|
||||
### Feat
|
||||
|
||||
- Add st-reborn-server ([#3204](https://github.com/truecharts/apps/issues/3204))
|
|
@ -3,4 +3,4 @@ dependencies:
|
|||
repository: https://library-charts.truecharts.org
|
||||
version: 10.4.4
|
||||
digest: sha256:e76f58e980866194e06f0e9135c981662f0b1132d3c5848dbf344c48ab657396
|
||||
generated: "2022-07-14T20:57:13.569751362Z"
|
||||
generated: "2022-07-18T20:15:38.376059683Z"
|
|
@ -1,7 +1,7 @@
|
|||
apiVersion: v2
|
||||
kubeVersion: ">=1.16.0-0"
|
||||
name: st-reborn-server
|
||||
version: 0.0.1
|
||||
version: 0.0.2
|
||||
appVersion: "1.2.0"
|
||||
description: Skyrim Together Reborn server files.
|
||||
type: application
|
|
@ -1,6 +1,6 @@
|
|||
# st-reborn-server
|
||||
|
||||
![Version: 0.0.1](https://img.shields.io/badge/Version-0.0.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.2.0](https://img.shields.io/badge/AppVersion-1.2.0-informational?style=flat-square)
|
||||
![Version: 0.0.2](https://img.shields.io/badge/Version-0.0.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.2.0](https://img.shields.io/badge/AppVersion-1.2.0-informational?style=flat-square)
|
||||
|
||||
Skyrim Together Reborn server files.
|
||||
|
||||
|
@ -30,20 +30,17 @@ Kubernetes: `>=1.16.0-0`
|
|||
| Key | Type | Default | Description |
|
||||
|-----|------|---------|-------------|
|
||||
| image.pullPolicy | string | `"IfNotPresent"` | |
|
||||
| image.repository | string | `"tiltedphoques/st-reborn-server"` | |
|
||||
| image.tag | string | `"v1.2.0@sha256:d8322e41e8d3f3e347eef10c50cce977348b24de6f90c98b78a3b4757f2fde57"` | |
|
||||
| image.repository | string | `"tccr.io/truecharts/st-reborn-server"` | |
|
||||
| image.tag | string | `"v1.2.0@sha256:0e1fe6f85a8d637aaaa5a522e7418dc9e817da2b1e6589842a2b56c5cc9e0fbc"` | |
|
||||
| persistence.config.enabled | bool | `true` | |
|
||||
| persistence.config.mountPath | string | `"/home/server/config"` | |
|
||||
| persistence.data.enabled | bool | `true` | |
|
||||
| persistence.data.mountPath | string | `"/home/server/Data"` | |
|
||||
| persistence.logs.enabled | bool | `true` | |
|
||||
| persistence.logs.mountPath | string | `"/home/server/logs"` | |
|
||||
| podSecurityContext.runAsGroup | int | `0` | |
|
||||
| podSecurityContext.runAsUser | int | `0` | |
|
||||
| probes.liveness.enabled | bool | `false` | |
|
||||
| probes.readiness.enabled | bool | `false` | |
|
||||
| probes.startup.enabled | bool | `false` | |
|
||||
| securityContext.runAsNonRoot | bool | `false` | |
|
||||
| service.main.ports.main.port | int | `10578` | |
|
||||
| service.main.ports.main.protocol | string | `"UDP"` | |
|
||||
| service.main.ports.main.targetPort | int | `10578` | |
|
|
@ -1,14 +1,8 @@
|
|||
image:
|
||||
repository: tiltedphoques/st-reborn-server
|
||||
repository: tccr.io/truecharts/st-reborn-server
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v1.2.0@sha256:d8322e41e8d3f3e347eef10c50cce977348b24de6f90c98b78a3b4757f2fde57
|
||||
tag: v1.2.0@sha256:0e1fe6f85a8d637aaaa5a522e7418dc9e817da2b1e6589842a2b56c5cc9e0fbc
|
||||
|
||||
securityContext:
|
||||
runAsNonRoot: false
|
||||
|
||||
podSecurityContext:
|
||||
runAsUser: 0
|
||||
runAsGroup: 0
|
||||
|
||||
service:
|
||||
main:
|
|
@ -1625,7 +1625,7 @@ questions:
|
|||
label: "ReadOnly Root Filesystem"
|
||||
schema:
|
||||
type: boolean
|
||||
default: false
|
||||
default: true
|
||||
- variable: allowPrivilegeEscalation
|
||||
label: "Allow Privilege Escalation"
|
||||
schema:
|
||||
|
@ -1635,7 +1635,7 @@ questions:
|
|||
label: "runAsNonRoot"
|
||||
schema:
|
||||
type: boolean
|
||||
default: false
|
||||
default: true
|
||||
- variable: capabilities
|
||||
label: "Capabilities"
|
||||
schema:
|
||||
|
@ -1674,13 +1674,13 @@ questions:
|
|||
description: "The UserID of the user running the application"
|
||||
schema:
|
||||
type: int
|
||||
default: 0
|
||||
default: 568
|
||||
- variable: runAsGroup
|
||||
label: "runAsGroup"
|
||||
description: "The groupID this App of the user running the application"
|
||||
schema:
|
||||
type: int
|
||||
default: 0
|
||||
default: 568
|
||||
- variable: fsGroup
|
||||
label: "fsGroup"
|
||||
description: "The group that should own ALL storage."
|
Loading…
Reference in New Issue