Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
d39bb2dd95
commit
626a93389a
|
@ -1,9 +0,0 @@
|
|||
|
||||
|
||||
## [avidemux-4.0.7](https://github.com/truecharts/charts/compare/avidemux-4.0.6...avidemux-4.0.7) (2023-04-25)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major ([#8153](https://github.com/truecharts/charts/issues/8153))
|
||||
|
||||
|
|
@ -4,6 +4,15 @@
|
|||
|
||||
|
||||
|
||||
## [avidemux-4.0.8](https://github.com/truecharts/charts/compare/avidemux-4.0.7...avidemux-4.0.8) (2023-04-29)
|
||||
|
||||
### Fix
|
||||
|
||||
- add KILL cap ([#8140](https://github.com/truecharts/charts/issues/8140))
|
||||
|
||||
|
||||
|
||||
|
||||
## [avidemux-4.0.7](https://github.com/truecharts/charts/compare/avidemux-4.0.6...avidemux-4.0.7) (2023-04-25)
|
||||
|
||||
### Chore
|
||||
|
@ -88,12 +97,3 @@
|
|||
- remove non-link sources ([#6826](https://github.com/truecharts/charts/issues/6826))
|
||||
|
||||
|
||||
|
||||
|
||||
## [avidemux-3.0.7](https://github.com/truecharts/charts/compare/avidemux-3.0.6...avidemux-3.0.7) (2022-12-27)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major ([#5856](https://github.com/truecharts/charts/issues/5856))
|
||||
|
||||
|
|
@ -21,7 +21,7 @@ sources:
|
|||
- https://github.com/truecharts/charts/tree/master/charts/stable/avidemux
|
||||
- https://github.com/jlesage/docker-avidemux
|
||||
type: application
|
||||
version: 4.0.7
|
||||
version: 4.0.8
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- media
|
|
@ -0,0 +1,9 @@
|
|||
|
||||
|
||||
## [avidemux-4.0.8](https://github.com/truecharts/charts/compare/avidemux-4.0.7...avidemux-4.0.8) (2023-04-29)
|
||||
|
||||
### Fix
|
||||
|
||||
- add KILL cap ([#8140](https://github.com/truecharts/charts/issues/8140))
|
||||
|
||||
|
|
@ -48,6 +48,11 @@ workload:
|
|||
podSpec:
|
||||
containers:
|
||||
main:
|
||||
securityContext:
|
||||
capabilities:
|
||||
add:
|
||||
- NET_BIND_SERVICE
|
||||
- KILL
|
||||
envFrom:
|
||||
- configMapRef:
|
||||
name: "avidemux"
|
|
@ -1105,7 +1105,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
|
|
@ -4,6 +4,15 @@
|
|||
|
||||
|
||||
|
||||
## [czkawka-4.0.10](https://github.com/truecharts/charts/compare/czkawka-4.0.9...czkawka-4.0.10) (2023-04-29)
|
||||
|
||||
### Fix
|
||||
|
||||
- add KILL cap ([#8140](https://github.com/truecharts/charts/issues/8140))
|
||||
|
||||
|
||||
|
||||
|
||||
## [czkawka-4.0.9](https://github.com/truecharts/charts/compare/czkawka-4.0.8...czkawka-4.0.9) (2023-04-25)
|
||||
|
||||
### Chore
|
||||
|
@ -88,12 +97,3 @@
|
|||
- BREAKING CHANGE migrate to new common part 1 ([#7900](https://github.com/truecharts/charts/issues/7900))
|
||||
|
||||
|
||||
|
||||
|
||||
## [czkawka-3.0.17](https://github.com/truecharts/charts/compare/czkawka-3.0.16...czkawka-3.0.17) (2023-02-21)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/czkawka to v23.02.3
|
||||
|
||||
|
|
@ -23,7 +23,7 @@ sources:
|
|||
- https://github.com/jlesage/docker-czkawka
|
||||
- https://github.com/qarmin/czkawka
|
||||
type: application
|
||||
version: 4.0.9
|
||||
version: 4.0.10
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- duplicates
|
|
@ -0,0 +1,9 @@
|
|||
|
||||
|
||||
## [czkawka-4.0.10](https://github.com/truecharts/charts/compare/czkawka-4.0.9...czkawka-4.0.10) (2023-04-29)
|
||||
|
||||
### Fix
|
||||
|
||||
- add KILL cap ([#8140](https://github.com/truecharts/charts/issues/8140))
|
||||
|
||||
|
|
@ -48,6 +48,11 @@ workload:
|
|||
podSpec:
|
||||
containers:
|
||||
main:
|
||||
securityContext:
|
||||
capabilities:
|
||||
add:
|
||||
- NET_BIND_SERVICE
|
||||
- KILL
|
||||
probes:
|
||||
liveness:
|
||||
type: http
|
|
@ -1174,7 +1174,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
|
|
@ -1,9 +0,0 @@
|
|||
|
||||
|
||||
## [czkawka-4.0.9](https://github.com/truecharts/charts/compare/czkawka-4.0.8...czkawka-4.0.9) (2023-04-25)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major ([#8153](https://github.com/truecharts/charts/issues/8153))
|
||||
|
||||
|
|
@ -1,9 +0,0 @@
|
|||
|
||||
|
||||
## [doublecommander-7.0.10](https://github.com/truecharts/charts/compare/doublecommander-7.0.9...doublecommander-7.0.10) (2023-04-25)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major ([#8153](https://github.com/truecharts/charts/issues/8153))
|
||||
|
||||
|
|
@ -4,6 +4,15 @@
|
|||
|
||||
|
||||
|
||||
## [doublecommander-7.0.11](https://github.com/truecharts/charts/compare/doublecommander-7.0.10...doublecommander-7.0.11) (2023-04-29)
|
||||
|
||||
### Fix
|
||||
|
||||
- add KILL cap ([#8140](https://github.com/truecharts/charts/issues/8140))
|
||||
|
||||
|
||||
|
||||
|
||||
## [doublecommander-7.0.10](https://github.com/truecharts/charts/compare/doublecommander-7.0.9...doublecommander-7.0.10) (2023-04-25)
|
||||
|
||||
### Chore
|
||||
|
@ -88,12 +97,3 @@
|
|||
- bump common on the 222 ([#7927](https://github.com/truecharts/charts/issues/7927))
|
||||
|
||||
|
||||
|
||||
|
||||
## [doublecommander-7.0.0](https://github.com/truecharts/charts/compare/doublecommander-6.0.8...doublecommander-7.0.0) (2023-04-11)
|
||||
|
||||
### Feat
|
||||
|
||||
- BREAKING CHANGE migrate to new common part 1 ([#7900](https://github.com/truecharts/charts/issues/7900))
|
||||
|
||||
|
|
@ -22,7 +22,7 @@ sources:
|
|||
- https://github.com/linuxserver/docker-doublecommander
|
||||
- https://doublecmd.sourceforge.io/
|
||||
type: application
|
||||
version: 7.0.10
|
||||
version: 7.0.11
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- media
|
|
@ -0,0 +1,9 @@
|
|||
|
||||
|
||||
## [doublecommander-7.0.11](https://github.com/truecharts/charts/compare/doublecommander-7.0.10...doublecommander-7.0.11) (2023-04-29)
|
||||
|
||||
### Fix
|
||||
|
||||
- add KILL cap ([#8140](https://github.com/truecharts/charts/issues/8140))
|
||||
|
||||
|
|
@ -26,6 +26,8 @@ workload:
|
|||
capabilities:
|
||||
add:
|
||||
- SYS_CHROOT
|
||||
- KILL
|
||||
- NET_BIND_SERVICE
|
||||
probes:
|
||||
liveness:
|
||||
type: http
|
|
@ -922,7 +922,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