diff --git a/charts/typo3/CHANGELOG.md b/charts/typo3/CHANGELOG.md index 2c3c5546..e0f9385b 100644 --- a/charts/typo3/CHANGELOG.md +++ b/charts/typo3/CHANGELOG.md @@ -1,7 +1,7 @@ # typo3 -## 3.0.2 +## 3.0.3 ### Changed -- dependency to postgresql to 16.4.6 +- dependency to postgresql to 16.4.9 diff --git a/charts/typo3/Chart.yaml b/charts/typo3/Chart.yaml index c8bd71bc..6542231e 100644 --- a/charts/typo3/Chart.yaml +++ b/charts/typo3/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: typo3 description: TYPO3 — the Professional, Flexible Content Management System type: application -version: 3.0.2 +version: 3.0.3 appVersion: "12.4" home: https://github.com/christianhuth/helm-charts icon: https://www.mdc.de/wp-content/uploads/2016/05/typo3_logo.png @@ -23,12 +23,12 @@ dependencies: condition: mariadb.enabled - name: postgresql repository: oci://registry-1.docker.io/bitnamicharts - version: 16.4.6 + version: 16.4.9 condition: postgresql.enabled annotations: artifacthub.io/changes: | - kind: changed - description: dependency to postgresql to 16.4.6 + description: dependency to postgresql to 16.4.9 artifacthub.io/screenshots: | - title: TYPO3 is a very powerful Web Content Management System. url: https://docs.typo3.org/m/typo3/tutorial-getting-started/10.4/en-us/_images/BackendAboutModules.png