Skip to content

Commit

Permalink
chore: Bump version to 0.24.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
arnediekmann committed Jan 27, 2025
1 parent d0ba96e commit 2d7a91b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions helm/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: mgnl
description: Run Magnolia CMS on Kubernetes in production
type: application
version: 0.24.1
appVersion: "0.24.1"
version: 0.24.2
appVersion: "0.24.2"
home: https://github.com/neoskop/mgnl-on-k8s
sources:
- https://github.com/neoskop/mgnl-on-k8s
Expand Down
4 changes: 2 additions & 2 deletions helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ magnoliaLightModuleUpdater:
sourceDir: "/"
image:
repository: neoskop/mgnl-light-module-updater
tag: 0.24.1
tag: 0.24.2
pullPolicy: Always
pullSecret: {}
resources:
Expand All @@ -18,7 +18,7 @@ magnoliaLightModuleUpdater:
magnoliaRuntime:
image:
repository: neoskop/mgnl-runtime-env
tag: 0.24.1
tag: 0.24.2
pullPolicy: IfNotPresent
pullSecret: {}
resources:
Expand Down

0 comments on commit 2d7a91b

Please sign in to comment.