Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
arnediekmann committed Mar 1, 2024
1 parent 6c9877d commit b982af4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ magnoliaRuntime:
magnoliaWebapp:
image:
repository: neoskop/mgnl-webapp-ce
tag: 6.2.40
tag: 6.2.43
pullPolicy: IfNotPresent
pullSecret: {}
resources:
Expand Down Expand Up @@ -68,7 +68,7 @@ mysql:
rootPassword: ""
image:
repository: mysql
tag: 8.2.0
tag: 8.3.0
pullPolicy: IfNotPresent
pullSecret: {}
resources:
Expand Down
2 changes: 1 addition & 1 deletion images/light-module-updater/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:22.04
FROM ubuntu:24.04
ENV GIT_BRANCH=master \
CHECKOUT_TAG=false \
POLL_INTERVAL=5 \
Expand Down

0 comments on commit b982af4

Please sign in to comment.