Skip to content

Commit

Permalink
Merge pull request #1126 from christianhuth/renovate/typo3-mysql-9.x
Browse files Browse the repository at this point in the history
Update Helm release mysql to v9.23.0
  • Loading branch information
christianhuth authored Aug 29, 2024
2 parents b710e55 + 0da6acc commit ff0a1db
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions charts/typo3/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: typo3
description: TYPO3 — the Professional, Flexible Content Management System
type: application
version: 2.2.0
version: 2.3.0
appVersion: "12.4"
home: https://github.com/christianhuth/helm-charts
icon: https://www.mdc.de/wp-content/uploads/2016/05/typo3_logo.png
Expand All @@ -15,20 +15,22 @@ sources:
dependencies:
- name: mysql
repository: https://charts.bitnami.com/bitnami
version: 9.22.0
version: 9.23.0
condition: mysql.enabled
- name: mariadb
repository: https://charts.bitnami.com/bitnami
version: 16.5.0
condition: mariadb.enabled
- name: postgresql
repository: https://charts.bitnami.com/bitnami
version: 14.1.3
version: 14.3.3
condition: postgresql.enabled
annotations:
artifacthub.io/changes: |
- kind: changed
description: bumped chart version of mariadb to 16.5.0
description: bumped chart version of mysql to 9.23.0
- kind: changed
description: bumped chart version of postgresql to 14.3.3
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
Expand Down

0 comments on commit ff0a1db

Please sign in to comment.