Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
0d0e901149
commit
307abf917a
|
@ -1,9 +0,0 @@
|
||||||
|
|
||||||
|
|
||||||
## [satisfactory-5.0.7](https://github.com/truecharts/charts/compare/satisfactory-5.0.6...satisfactory-5.0.7) (2023-04-25)
|
|
||||||
|
|
||||||
### Chore
|
|
||||||
|
|
||||||
- update helm general non-major ([#8153](https://github.com/truecharts/charts/issues/8153))
|
|
||||||
|
|
||||||
|
|
|
@ -4,6 +4,15 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## [satisfactory-5.0.8](https://github.com/truecharts/charts/compare/satisfactory-5.0.7...satisfactory-5.0.8) (2023-04-30)
|
||||||
|
|
||||||
|
### Chore
|
||||||
|
|
||||||
|
- update container image tccr.io/truecharts/satisfactory to v1.4.8 ([#8522](https://github.com/truecharts/charts/issues/8522))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [satisfactory-5.0.7](https://github.com/truecharts/charts/compare/satisfactory-5.0.6...satisfactory-5.0.7) (2023-04-25)
|
## [satisfactory-5.0.7](https://github.com/truecharts/charts/compare/satisfactory-5.0.6...satisfactory-5.0.7) (2023-04-25)
|
||||||
|
|
||||||
### Chore
|
### Chore
|
||||||
|
@ -88,12 +97,3 @@
|
||||||
- ensure new helm deps repo is used in latest releases as well.
|
- ensure new helm deps repo is used in latest releases as well.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [satisfactory-4.0.13](https://github.com/truecharts/charts/compare/satisfactory-4.0.12...satisfactory-4.0.13) (2023-02-03)
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [satisfactory-4.0.12](https://github.com/truecharts/charts/compare/satisfactory-4.0.11...satisfactory-4.0.12) (2023-01-30)
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: "1.4.6"
|
appVersion: "1.4.8"
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
repository: https://library-charts.truecharts.org
|
repository: https://library-charts.truecharts.org
|
||||||
|
@ -20,7 +20,7 @@ sources:
|
||||||
- https://github.com/truecharts/charts/tree/master/charts/stable/satisfactory
|
- https://github.com/truecharts/charts/tree/master/charts/stable/satisfactory
|
||||||
- https://github.com/wolveix/satisfactory-server
|
- https://github.com/wolveix/satisfactory-server
|
||||||
type: application
|
type: application
|
||||||
version: 5.0.7
|
version: 5.0.8
|
||||||
annotations:
|
annotations:
|
||||||
truecharts.org/catagories: |
|
truecharts.org/catagories: |
|
||||||
- games
|
- games
|
|
@ -0,0 +1,9 @@
|
||||||
|
|
||||||
|
|
||||||
|
## [satisfactory-5.0.8](https://github.com/truecharts/charts/compare/satisfactory-5.0.7...satisfactory-5.0.8) (2023-04-30)
|
||||||
|
|
||||||
|
### Chore
|
||||||
|
|
||||||
|
- update container image tccr.io/truecharts/satisfactory to v1.4.8 ([#8522](https://github.com/truecharts/charts/issues/8522))
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
image:
|
image:
|
||||||
repository: tccr.io/truecharts/satisfactory
|
repository: tccr.io/truecharts/satisfactory
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
tag: 1.4.6@sha256:d7b8109b32c61e8e474c287053a734724da1d13b2c802b7d1e491629b74e097f
|
tag: 1.4.8@sha256:ef87762ca83f70cbb648e94f50383f8e996078cce1f73f005acab6bad21aa5b7
|
||||||
persistence:
|
persistence:
|
||||||
config:
|
config:
|
||||||
enabled: true
|
enabled: true
|
|
@ -782,7 +782,7 @@ questions:
|
||||||
description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps
|
description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps
|
||||||
schema:
|
schema:
|
||||||
type: int
|
type: int
|
||||||
show_if: [["runAsUser", "=", "0"]]
|
show_if: [["runAsUser", "=", 0]]
|
||||||
default: 568
|
default: 568
|
||||||
- variable: UMASK
|
- variable: UMASK
|
||||||
label: UMASK
|
label: UMASK
|
Loading…
Reference in New Issue