Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
2aa2b1b1f2
commit
b069dfc0eb
|
@ -1,4 +0,0 @@
|
||||||
|
|
||||||
|
|
||||||
## [impostor-server-5.0.11](https://github.com/truecharts/charts/compare/impostor-server-5.0.10...impostor-server-5.0.11) (2023-11-18)
|
|
||||||
|
|
|
@ -4,6 +4,15 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## [impostor-server-5.0.12](https://github.com/truecharts/charts/compare/impostor-server-5.0.11...impostor-server-5.0.12) (2023-11-25)
|
||||||
|
|
||||||
|
### Chore
|
||||||
|
|
||||||
|
- update container image aeonlucid/impostor to nightly[@029aeb0](https://github.com/029aeb0) ([#14846](https://github.com/truecharts/charts/issues/14846))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [impostor-server-5.0.11](https://github.com/truecharts/charts/compare/impostor-server-5.0.10...impostor-server-5.0.11) (2023-11-18)
|
## [impostor-server-5.0.11](https://github.com/truecharts/charts/compare/impostor-server-5.0.10...impostor-server-5.0.11) (2023-11-18)
|
||||||
|
|
||||||
|
|
||||||
|
@ -88,12 +97,3 @@
|
||||||
|
|
||||||
|
|
||||||
## [impostor-server-5.0.0](https://github.com/truecharts/charts/compare/impostor-server-4.0.29...impostor-server-5.0.0) (2023-07-31)
|
## [impostor-server-5.0.0](https://github.com/truecharts/charts/compare/impostor-server-4.0.29...impostor-server-5.0.0) (2023-07-31)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [impostor-server-4.0.29](https://github.com/truecharts/charts/compare/impostor-server-4.0.28...impostor-server-4.0.29) (2023-07-29)
|
|
||||||
|
|
||||||
### Chore
|
|
||||||
|
|
||||||
- update helm general non-major ([#10955](https://github.com/truecharts/charts/issues/10955))
|
|
|
@ -1,5 +1,5 @@
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: "1.8.4"
|
appVersion: v1.8.4
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
repository: https://library-charts.truecharts.org
|
repository: https://library-charts.truecharts.org
|
||||||
|
@ -19,7 +19,7 @@ name: impostor-server
|
||||||
sources:
|
sources:
|
||||||
- https://github.com/truecharts/charts/tree/master/charts/stable/impostor-server
|
- https://github.com/truecharts/charts/tree/master/charts/stable/impostor-server
|
||||||
type: application
|
type: application
|
||||||
version: 5.0.11
|
version: 5.0.12
|
||||||
annotations:
|
annotations:
|
||||||
truecharts.org/category: games
|
truecharts.org/category: games
|
||||||
truecharts.org/SCALE-support: "true"
|
truecharts.org/SCALE-support: "true"
|
|
@ -0,0 +1,9 @@
|
||||||
|
|
||||||
|
|
||||||
|
## [impostor-server-5.0.12](https://github.com/truecharts/charts/compare/impostor-server-5.0.11...impostor-server-5.0.12) (2023-11-25)
|
||||||
|
|
||||||
|
### Chore
|
||||||
|
|
||||||
|
- update container image aeonlucid/impostor to nightly[@029aeb0](https://github.com/029aeb0) ([#14846](https://github.com/truecharts/charts/issues/14846))
|
||||||
|
|
||||||
|
|
|
@ -5,7 +5,7 @@ image:
|
||||||
nightlyImage:
|
nightlyImage:
|
||||||
repository: aeonlucid/impostor
|
repository: aeonlucid/impostor
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
tag: nightly@sha256:d50e3969809d5bad471f64e22a3b4d1ed1ad8273b168bd931f7e342874034979
|
tag: nightly@sha256:029aeb02d0ee96f924e2d533c59adb70a3ffa44d1416d2d58d31a2d33dc4284e
|
||||||
service:
|
service:
|
||||||
main:
|
main:
|
||||||
ports:
|
ports:
|
Loading…
Reference in New Issue