Commit new App releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
8f290c0232
commit
5559abc962
|
@ -1,6 +1,11 @@
|
||||||
# Changelog<br>
|
# Changelog<br>
|
||||||
|
|
||||||
|
|
||||||
|
<a name="openspeedtest-0.0.2"></a>
|
||||||
|
### [openspeedtest-0.0.2](https://github.com/truecharts/apps/compare/openspeedtest-0.0.1...openspeedtest-0.0.2) (2022-06-26)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a name="openspeedtest-0.0.1"></a>
|
<a name="openspeedtest-0.0.1"></a>
|
||||||
### openspeedtest-0.0.1 (2022-06-25)
|
### openspeedtest-0.0.1 (2022-06-25)
|
||||||
|
|
|
@ -3,4 +3,4 @@ dependencies:
|
||||||
repository: https://library-charts.truecharts.org
|
repository: https://library-charts.truecharts.org
|
||||||
version: 10.1.4
|
version: 10.1.4
|
||||||
digest: sha256:0f159b86b96bd27bd8d967476e26de9a2a6db995faf0c091cbf1281ee4c4e3a2
|
digest: sha256:0f159b86b96bd27bd8d967476e26de9a2a6db995faf0c091cbf1281ee4c4e3a2
|
||||||
generated: "2022-06-25T17:18:22.139825934Z"
|
generated: "2022-06-26T10:03:11.264821754Z"
|
|
@ -21,7 +21,7 @@ name: openspeedtest
|
||||||
sources:
|
sources:
|
||||||
- https://github.com/openspeedtest/Speed-Test
|
- https://github.com/openspeedtest/Speed-Test
|
||||||
type: application
|
type: application
|
||||||
version: 0.0.1
|
version: 0.0.2
|
||||||
annotations:
|
annotations:
|
||||||
truecharts.org/catagories: |
|
truecharts.org/catagories: |
|
||||||
- utilities
|
- utilities
|
|
@ -17,7 +17,7 @@ service:
|
||||||
ports:
|
ports:
|
||||||
main:
|
main:
|
||||||
targetPort: 3000
|
targetPort: 3000
|
||||||
port: 10250
|
port: 10251
|
||||||
|
|
||||||
probes:
|
probes:
|
||||||
liveness:
|
liveness:
|
|
@ -376,7 +376,7 @@ questions:
|
||||||
description: "This port exposes the container port on the service"
|
description: "This port exposes the container port on the service"
|
||||||
schema:
|
schema:
|
||||||
type: int
|
type: int
|
||||||
default: 10250
|
default: 10251
|
||||||
required: true
|
required: true
|
||||||
- variable: advanced
|
- variable: advanced
|
||||||
label: "Show Advanced settings"
|
label: "Show Advanced settings"
|
Loading…
Reference in New Issue