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 \