diff --git a/charts/metaphactory/CHANGELOG.md b/charts/metaphactory/CHANGELOG.md index b1faebb..5c42b42 100644 --- a/charts/metaphactory/CHANGELOG.md +++ b/charts/metaphactory/CHANGELOG.md @@ -6,6 +6,13 @@ Note: when updating to a newer release of metaphactory, also regard the informat If not mentioned otherwise, the Helm chart definitions are backwards compatible to the previous released version. + +## 2024-07-05 (Release 5.4.0) + +The docker tags have been updated to the 5.4.0 release of metaphactory. + + + ## 2024-03-28 (Release 5.3.0) The docker tags have been updated to the 5.3.0 release of metaphactory. diff --git a/charts/metaphactory/values.yaml b/charts/metaphactory/values.yaml index 11e6706..405e4fe 100644 --- a/charts/metaphactory/values.yaml +++ b/charts/metaphactory/values.yaml @@ -3,7 +3,7 @@ container: name: metaphactory port: 8080 image: metaphacts/metaphactory - tag: 5.3.0 + tag: 5.4.0 imagePullSecretName: regcred credentialsSecretName: credentials persistentVolumeSize: 1Gi