From 85a8088610e80b7c945b205f614eaab3bfa979ae Mon Sep 17 00:00:00 2001 From: Nikolai Rodionov Date: Sun, 2 Jun 2024 16:03:57 +0200 Subject: [PATCH] Update chart and image --- helmfile.yaml | 2 +- values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/helmfile.yaml b/helmfile.yaml index 60be0ca..39758d4 100644 --- a/helmfile.yaml +++ b/helmfile.yaml @@ -29,7 +29,7 @@ releases: - name: minecraft chart: minecraft/minecraft namespace: minecraft-application - version: 4.15.0 + version: 4.19.0 values: - ./values.yaml secrets: diff --git a/values.yaml b/values.yaml index d3e55fa..864f7f4 100644 --- a/values.yaml +++ b/values.yaml @@ -27,7 +27,7 @@ traefik: # -- Main values # -------------------------------------------------- image: - tag: java17-graalvm-ce + tag: java17-graalvm pullPolicy: Always resources: -- 2.45.2