Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
419c883c21
commit
71c4d44401
|
@ -4,6 +4,15 @@
|
|||
|
||||
|
||||
|
||||
## [seedsync-4.0.1](https://github.com/truecharts/charts/compare/seedsync-4.0.0...seedsync-4.0.1) (2023-08-03)
|
||||
|
||||
### Fix
|
||||
|
||||
- nest securityContext values under container ([#11092](https://github.com/truecharts/charts/issues/11092))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [seedsync-4.0.0](https://github.com/truecharts/charts/compare/seedsync-3.0.2...seedsync-4.0.0) (2023-07-31)
|
||||
|
|
@ -25,4 +25,4 @@ sources:
|
|||
- https://github.com/truecharts/charts/tree/master/charts/stable/seedsync
|
||||
- https://github.com/ipsingh06/seedsync
|
||||
type: application
|
||||
version: 4.0.0
|
||||
version: 4.0.1
|
|
@ -0,0 +1,9 @@
|
|||
|
||||
|
||||
## [seedsync-4.0.1](https://github.com/truecharts/charts/compare/seedsync-4.0.0...seedsync-4.0.1) (2023-08-03)
|
||||
|
||||
### Fix
|
||||
|
||||
- nest securityContext values under container ([#11092](https://github.com/truecharts/charts/issues/11092))
|
||||
|
||||
|
|
@ -4,6 +4,7 @@ image:
|
|||
tag: latest@sha256:e8e69dcebd7cd9b15af6484736e6d51df49d0e2757e067b1fe8b9b820c6780d1
|
||||
|
||||
securityContext:
|
||||
container:
|
||||
readOnlyRootFilesystem: false
|
||||
runAsGroup: 0
|
||||
runAsUser: 0
|
Loading…
Reference in New Issue