Commit new App releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
edf97858a8
commit
456d3fb582
|
@ -0,0 +1,53 @@
|
||||||
|
# custom-app
|
||||||
|
|
||||||
|
![Version: 0.2.20](https://img.shields.io/badge/Version-0.2.20-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: auto](https://img.shields.io/badge/AppVersion-auto-informational?style=flat-square)
|
||||||
|
|
||||||
|
Advanced tool to create your own TrueCharts-based App
|
||||||
|
|
||||||
|
**Homepage:** <https://github.com/truecharts/apps/tree/master/charts/stable/custom-app>
|
||||||
|
|
||||||
|
## Maintainers
|
||||||
|
|
||||||
|
| Name | Email | Url |
|
||||||
|
| ---- | ------ | --- |
|
||||||
|
| TrueCharts | info@truecharts.org | truecharts.org |
|
||||||
|
|
||||||
|
## Source Code
|
||||||
|
|
||||||
|
* <https://github.com/truecharts/apps/tree/master/charts/stable/custom-app>
|
||||||
|
|
||||||
|
## Requirements
|
||||||
|
|
||||||
|
Kubernetes: `>=1.16.0-0`
|
||||||
|
|
||||||
|
| Repository | Name | Version |
|
||||||
|
|------------|------|---------|
|
||||||
|
| https://truecharts.org/ | common | 6.13.8 |
|
||||||
|
|
||||||
|
## Values
|
||||||
|
|
||||||
|
| Key | Type | Default | Description |
|
||||||
|
|-----|------|---------|-------------|
|
||||||
|
| env | object | `{}` | |
|
||||||
|
| image.pullPolicy | string | `"IfNotPresent"` | |
|
||||||
|
| image.repository | string | `"ghcr.io/k8s-at-home/jackett"` | |
|
||||||
|
| image.tag | string | `"v0.18.686"` | |
|
||||||
|
| persistence.config.accessMode | string | `"ReadWriteOnce"` | |
|
||||||
|
| persistence.config.enabled | bool | `true` | |
|
||||||
|
| persistence.config.mountPath | string | `"/config"` | |
|
||||||
|
| persistence.config.size | string | `"100Gi"` | |
|
||||||
|
| persistence.config.type | string | `"pvc"` | |
|
||||||
|
| service.main.enabled | bool | `true` | |
|
||||||
|
| service.main.ports.main.port | int | `9117` | |
|
||||||
|
| service.main.portsList[0].enabled | bool | `true` | |
|
||||||
|
| service.main.portsList[0].name | string | `"extraport"` | |
|
||||||
|
| service.main.portsList[0].port | int | `9118` | |
|
||||||
|
| serviceList[0].enabled | bool | `true` | |
|
||||||
|
| serviceList[0].name | string | `"extraservice"` | |
|
||||||
|
| serviceList[0].portsList[0].enabled | bool | `true` | |
|
||||||
|
| serviceList[0].portsList[0].name | string | `"extrasvcport"` | |
|
||||||
|
| serviceList[0].portsList[0].port | int | `9119` | |
|
||||||
|
| strategy.type | string | `"Recreate"` | |
|
||||||
|
|
||||||
|
----------------------------------------------
|
||||||
|
Autogenerated from chart metadata using [helm-docs v1.5.0](https://github.com/norwoodj/helm-docs/releases/v1.5.0)
|
|
@ -0,0 +1,6 @@
|
||||||
|
dependencies:
|
||||||
|
- name: common
|
||||||
|
repository: https://truecharts.org/
|
||||||
|
version: 6.13.8
|
||||||
|
digest: sha256:7c137b201e33de386c8012e58dd401f81aa3b8e8cade47c7de48db3e58342823
|
||||||
|
generated: "2021-09-07T18:51:59.134686136Z"
|
|
@ -0,0 +1,22 @@
|
||||||
|
apiVersion: v2
|
||||||
|
appVersion: auto
|
||||||
|
dependencies:
|
||||||
|
- name: common
|
||||||
|
repository: https://truecharts.org/
|
||||||
|
version: 6.13.8
|
||||||
|
deprecated: false
|
||||||
|
description: Advanced tool to create your own TrueCharts-based App
|
||||||
|
home: https://github.com/truecharts/apps/tree/master/charts/stable/custom-app
|
||||||
|
icon: https://truecharts.org/_static/img/custom-app-icon.png
|
||||||
|
keywords:
|
||||||
|
- custom
|
||||||
|
kubeVersion: '>=1.16.0-0'
|
||||||
|
maintainers:
|
||||||
|
- email: info@truecharts.org
|
||||||
|
name: TrueCharts
|
||||||
|
url: truecharts.org
|
||||||
|
name: custom-app
|
||||||
|
sources:
|
||||||
|
- https://github.com/truecharts/apps/tree/master/charts/stable/custom-app
|
||||||
|
type: application
|
||||||
|
version: 0.2.20
|
|
@ -0,0 +1,53 @@
|
||||||
|
# custom-app
|
||||||
|
|
||||||
|
![Version: 0.2.20](https://img.shields.io/badge/Version-0.2.20-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: auto](https://img.shields.io/badge/AppVersion-auto-informational?style=flat-square)
|
||||||
|
|
||||||
|
Advanced tool to create your own TrueCharts-based App
|
||||||
|
|
||||||
|
**Homepage:** <https://github.com/truecharts/apps/tree/master/charts/stable/custom-app>
|
||||||
|
|
||||||
|
## Maintainers
|
||||||
|
|
||||||
|
| Name | Email | Url |
|
||||||
|
| ---- | ------ | --- |
|
||||||
|
| TrueCharts | info@truecharts.org | truecharts.org |
|
||||||
|
|
||||||
|
## Source Code
|
||||||
|
|
||||||
|
* <https://github.com/truecharts/apps/tree/master/charts/stable/custom-app>
|
||||||
|
|
||||||
|
## Requirements
|
||||||
|
|
||||||
|
Kubernetes: `>=1.16.0-0`
|
||||||
|
|
||||||
|
| Repository | Name | Version |
|
||||||
|
|------------|------|---------|
|
||||||
|
| https://truecharts.org/ | common | 6.13.8 |
|
||||||
|
|
||||||
|
## Values
|
||||||
|
|
||||||
|
| Key | Type | Default | Description |
|
||||||
|
|-----|------|---------|-------------|
|
||||||
|
| env | object | `{}` | |
|
||||||
|
| image.pullPolicy | string | `"IfNotPresent"` | |
|
||||||
|
| image.repository | string | `"ghcr.io/k8s-at-home/jackett"` | |
|
||||||
|
| image.tag | string | `"v0.18.686"` | |
|
||||||
|
| persistence.config.accessMode | string | `"ReadWriteOnce"` | |
|
||||||
|
| persistence.config.enabled | bool | `true` | |
|
||||||
|
| persistence.config.mountPath | string | `"/config"` | |
|
||||||
|
| persistence.config.size | string | `"100Gi"` | |
|
||||||
|
| persistence.config.type | string | `"pvc"` | |
|
||||||
|
| service.main.enabled | bool | `true` | |
|
||||||
|
| service.main.ports.main.port | int | `9117` | |
|
||||||
|
| service.main.portsList[0].enabled | bool | `true` | |
|
||||||
|
| service.main.portsList[0].name | string | `"extraport"` | |
|
||||||
|
| service.main.portsList[0].port | int | `9118` | |
|
||||||
|
| serviceList[0].enabled | bool | `true` | |
|
||||||
|
| serviceList[0].name | string | `"extraservice"` | |
|
||||||
|
| serviceList[0].portsList[0].enabled | bool | `true` | |
|
||||||
|
| serviceList[0].portsList[0].name | string | `"extrasvcport"` | |
|
||||||
|
| serviceList[0].portsList[0].port | int | `9119` | |
|
||||||
|
| strategy.type | string | `"Recreate"` | |
|
||||||
|
|
||||||
|
----------------------------------------------
|
||||||
|
Autogenerated from chart metadata using [helm-docs v1.5.0](https://github.com/norwoodj/helm-docs/releases/v1.5.0)
|
|
@ -0,0 +1,53 @@
|
||||||
|
# custom-app
|
||||||
|
|
||||||
|
![Version: 0.2.20](https://img.shields.io/badge/Version-0.2.20-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: auto](https://img.shields.io/badge/AppVersion-auto-informational?style=flat-square)
|
||||||
|
|
||||||
|
Advanced tool to create your own TrueCharts-based App
|
||||||
|
|
||||||
|
**Homepage:** <https://github.com/truecharts/apps/tree/master/charts/stable/custom-app>
|
||||||
|
|
||||||
|
## Maintainers
|
||||||
|
|
||||||
|
| Name | Email | Url |
|
||||||
|
| ---- | ------ | --- |
|
||||||
|
| TrueCharts | info@truecharts.org | truecharts.org |
|
||||||
|
|
||||||
|
## Source Code
|
||||||
|
|
||||||
|
* <https://github.com/truecharts/apps/tree/master/charts/stable/custom-app>
|
||||||
|
|
||||||
|
## Requirements
|
||||||
|
|
||||||
|
Kubernetes: `>=1.16.0-0`
|
||||||
|
|
||||||
|
| Repository | Name | Version |
|
||||||
|
|------------|------|---------|
|
||||||
|
| https://truecharts.org/ | common | 6.13.8 |
|
||||||
|
|
||||||
|
## Values
|
||||||
|
|
||||||
|
| Key | Type | Default | Description |
|
||||||
|
|-----|------|---------|-------------|
|
||||||
|
| env | object | `{}` | |
|
||||||
|
| image.pullPolicy | string | `"IfNotPresent"` | |
|
||||||
|
| image.repository | string | `"ghcr.io/k8s-at-home/jackett"` | |
|
||||||
|
| image.tag | string | `"v0.18.686"` | |
|
||||||
|
| persistence.config.accessMode | string | `"ReadWriteOnce"` | |
|
||||||
|
| persistence.config.enabled | bool | `true` | |
|
||||||
|
| persistence.config.mountPath | string | `"/config"` | |
|
||||||
|
| persistence.config.size | string | `"100Gi"` | |
|
||||||
|
| persistence.config.type | string | `"pvc"` | |
|
||||||
|
| service.main.enabled | bool | `true` | |
|
||||||
|
| service.main.ports.main.port | int | `9117` | |
|
||||||
|
| service.main.portsList[0].enabled | bool | `true` | |
|
||||||
|
| service.main.portsList[0].name | string | `"extraport"` | |
|
||||||
|
| service.main.portsList[0].port | int | `9118` | |
|
||||||
|
| serviceList[0].enabled | bool | `true` | |
|
||||||
|
| serviceList[0].name | string | `"extraservice"` | |
|
||||||
|
| serviceList[0].portsList[0].enabled | bool | `true` | |
|
||||||
|
| serviceList[0].portsList[0].name | string | `"extrasvcport"` | |
|
||||||
|
| serviceList[0].portsList[0].port | int | `9119` | |
|
||||||
|
| strategy.type | string | `"Recreate"` | |
|
||||||
|
|
||||||
|
----------------------------------------------
|
||||||
|
Autogenerated from chart metadata using [helm-docs v1.5.0](https://github.com/norwoodj/helm-docs/releases/v1.5.0)
|
Binary file not shown.
|
@ -0,0 +1,53 @@
|
||||||
|
# custom-app
|
||||||
|
|
||||||
|
![Version: 0.2.20](https://img.shields.io/badge/Version-0.2.20-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: auto](https://img.shields.io/badge/AppVersion-auto-informational?style=flat-square)
|
||||||
|
|
||||||
|
Advanced tool to create your own TrueCharts-based App
|
||||||
|
|
||||||
|
**Homepage:** <https://github.com/truecharts/apps/tree/master/charts/stable/custom-app>
|
||||||
|
|
||||||
|
## Maintainers
|
||||||
|
|
||||||
|
| Name | Email | Url |
|
||||||
|
| ---- | ------ | --- |
|
||||||
|
| TrueCharts | info@truecharts.org | truecharts.org |
|
||||||
|
|
||||||
|
## Source Code
|
||||||
|
|
||||||
|
* <https://github.com/truecharts/apps/tree/master/charts/stable/custom-app>
|
||||||
|
|
||||||
|
## Requirements
|
||||||
|
|
||||||
|
Kubernetes: `>=1.16.0-0`
|
||||||
|
|
||||||
|
| Repository | Name | Version |
|
||||||
|
|------------|------|---------|
|
||||||
|
| https://truecharts.org/ | common | 6.13.8 |
|
||||||
|
|
||||||
|
## Values
|
||||||
|
|
||||||
|
| Key | Type | Default | Description |
|
||||||
|
|-----|------|---------|-------------|
|
||||||
|
| env | object | `{}` | |
|
||||||
|
| image.pullPolicy | string | `"IfNotPresent"` | |
|
||||||
|
| image.repository | string | `"ghcr.io/k8s-at-home/jackett"` | |
|
||||||
|
| image.tag | string | `"v0.18.686"` | |
|
||||||
|
| persistence.config.accessMode | string | `"ReadWriteOnce"` | |
|
||||||
|
| persistence.config.enabled | bool | `true` | |
|
||||||
|
| persistence.config.mountPath | string | `"/config"` | |
|
||||||
|
| persistence.config.size | string | `"100Gi"` | |
|
||||||
|
| persistence.config.type | string | `"pvc"` | |
|
||||||
|
| service.main.enabled | bool | `true` | |
|
||||||
|
| service.main.ports.main.port | int | `9117` | |
|
||||||
|
| service.main.portsList[0].enabled | bool | `true` | |
|
||||||
|
| service.main.portsList[0].name | string | `"extraport"` | |
|
||||||
|
| service.main.portsList[0].port | int | `9118` | |
|
||||||
|
| serviceList[0].enabled | bool | `true` | |
|
||||||
|
| serviceList[0].name | string | `"extraservice"` | |
|
||||||
|
| serviceList[0].portsList[0].enabled | bool | `true` | |
|
||||||
|
| serviceList[0].portsList[0].name | string | `"extrasvcport"` | |
|
||||||
|
| serviceList[0].portsList[0].port | int | `9119` | |
|
||||||
|
| strategy.type | string | `"Recreate"` | |
|
||||||
|
|
||||||
|
----------------------------------------------
|
||||||
|
Autogenerated from chart metadata using [helm-docs v1.5.0](https://github.com/norwoodj/helm-docs/releases/v1.5.0)
|
|
@ -0,0 +1,10 @@
|
||||||
|
##
|
||||||
|
# This file contains Values.yaml content that gets added to the output of questions.yaml
|
||||||
|
# It's ONLY meant for content that the user is NOT expected to change.
|
||||||
|
# Example: Everything under "image" is not included in questions.yaml but is included here.
|
||||||
|
##
|
||||||
|
|
||||||
|
##
|
||||||
|
# Most other defaults are set in questions.yaml
|
||||||
|
# For other options please refer to the wiki, default_values.yaml or the common library chart
|
||||||
|
##
|
File diff suppressed because it is too large
Load Diff
|
@ -0,0 +1 @@
|
||||||
|
{{ include "common.all" . }}
|
|
@ -0,0 +1,43 @@
|
||||||
|
# Default values for Jackett.
|
||||||
|
|
||||||
|
image:
|
||||||
|
repository: ghcr.io/k8s-at-home/jackett
|
||||||
|
pullPolicy: IfNotPresent
|
||||||
|
tag: v0.18.686
|
||||||
|
|
||||||
|
strategy:
|
||||||
|
type: Recreate
|
||||||
|
|
||||||
|
|
||||||
|
service:
|
||||||
|
main:
|
||||||
|
enabled: true
|
||||||
|
ports:
|
||||||
|
main:
|
||||||
|
port: 9117
|
||||||
|
portsList:
|
||||||
|
- name: "extraport"
|
||||||
|
enabled: true
|
||||||
|
port: 9118
|
||||||
|
|
||||||
|
serviceList:
|
||||||
|
- name: extraservice
|
||||||
|
enabled: true
|
||||||
|
portsList:
|
||||||
|
- name: "extrasvcport"
|
||||||
|
enabled: true
|
||||||
|
port: 9119
|
||||||
|
|
||||||
|
env: {}
|
||||||
|
# TZ: UTC
|
||||||
|
# PUID: 1001
|
||||||
|
# PGID: 1001
|
||||||
|
|
||||||
|
|
||||||
|
persistence:
|
||||||
|
config:
|
||||||
|
enabled: true
|
||||||
|
mountPath: "/config"
|
||||||
|
type: pvc
|
||||||
|
accessMode: ReadWriteOnce
|
||||||
|
size: "100Gi"
|
Loading…
Reference in New Issue