From b982af4dad901b8120ef3c4f0116030c6ac51402 Mon Sep 17 00:00:00 2001 From: Arne Diekmann Date: Fri, 1 Mar 2024 10:55:26 +0100 Subject: [PATCH] chore: update deps --- helm/values.yaml | 4 ++-- images/light-module-updater/Dockerfile | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/helm/values.yaml b/helm/values.yaml index e4446a0..b40eb0e 100644 --- a/helm/values.yaml +++ b/helm/values.yaml @@ -30,7 +30,7 @@ magnoliaRuntime: magnoliaWebapp: image: repository: neoskop/mgnl-webapp-ce - tag: 6.2.40 + tag: 6.2.43 pullPolicy: IfNotPresent pullSecret: {} resources: @@ -68,7 +68,7 @@ mysql: rootPassword: "" image: repository: mysql - tag: 8.2.0 + tag: 8.3.0 pullPolicy: IfNotPresent pullSecret: {} resources: diff --git a/images/light-module-updater/Dockerfile b/images/light-module-updater/Dockerfile index 58f0484..30a1828 100644 --- a/images/light-module-updater/Dockerfile +++ b/images/light-module-updater/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:22.04 +FROM ubuntu:24.04 ENV GIT_BRANCH=master \ CHECKOUT_TAG=false \ POLL_INTERVAL=5 \