diff --git a/charts/typo3/Chart.yaml b/charts/typo3/Chart.yaml index 3e7731dc..5d830f0a 100644 --- a/charts/typo3/Chart.yaml +++ b/charts/typo3/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: typo3 description: TYPO3 — the Professional, Flexible Content Management System type: application -version: 1.19.1 -appVersion: "11.5" +version: 2.0.0 +appVersion: "12.4" home: https://github.com/christianknell/helm-charts icon: https://www.mdc.de/wp-content/uploads/2016/05/typo3_logo.png maintainers: @@ -19,16 +19,22 @@ dependencies: condition: mysql.enabled - name: mariadb repository: https://charts.bitnami.com/bitnami - version: 11.5.7 + version: 16.2.0 condition: mariadb.enabled - name: postgresql repository: https://charts.bitnami.com/bitnami - version: 12.12.10 + version: 14.1.3 condition: postgresql.enabled annotations: artifacthub.io/changes: | - - kind: fixed - description: wrong mount paths + - kind: changed + description: bumped chart version of mariadb to 16.2.0 + - kind: changed + description: bumped chart version of mysql to 9.19.1 + - kind: changed + description: bumped chart version of postgresql to 14.1.3 + - kind: changed + description: bumped image version to 12.4 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 diff --git a/charts/typo3/README.md b/charts/typo3/README.md index b52a3034..859aee26 100644 --- a/charts/typo3/README.md +++ b/charts/typo3/README.md @@ -62,7 +62,7 @@ The command removes all the Kubernetes components associated with the chart and | fullnameOverride | string | `""` | String to fully override `"typo3.fullname"` | | image.pullPolicy | string | `"Always"` | image pull policy | | image.repository | string | `"martinhelmich/typo3"` | image repository | -| image.tag | string | `"11.5"` | Overrides the image tag | +| image.tag | string | `"12.4"` | Overrides the image tag | | imagePullSecrets | list | `[]` | If defined, uses a Secret to pull an image from a private Docker registry or repository. | | ingress.annotations | object | `{}` | | | ingress.className | string | `""` | | @@ -126,6 +126,14 @@ helm install my-release -f values.yaml christianknell/typo3 ## Upgrading the Chart +### 2.0.0 + +This major updates the TYPO3 Docker Image to its newest major, 12.4. [Here](https://get.typo3.org/release-notes/12.4.0) you can find more information about the changes introduced in that version. + +Additionaly it updates the PostgreSQL subchart to its newest major, 14.0.0. [Here](https://github.com/bitnami/charts/tree/master/bitnami/postgresql#to-1400) you can find more information about the changes introduced in that version. + +Additionally it updates the MariaDB subchart to its newest major, 16.0.0. [Here](https://github.com/bitnami/charts/tree/main/bitnami/mariadb#to-1600) you can find more information about the changes introduced in that version. + ### 1.0.0 This major updates the PostgreSQL subchart to its newest major, 12.0.0. [Here](https://github.com/bitnami/charts/tree/master/bitnami/postgresql#to-1200) you can find more information about the changes introduced in that version. diff --git a/charts/typo3/README.md.gotmpl b/charts/typo3/README.md.gotmpl index 65e4b019..44d3b15b 100644 --- a/charts/typo3/README.md.gotmpl +++ b/charts/typo3/README.md.gotmpl @@ -53,6 +53,14 @@ helm install my-release -f values.yaml christianknell/typo3 ## Upgrading the Chart +### 2.0.0 + +This major updates the TYPO3 Docker Image to its newest major, 12.4. [Here](https://get.typo3.org/release-notes/12.4.0) you can find more information about the changes introduced in that version. + +Additionaly it updates the PostgreSQL subchart to its newest major, 14.0.0. [Here](https://github.com/bitnami/charts/tree/master/bitnami/postgresql#to-1400) you can find more information about the changes introduced in that version. + +Additionally it updates the MariaDB subchart to its newest major, 16.0.0. [Here](https://github.com/bitnami/charts/tree/main/bitnami/mariadb#to-1600) you can find more information about the changes introduced in that version. + ### 1.0.0 This major updates the PostgreSQL subchart to its newest major, 12.0.0. [Here](https://github.com/bitnami/charts/tree/master/bitnami/postgresql#to-1200) you can find more information about the changes introduced in that version. diff --git a/charts/typo3/values.yaml b/charts/typo3/values.yaml index 862ba961..d4c26ed1 100644 --- a/charts/typo3/values.yaml +++ b/charts/typo3/values.yaml @@ -9,7 +9,7 @@ image: # -- image pull policy pullPolicy: Always # -- Overrides the image tag - tag: "11.5" + tag: "12.4" # -- If defined, uses a Secret to pull an image from a private Docker registry or repository. imagePullSecrets: []