From bd386f14d806bf69afee014b2b72d045e0015a12 Mon Sep 17 00:00:00 2001 From: stimpy-bot <101597957+stimpy-bot[bot]@users.noreply.github.com> Date: Sun, 16 Apr 2023 20:07:10 +0000 Subject: [PATCH] fix(helm): update helm release minecraft to v4.7.4 | datasource | package | from | to | | ---------- | --------- | ----- | ----- | | helm | minecraft | 4.7.3 | 4.7.4 | --- cluster/apps/gaming/minecraft/minecraft-creative.yaml | 2 +- cluster/apps/gaming/minecraft/minecraft-lobby.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cluster/apps/gaming/minecraft/minecraft-creative.yaml b/cluster/apps/gaming/minecraft/minecraft-creative.yaml index 30437f496..a434e093a 100644 --- a/cluster/apps/gaming/minecraft/minecraft-creative.yaml +++ b/cluster/apps/gaming/minecraft/minecraft-creative.yaml @@ -10,7 +10,7 @@ spec: spec: # renovate: registryUrl=https://itzg.github.io/minecraft-server-charts/ chart: minecraft - version: 4.7.3 + version: 4.7.4 sourceRef: kind: HelmRepository name: minecraft-server-charts diff --git a/cluster/apps/gaming/minecraft/minecraft-lobby.yaml b/cluster/apps/gaming/minecraft/minecraft-lobby.yaml index 078c86c08..3becf5784 100644 --- a/cluster/apps/gaming/minecraft/minecraft-lobby.yaml +++ b/cluster/apps/gaming/minecraft/minecraft-lobby.yaml @@ -10,7 +10,7 @@ spec: spec: # renovate: registryUrl=https://itzg.github.io/minecraft-server-charts/ chart: minecraft - version: 4.7.3 + version: 4.7.4 sourceRef: kind: HelmRepository name: minecraft-server-charts