From 307abf917af803afe01e17af2cbb077483ecaf5c Mon Sep 17 00:00:00 2001 From: TrueCharts-Bot Date: Sun, 30 Apr 2023 04:39:59 +0000 Subject: [PATCH] Commit new Chart releases for TrueCharts Signed-off-by: TrueCharts-Bot --- stable/satisfactory/5.0.7/app-changelog.md | 9 --------- .../{5.0.7 => 5.0.8}/CHANGELOG.md | 18 +++++++++--------- .../satisfactory/{5.0.7 => 5.0.8}/Chart.yaml | 4 ++-- .../satisfactory/{5.0.7 => 5.0.8}/README.md | 0 stable/satisfactory/5.0.8/app-changelog.md | 9 +++++++++ .../{5.0.7 => 5.0.8}/app-readme.md | 0 .../{5.0.7 => 5.0.8}/charts/common-12.6.1.tgz | Bin .../{5.0.7 => 5.0.8}/ix_values.yaml | 2 +- .../{5.0.7 => 5.0.8}/questions.yaml | 2 +- .../{5.0.7 => 5.0.8}/templates/NOTES.txt | 0 .../{5.0.7 => 5.0.8}/templates/common.yaml | 0 .../satisfactory/{5.0.7 => 5.0.8}/values.yaml | 0 12 files changed, 22 insertions(+), 22 deletions(-) delete mode 100644 stable/satisfactory/5.0.7/app-changelog.md rename stable/satisfactory/{5.0.7 => 5.0.8}/CHANGELOG.md (89%) rename stable/satisfactory/{5.0.7 => 5.0.8}/Chart.yaml (95%) rename stable/satisfactory/{5.0.7 => 5.0.8}/README.md (100%) create mode 100644 stable/satisfactory/5.0.8/app-changelog.md rename stable/satisfactory/{5.0.7 => 5.0.8}/app-readme.md (100%) rename stable/satisfactory/{5.0.7 => 5.0.8}/charts/common-12.6.1.tgz (100%) rename stable/satisfactory/{5.0.7 => 5.0.8}/ix_values.yaml (94%) rename stable/satisfactory/{5.0.7 => 5.0.8}/questions.yaml (99%) rename stable/satisfactory/{5.0.7 => 5.0.8}/templates/NOTES.txt (100%) rename stable/satisfactory/{5.0.7 => 5.0.8}/templates/common.yaml (100%) rename stable/satisfactory/{5.0.7 => 5.0.8}/values.yaml (100%) diff --git a/stable/satisfactory/5.0.7/app-changelog.md b/stable/satisfactory/5.0.7/app-changelog.md deleted file mode 100644 index ec4be6aecb0..00000000000 --- a/stable/satisfactory/5.0.7/app-changelog.md +++ /dev/null @@ -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)) - - \ No newline at end of file diff --git a/stable/satisfactory/5.0.7/CHANGELOG.md b/stable/satisfactory/5.0.8/CHANGELOG.md similarity index 89% rename from stable/satisfactory/5.0.7/CHANGELOG.md rename to stable/satisfactory/5.0.8/CHANGELOG.md index 7c18afbc632..707ed826e77 100644 --- a/stable/satisfactory/5.0.7/CHANGELOG.md +++ b/stable/satisfactory/5.0.8/CHANGELOG.md @@ -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) ### Chore @@ -88,12 +97,3 @@ - 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) - diff --git a/stable/satisfactory/5.0.7/Chart.yaml b/stable/satisfactory/5.0.8/Chart.yaml similarity index 95% rename from stable/satisfactory/5.0.7/Chart.yaml rename to stable/satisfactory/5.0.8/Chart.yaml index 9ef51522db9..95accfe3508 100644 --- a/stable/satisfactory/5.0.7/Chart.yaml +++ b/stable/satisfactory/5.0.8/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: "1.4.6" +appVersion: "1.4.8" dependencies: - name: common repository: https://library-charts.truecharts.org @@ -20,7 +20,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/satisfactory - https://github.com/wolveix/satisfactory-server type: application -version: 5.0.7 +version: 5.0.8 annotations: truecharts.org/catagories: | - games diff --git a/stable/satisfactory/5.0.7/README.md b/stable/satisfactory/5.0.8/README.md similarity index 100% rename from stable/satisfactory/5.0.7/README.md rename to stable/satisfactory/5.0.8/README.md diff --git a/stable/satisfactory/5.0.8/app-changelog.md b/stable/satisfactory/5.0.8/app-changelog.md new file mode 100644 index 00000000000..5365144d4e0 --- /dev/null +++ b/stable/satisfactory/5.0.8/app-changelog.md @@ -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)) + + \ No newline at end of file diff --git a/stable/satisfactory/5.0.7/app-readme.md b/stable/satisfactory/5.0.8/app-readme.md similarity index 100% rename from stable/satisfactory/5.0.7/app-readme.md rename to stable/satisfactory/5.0.8/app-readme.md diff --git a/stable/satisfactory/5.0.7/charts/common-12.6.1.tgz b/stable/satisfactory/5.0.8/charts/common-12.6.1.tgz similarity index 100% rename from stable/satisfactory/5.0.7/charts/common-12.6.1.tgz rename to stable/satisfactory/5.0.8/charts/common-12.6.1.tgz diff --git a/stable/satisfactory/5.0.7/ix_values.yaml b/stable/satisfactory/5.0.8/ix_values.yaml similarity index 94% rename from stable/satisfactory/5.0.7/ix_values.yaml rename to stable/satisfactory/5.0.8/ix_values.yaml index c2fd986371e..b1e87683a30 100644 --- a/stable/satisfactory/5.0.7/ix_values.yaml +++ b/stable/satisfactory/5.0.8/ix_values.yaml @@ -1,7 +1,7 @@ image: repository: tccr.io/truecharts/satisfactory pullPolicy: IfNotPresent - tag: 1.4.6@sha256:d7b8109b32c61e8e474c287053a734724da1d13b2c802b7d1e491629b74e097f + tag: 1.4.8@sha256:ef87762ca83f70cbb648e94f50383f8e996078cce1f73f005acab6bad21aa5b7 persistence: config: enabled: true diff --git a/stable/satisfactory/5.0.7/questions.yaml b/stable/satisfactory/5.0.8/questions.yaml similarity index 99% rename from stable/satisfactory/5.0.7/questions.yaml rename to stable/satisfactory/5.0.8/questions.yaml index 1b1da405412..ed9b62ab717 100644 --- a/stable/satisfactory/5.0.7/questions.yaml +++ b/stable/satisfactory/5.0.8/questions.yaml @@ -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 schema: type: int - show_if: [["runAsUser", "=", "0"]] + show_if: [["runAsUser", "=", 0]] default: 568 - variable: UMASK label: UMASK diff --git a/stable/satisfactory/5.0.7/templates/NOTES.txt b/stable/satisfactory/5.0.8/templates/NOTES.txt similarity index 100% rename from stable/satisfactory/5.0.7/templates/NOTES.txt rename to stable/satisfactory/5.0.8/templates/NOTES.txt diff --git a/stable/satisfactory/5.0.7/templates/common.yaml b/stable/satisfactory/5.0.8/templates/common.yaml similarity index 100% rename from stable/satisfactory/5.0.7/templates/common.yaml rename to stable/satisfactory/5.0.8/templates/common.yaml diff --git a/stable/satisfactory/5.0.7/values.yaml b/stable/satisfactory/5.0.8/values.yaml similarity index 100% rename from stable/satisfactory/5.0.7/values.yaml rename to stable/satisfactory/5.0.8/values.yaml