Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
9ab2e7ab10
commit
0ac3f55ed9
|
@ -1,9 +0,0 @@
|
|||
|
||||
|
||||
## [littlelink-9.0.38](https://github.com/truecharts/charts/compare/littlelink-9.0.37...littlelink-9.0.38) (2023-06-21)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/littlelink-server to latest ([#9822](https://github.com/truecharts/charts/issues/9822))
|
||||
|
||||
|
|
@ -4,6 +4,15 @@
|
|||
|
||||
|
||||
|
||||
## [littlelink-9.0.39](https://github.com/truecharts/charts/compare/littlelink-9.0.38...littlelink-9.0.39) (2023-06-25)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/littlelink-server to latest ([#9886](https://github.com/truecharts/charts/issues/9886))
|
||||
|
||||
|
||||
|
||||
|
||||
## [littlelink-9.0.38](https://github.com/truecharts/charts/compare/littlelink-9.0.37...littlelink-9.0.38) (2023-06-21)
|
||||
|
||||
### Chore
|
||||
|
@ -85,15 +94,6 @@
|
|||
|
||||
|
||||
|
||||
## [littlelink-9.0.33](https://github.com/truecharts/charts/compare/littlelink-9.0.32...littlelink-9.0.33) (2023-06-14)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/littlelink-server to latest ([#9622](https://github.com/truecharts/charts/issues/9622))
|
||||
|
||||
|
||||
|
||||
|
||||
## [littlelink-9.0.33](https://github.com/truecharts/charts/compare/littlelink-9.0.32...littlelink-9.0.33) (2023-06-14)
|
||||
|
||||
### Chore
|
|
@ -21,7 +21,7 @@ sources:
|
|||
- https://github.com/techno-tim/littlelink-server
|
||||
- https://github.com/sethcottle/littlelink
|
||||
type: application
|
||||
version: 9.0.38
|
||||
version: 9.0.39
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- social
|
|
@ -12,7 +12,7 @@ For more information about this App, please check the docs on the TrueCharts [we
|
|||
|
||||
## Support
|
||||
|
||||
- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE%20Apps/Important-MUST-READ).
|
||||
- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro).
|
||||
- See the [Website](https://truecharts.org)
|
||||
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
|
||||
- Open a [issue](https://github.com/truecharts/charts/issues/new/choose)
|
|
@ -0,0 +1,9 @@
|
|||
|
||||
|
||||
## [littlelink-9.0.39](https://github.com/truecharts/charts/compare/littlelink-9.0.38...littlelink-9.0.39) (2023-06-25)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/littlelink-server to latest ([#9886](https://github.com/truecharts/charts/issues/9886))
|
||||
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
image:
|
||||
repository: tccr.io/truecharts/littlelink-server
|
||||
pullPolicy: IfNotPresent
|
||||
tag: latest@sha256:34cebbde1d39f2728fb11852be03405bf1fff7c8ae760f92535b6cf253513811
|
||||
tag: latest@sha256:d8e00f047fef3e2a8a149a4c5bcef3f4ecfe03e31ae5eb76a46f35b77385c9f7
|
||||
service:
|
||||
main:
|
||||
ports:
|
|
@ -1327,14 +1327,14 @@ questions:
|
|||
attrs:
|
||||
- variable: cpu
|
||||
label: CPU
|
||||
description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/docs/manual/SCALE%20Apps/indepth/validation"
|
||||
description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
|
||||
schema:
|
||||
type: string
|
||||
default: 4000m
|
||||
valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
|
||||
- variable: memory
|
||||
label: RAM
|
||||
description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/docs/manual/SCALE%20Apps/indepth/validation"
|
||||
description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
|
||||
schema:
|
||||
type: string
|
||||
default: 8Gi
|
||||
|
@ -1348,7 +1348,7 @@ questions:
|
|||
attrs:
|
||||
- variable: cpu
|
||||
label: CPU
|
||||
description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/docs/manual/SCALE%20Apps/indepth/validation"
|
||||
description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
|
||||
schema:
|
||||
type: string
|
||||
default: 10m
|
||||
|
@ -1356,7 +1356,7 @@ questions:
|
|||
valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
|
||||
- variable: memory
|
||||
label: "RAM"
|
||||
description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/docs/manual/SCALE%20Apps/indepth/validation"
|
||||
description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
|
||||
schema:
|
||||
type: string
|
||||
default: 50Mi
|
Loading…
Reference in New Issue