Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
4e95780dc4
commit
33f7c7978d
|
@ -4,6 +4,15 @@
|
|||
|
||||
|
||||
|
||||
## [discordgsm-4.0.1](https://github.com/truecharts/charts/compare/discordgsm-4.0.0...discordgsm-4.0.1) (2023-09-07)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/game-server-monitor to v2.14.0 ([#12321](https://github.com/truecharts/charts/issues/12321))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [discordgsm-4.0.0](https://github.com/truecharts/charts/compare/discordgsm-3.0.1...discordgsm-4.0.0) (2023-07-31)
|
||||
|
||||
|
@ -88,12 +97,3 @@
|
|||
|
||||
- update helm general non-major ([#9197](https://github.com/truecharts/charts/issues/9197))
|
||||
|
||||
|
||||
|
||||
|
||||
## [discordgsm-2.0.17](https://github.com/truecharts/charts/compare/discordgsm-2.0.16...discordgsm-2.0.17) (2023-05-26)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major ([#9156](https://github.com/truecharts/charts/issues/9156))
|
||||
|
|
@ -1,5 +1,5 @@
|
|||
apiVersion: v2
|
||||
appVersion: "2.12.1"
|
||||
appVersion: "2.14.0"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
|
@ -20,7 +20,7 @@ name: discordgsm
|
|||
sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/discordgsm
|
||||
- https://github.com/DiscordGSM/GameServerMonitor
|
||||
version: 4.0.0
|
||||
version: 4.0.1
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- monitor
|
|
@ -0,0 +1,9 @@
|
|||
|
||||
|
||||
## [discordgsm-4.0.1](https://github.com/truecharts/charts/compare/discordgsm-4.0.0...discordgsm-4.0.1) (2023-09-07)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/game-server-monitor to v2.14.0 ([#12321](https://github.com/truecharts/charts/issues/12321))
|
||||
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
image:
|
||||
repository: tccr.io/truecharts/game-server-monitor
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 2.12.1@sha256:1febfb09ff02b48ce0062d4075440e62cc84d309599ae01b7be84586ea337d0b
|
||||
tag: v2.14.0@sha256:0ca524b74fa68bfdab7c68d73dde42fd4f921912cca4e450c46e2a5c4d424944
|
||||
|
||||
securityContext:
|
||||
container:
|
Loading…
Reference in New Issue