Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
4f6f0acda6
commit
8810a1a948
|
@ -1,9 +0,0 @@
|
|||
|
||||
|
||||
## [cyberchef-5.0.11](https://github.com/truecharts/charts/compare/cyberchef-5.0.10...cyberchef-5.0.11) (2023-04-28)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/cyberchef to v10.4.0 ([#8292](https://github.com/truecharts/charts/issues/8292))
|
||||
|
||||
|
|
@ -4,6 +4,15 @@
|
|||
|
||||
|
||||
|
||||
## [cyberchef-5.0.12](https://github.com/truecharts/charts/compare/cyberchef-5.0.11...cyberchef-5.0.12) (2023-04-29)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/cyberchef to 10.4.0 ([#8389](https://github.com/truecharts/charts/issues/8389))
|
||||
|
||||
|
||||
|
||||
|
||||
## [cyberchef-5.0.11](https://github.com/truecharts/charts/compare/cyberchef-5.0.10...cyberchef-5.0.11) (2023-04-28)
|
||||
|
||||
### Chore
|
||||
|
@ -88,12 +97,3 @@
|
|||
- bump common on the 222 ([#7959](https://github.com/truecharts/charts/issues/7959))
|
||||
|
||||
|
||||
|
||||
|
||||
## [cyberchef-5.0.1](https://github.com/truecharts/charts/compare/cyberchef-5.0.0...cyberchef-5.0.1) (2023-04-11)
|
||||
|
||||
### Fix
|
||||
|
||||
- bump common on the 222 ([#7927](https://github.com/truecharts/charts/issues/7927))
|
||||
|
||||
|
|
@ -17,7 +17,7 @@ maintainers:
|
|||
name: cyberchef
|
||||
sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/cyberchef
|
||||
version: 5.0.11
|
||||
version: 5.0.12
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- utilities
|
|
@ -0,0 +1,9 @@
|
|||
|
||||
|
||||
## [cyberchef-5.0.12](https://github.com/truecharts/charts/compare/cyberchef-5.0.11...cyberchef-5.0.12) (2023-04-29)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/cyberchef to 10.4.0 ([#8389](https://github.com/truecharts/charts/issues/8389))
|
||||
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
image:
|
||||
repository: tccr.io/truecharts/cyberchef
|
||||
tag: 10.4.0@sha256:41b06feefc59b1295789b7638b3b29bc6d6693bf8ee4f9c36397c5acb30a661a
|
||||
tag: 10.4.0@sha256:c94911b26c44ae76c76c288b2536a336ddacccc3b87ba7180655fb8bcd9d702b
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
securityContext:
|
|
@ -844,7 +844,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