From df4b3466936446481092b91b65152f0dc36c0b23 Mon Sep 17 00:00:00 2001 From: stimpy-bot <101597957+stimpy-bot[bot]@users.noreply.github.com> Date: Sun, 9 Jul 2023 20:07:00 +0000 Subject: [PATCH] fix(helm): update helm release minecraft to v4.9.3 | datasource | package | from | to | | ---------- | --------- | ----- | ----- | | helm | minecraft | 4.9.2 | 4.9.3 | --- 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 3b0c67053..8be126261 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.9.2 + version: 4.9.3 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 fd87c56c3..26a98708e 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.9.2 + version: 4.9.3 sourceRef: kind: HelmRepository name: minecraft-server-charts