Commit new App releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
53
incubator/custom-app/0.2.20/CONFIG.md
Normal file
53
incubator/custom-app/0.2.20/CONFIG.md
Normal file
@@ -0,0 +1,53 @@
|
||||
# custom-app
|
||||
|
||||
  
|
||||
|
||||
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)
|
||||
6
incubator/custom-app/0.2.20/Chart.lock
Normal file
6
incubator/custom-app/0.2.20/Chart.lock
Normal file
@@ -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"
|
||||
22
incubator/custom-app/0.2.20/Chart.yaml
Normal file
22
incubator/custom-app/0.2.20/Chart.yaml
Normal file
@@ -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
|
||||
53
incubator/custom-app/0.2.20/README.md
Normal file
53
incubator/custom-app/0.2.20/README.md
Normal file
@@ -0,0 +1,53 @@
|
||||
# custom-app
|
||||
|
||||
  
|
||||
|
||||
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)
|
||||
53
incubator/custom-app/0.2.20/app-readme.md
Normal file
53
incubator/custom-app/0.2.20/app-readme.md
Normal file
@@ -0,0 +1,53 @@
|
||||
# custom-app
|
||||
|
||||
  
|
||||
|
||||
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)
|
||||
BIN
incubator/custom-app/0.2.20/charts/common-6.13.8.tgz
Normal file
BIN
incubator/custom-app/0.2.20/charts/common-6.13.8.tgz
Normal file
Binary file not shown.
53
incubator/custom-app/0.2.20/helm-values.md
Normal file
53
incubator/custom-app/0.2.20/helm-values.md
Normal file
@@ -0,0 +1,53 @@
|
||||
# custom-app
|
||||
|
||||
  
|
||||
|
||||
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)
|
||||
10
incubator/custom-app/0.2.20/ix_values.yaml
Normal file
10
incubator/custom-app/0.2.20/ix_values.yaml
Normal file
@@ -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
|
||||
##
|
||||
1194
incubator/custom-app/0.2.20/questions.yaml
Normal file
1194
incubator/custom-app/0.2.20/questions.yaml
Normal file
File diff suppressed because it is too large
Load Diff
1
incubator/custom-app/0.2.20/templates/common.yaml
Normal file
1
incubator/custom-app/0.2.20/templates/common.yaml
Normal file
@@ -0,0 +1 @@
|
||||
{{ include "common.all" . }}
|
||||
43
incubator/custom-app/0.2.20/test_values.yaml
Normal file
43
incubator/custom-app/0.2.20/test_values.yaml
Normal file
@@ -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"
|
||||
0
incubator/custom-app/0.2.20/values.yaml
Normal file
0
incubator/custom-app/0.2.20/values.yaml
Normal file
Reference in New Issue
Block a user