Commit new App releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
62a3a8297a
commit
e46596c7f0
|
@ -1,6 +1,15 @@
|
||||||
# Changelog<br>
|
# Changelog<br>
|
||||||
|
|
||||||
|
|
||||||
|
<a name="custom-app-2.0.22"></a>
|
||||||
|
### [custom-app-2.0.22](https://github.com/truecharts/apps/compare/custom-app-2.0.21...custom-app-2.0.22) (2021-10-21)
|
||||||
|
|
||||||
|
#### Fix
|
||||||
|
|
||||||
|
* Move test values to ci folder and use bare-bones values.yaml ([#1218](https://github.com/truecharts/apps/issues/1218))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a name="custom-app-2.0.21"></a>
|
<a name="custom-app-2.0.21"></a>
|
||||||
### [custom-app-2.0.21](https://github.com/truecharts/apps/compare/custom-app-2.0.20...custom-app-2.0.21) (2021-10-20)
|
### [custom-app-2.0.21](https://github.com/truecharts/apps/compare/custom-app-2.0.20...custom-app-2.0.21) (2021-10-20)
|
||||||
|
|
||||||
|
@ -88,12 +97,3 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a name="custom-app-2.0.11"></a>
|
|
||||||
### [custom-app-2.0.11](https://github.com/truecharts/apps/compare/custom-app-2.0.10...custom-app-2.0.11) (2021-10-13)
|
|
||||||
|
|
||||||
#### Chore
|
|
||||||
|
|
||||||
* update non-major docker tags ([#1134](https://github.com/truecharts/apps/issues/1134))
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -3,4 +3,4 @@ dependencies:
|
||||||
repository: https://truecharts.org
|
repository: https://truecharts.org
|
||||||
version: 8.3.14
|
version: 8.3.14
|
||||||
digest: sha256:2278950106e480dac22f26c75bdff4cffbc2d5262a24692f160c3bfa37bda367
|
digest: sha256:2278950106e480dac22f26c75bdff4cffbc2d5262a24692f160c3bfa37bda367
|
||||||
generated: "2021-10-20T22:13:20.823577407Z"
|
generated: "2021-10-21T13:36:53.192717521Z"
|
|
@ -19,10 +19,9 @@ name: custom-app
|
||||||
sources:
|
sources:
|
||||||
- https://github.com/truecharts/apps/tree/master/charts/stable/custom-app
|
- https://github.com/truecharts/apps/tree/master/charts/stable/custom-app
|
||||||
type: application
|
type: application
|
||||||
version: 2.0.21
|
version: 2.0.22
|
||||||
annotations:
|
annotations:
|
||||||
truecharts.org/catagories: |
|
truecharts.org/catagories: |
|
||||||
- custom
|
- custom
|
||||||
|
|
||||||
truecharts.org/SCALE-support: "true"
|
truecharts.org/SCALE-support: "true"
|
||||||
truecharts.org/grade: U
|
truecharts.org/grade: U
|
|
@ -1,5 +1,3 @@
|
||||||
# Default values for Jackett.
|
|
||||||
|
|
||||||
image:
|
image:
|
||||||
repository: ghcr.io/k8s-at-home/jackett
|
repository: ghcr.io/k8s-at-home/jackett
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
|
@ -11,25 +11,8 @@ You will, however, be able to use all values referenced in the common chart here
|
||||||
|
|
||||||
| Key | Type | Default | Description |
|
| Key | Type | Default | Description |
|
||||||
|-----|------|---------|-------------|
|
|-----|------|---------|-------------|
|
||||||
| env | object | `{}` | |
|
|
||||||
| image.pullPolicy | string | `"IfNotPresent"` | |
|
| image.pullPolicy | string | `"IfNotPresent"` | |
|
||||||
| image.repository | string | `"ghcr.io/k8s-at-home/jackett"` | |
|
| image.repository | string | `"ghcr.io/k8s-at-home/jackett"` | |
|
||||||
| image.tag | string | `"v0.18.1025@sha256:fc255969e675bf34818450c9b4440403edd4b20f35bb148017c292186db381ff"` | |
|
| image.tag | string | `"v0.18.1025@sha256:fc255969e675bf34818450c9b4440403edd4b20f35bb148017c292186db381ff"` | |
|
||||||
| 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"` | |
|
|
||||||
| securityContext.readOnlyRootFilesystem | bool | `false` | |
|
|
||||||
| 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` | |
|
|
||||||
|
|
||||||
All Rights Reserved - The TrueCharts Project
|
All Rights Reserved - The TrueCharts Project
|
|
@ -0,0 +1,6 @@
|
||||||
|
# Default values for Jackett.
|
||||||
|
|
||||||
|
image:
|
||||||
|
repository: ghcr.io/k8s-at-home/jackett
|
||||||
|
pullPolicy: IfNotPresent
|
||||||
|
tag: v0.18.1025@sha256:fc255969e675bf34818450c9b4440403edd4b20f35bb148017c292186db381ff
|
Loading…
Reference in New Issue