chore(deps): update container image discordgsm/discord-game-server-monitor to v2.15.1@c0475aa (#15543)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [discordgsm/discord-game-server-monitor](https://togithub.com/DiscordGSM/GameServerMonitor) | patch | `2.15.0` -> `2.15.1` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>DiscordGSM/GameServerMonitor (discordgsm/discord-game-server-monitor)</summary> ### [`v2.15.1`](https://togithub.com/DiscordGSM/GameServerMonitor/releases/tag/2.15.1) [Compare Source](https://togithub.com/DiscordGSM/GameServerMonitor/compare/2.15.0...2.15.1) #### Overview - Update dependencies - Fix the issue that so many rollbacks in Postgres - Resolve the issue with the Epic Online Services (EOS) Protocol domain name not functioning properly - Support Sons Of The Forest #### What's Changed - Support Sons Of The Forest by [@​xLeviNx](https://togithub.com/xLeviNx) in [https://github.com/DiscordGSM/GameServerMonitor/pull/55](https://togithub.com/DiscordGSM/GameServerMonitor/pull/55) **Full Changelog**: https://github.com/DiscordGSM/GameServerMonitor/compare/2.15.0...2.15.1 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy43Ny4xIiwidXBkYXRlZEluVmVyIjoiMzcuNzcuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
This commit is contained in:
parent
04aa896160
commit
b2861b8a2b
|
@ -1,5 +1,5 @@
|
|||
apiVersion: v2
|
||||
appVersion: "2.15.0"
|
||||
appVersion: 2.15.1
|
||||
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.11
|
||||
version: 4.0.12
|
||||
annotations:
|
||||
min_scale_version: "22.12.4"
|
||||
max_scale_version: "23.10.1"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
image:
|
||||
repository: discordgsm/discord-game-server-monitor
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 2.15.0@sha256:8c9420272455b653b84e8c3e101352b67e1bda5a0b4599ee8f5a46d25b6647d0
|
||||
tag: 2.15.1@sha256:c0475aa31c9b425f18d615594ae5b3ac2eca05d9743c240a514656279853b1e0
|
||||
securityContext:
|
||||
container:
|
||||
runAsNonRoot: false
|
||||
|
|
Loading…
Reference in New Issue