Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
659270d3a4
commit
d40eab7aa3
|
@ -1,9 +0,0 @@
|
|||
|
||||
|
||||
## [littlelink-9.0.10](https://github.com/truecharts/charts/compare/littlelink-9.0.9...littlelink-9.0.10) (2023-04-27)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/littlelink-server to latest ([#8254](https://github.com/truecharts/charts/issues/8254))
|
||||
|
||||
|
|
@ -4,6 +4,15 @@
|
|||
|
||||
|
||||
|
||||
## [littlelink-9.0.11](https://github.com/truecharts/charts/compare/littlelink-9.0.10...littlelink-9.0.11) (2023-04-29)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/littlelink-server to latest ([#8467](https://github.com/truecharts/charts/issues/8467))
|
||||
|
||||
|
||||
|
||||
|
||||
## [littlelink-9.0.10](https://github.com/truecharts/charts/compare/littlelink-9.0.9...littlelink-9.0.10) (2023-04-27)
|
||||
|
||||
### Chore
|
||||
|
@ -88,12 +97,3 @@
|
|||
- bump common on the 222 ([#7927](https://github.com/truecharts/charts/issues/7927))
|
||||
|
||||
|
||||
|
||||
|
||||
## [littlelink-9.0.0](https://github.com/truecharts/charts/compare/littlelink-8.0.23...littlelink-9.0.0) (2023-04-11)
|
||||
|
||||
### Feat
|
||||
|
||||
- BREAKING CHANGE migrate to new common part 1 ([#7900](https://github.com/truecharts/charts/issues/7900))
|
||||
|
||||
|
|
@ -21,7 +21,7 @@ sources:
|
|||
- https://github.com/techno-tim/littlelink-server
|
||||
- https://github.com/sethcottle/littlelink
|
||||
type: application
|
||||
version: 9.0.10
|
||||
version: 9.0.11
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- social
|
|
@ -0,0 +1,9 @@
|
|||
|
||||
|
||||
## [littlelink-9.0.11](https://github.com/truecharts/charts/compare/littlelink-9.0.10...littlelink-9.0.11) (2023-04-29)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/littlelink-server to latest ([#8467](https://github.com/truecharts/charts/issues/8467))
|
||||
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
image:
|
||||
repository: tccr.io/truecharts/littlelink-server
|
||||
pullPolicy: IfNotPresent
|
||||
tag: latest@sha256:5af097cba3c3ad1a6adf1d425c06725d7d1ff71cde2e5c72f570b3582149a19a
|
||||
tag: latest@sha256:ce405810f03e5386d7a91871c79c25ce5596a7d6591ccde0fec21ef91ee5b1db
|
||||
service:
|
||||
main:
|
||||
ports:
|
|
@ -1170,7 +1170,7 @@ questions:
|
|||
description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps
|
||||
schema:
|
||||
type: int
|
||||
show_if: [["runAsUser", "=", "0"]]
|
||||
show_if: [["runAsUser", "=", 0]]
|
||||
default: 568
|
||||
- variable: UMASK
|
||||
label: UMASK
|
Loading…
Reference in New Issue