Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
4be2413a7b
commit
fb33b08755
|
@ -1,9 +0,0 @@
|
|||
|
||||
|
||||
## [satisfactory-8.1.6](https://github.com/truecharts/charts/compare/satisfactory-8.1.5...satisfactory-8.1.6) (2024-01-09)
|
||||
|
||||
### Chore
|
||||
|
||||
|
||||
|
||||
- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986))
|
|
@ -7,6 +7,15 @@ title: Changelog
|
|||
|
||||
|
||||
|
||||
## [satisfactory-8.1.7](https://github.com/truecharts/charts/compare/satisfactory-8.1.6...satisfactory-8.1.7) (2024-01-13)
|
||||
|
||||
### Fix
|
||||
|
||||
|
||||
|
||||
- fix wrong variable name for query port ([#17091](https://github.com/truecharts/charts/issues/17091))
|
||||
|
||||
|
||||
## [satisfactory-8.1.6](https://github.com/truecharts/charts/compare/satisfactory-8.1.5...satisfactory-8.1.6) (2024-01-09)
|
||||
|
||||
### Chore
|
||||
|
@ -88,12 +97,3 @@ title: Changelog
|
|||
|
||||
- update helm chart common to 17.1.0 by renovate ([#16532](https://github.com/truecharts/charts/issues/16532))
|
||||
|
||||
## [satisfactory-7.0.11](https://github.com/truecharts/charts/compare/satisfactory-7.0.10...satisfactory-7.0.11) (2023-12-24)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major by renovate ([#16384](https://github.com/truecharts/charts/issues/16384))
|
||||
|
||||
## [satisfactory-7.0.10](https://github.com/truecharts/charts/compare/satisfactory-7.0.9...satisfactory-7.0.10) (2023-12-24)
|
||||
|
||||
### Chore
|
|
@ -1,16 +1,16 @@
|
|||
kubeVersion: ">=1.24.0-0"
|
||||
apiVersion: v2
|
||||
name: satisfactory
|
||||
version: 8.1.6
|
||||
version: 8.1.7
|
||||
appVersion: 1.6.1
|
||||
description: Satisfactory Dedicated Server
|
||||
home: https://truecharts.org/charts/stable/satisfactory
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/satisfactory.png
|
||||
deprecated: false
|
||||
sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/satisfactory
|
||||
- https://hub.docker.com/r/wolveix/satisfactory-server
|
||||
- https://github.com/wolveix/satisfactory-server
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/satisfactory
|
||||
maintainers:
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
|
@ -0,0 +1,9 @@
|
|||
|
||||
|
||||
## [satisfactory-8.1.7](https://github.com/truecharts/charts/compare/satisfactory-8.1.6...satisfactory-8.1.7) (2024-01-13)
|
||||
|
||||
### Fix
|
||||
|
||||
|
||||
|
||||
- fix wrong variable name for query port ([#17091](https://github.com/truecharts/charts/issues/17091))
|
|
@ -471,7 +471,7 @@ questions:
|
|||
additional_attrs: true
|
||||
type: dict
|
||||
attrs:
|
||||
- variable: main
|
||||
- variable: query
|
||||
label: "Query Service Port Configuration"
|
||||
schema:
|
||||
additional_attrs: true
|
Loading…
Reference in New Issue