Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
37848a26ca
commit
cfde80e61b
|
@ -1,9 +0,0 @@
|
|||
|
||||
|
||||
## [snapdrop-5.0.27](https://github.com/truecharts/charts/compare/snapdrop-5.0.26...snapdrop-5.0.27) (2023-06-22)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/snapdrop to latest ([#9826](https://github.com/truecharts/charts/issues/9826))
|
||||
|
||||
|
|
@ -4,6 +4,15 @@
|
|||
|
||||
|
||||
|
||||
## [snapdrop-5.0.28](https://github.com/truecharts/charts/compare/snapdrop-5.0.27...snapdrop-5.0.28) (2023-06-29)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/snapdrop to latest ([#10029](https://github.com/truecharts/charts/issues/10029))
|
||||
|
||||
|
||||
|
||||
|
||||
## [snapdrop-5.0.27](https://github.com/truecharts/charts/compare/snapdrop-5.0.26...snapdrop-5.0.27) (2023-06-22)
|
||||
|
||||
### Chore
|
||||
|
@ -88,12 +97,3 @@
|
|||
- update helm general non-major ([#9197](https://github.com/truecharts/charts/issues/9197))
|
||||
|
||||
|
||||
|
||||
|
||||
## [snapdrop-5.0.18](https://github.com/truecharts/charts/compare/snapdrop-5.0.17...snapdrop-5.0.18) (2023-05-26)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major ([#9156](https://github.com/truecharts/charts/issues/9156))
|
||||
|
||||
|
|
@ -18,7 +18,7 @@ name: snapdrop
|
|||
sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/snapdrop
|
||||
- https://github.com/linuxserver/docker-snapdrop
|
||||
version: 5.0.27
|
||||
version: 5.0.28
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- media
|
|
@ -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 @@
|
|||
|
||||
|
||||
## [snapdrop-5.0.28](https://github.com/truecharts/charts/compare/snapdrop-5.0.27...snapdrop-5.0.28) (2023-06-29)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/snapdrop to latest ([#10029](https://github.com/truecharts/charts/issues/10029))
|
||||
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
image:
|
||||
repository: tccr.io/truecharts/snapdrop
|
||||
tag: latest@sha256:cd30aef55b829fc0d0bb01b7076b6dec8266424613a0905e9b34a933fd8d337e
|
||||
tag: latest@sha256:d44c4cbb3eb9eec9927768cf0b18ec90a5a5016bc9ef1d29551cd90fcf9597e6
|
||||
pullPolicy: IfNotPresent
|
||||
service:
|
||||
main:
|
|
@ -1111,14 +1111,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
|
||||
|
@ -1132,7 +1132,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
|
||||
|
@ -1140,7 +1140,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