Skip to content

Commit

Permalink
Merge pull request #1355 from christianhuth/renovate/typo3-mysql-12.x
Browse files Browse the repository at this point in the history
chore(deps): update mysql docker tag to v12.3.0
  • Loading branch information
christianhuth authored Feb 25, 2025
2 parents 57a5ead + 77eb6eb commit da9b40b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
5 changes: 2 additions & 3 deletions charts/typo3/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# typo3

## 3.0.5
## 3.1.0

### Changed

- dependency to mysql to 12.2.4
- dependency to postgresql to 16.4.14
- dependency to mysql to 12.3.0
8 changes: 3 additions & 5 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: 3.0.5
version: 3.1.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,7 +15,7 @@ sources:
dependencies:
- name: mysql
repository: oci://registry-1.docker.io/bitnamicharts
version: 12.2.4
version: 12.3.0
condition: mysql.enabled
- name: mariadb
repository: oci://registry-1.docker.io/bitnamicharts
Expand All @@ -28,9 +28,7 @@ dependencies:
annotations:
artifacthub.io/changes: |
- kind: changed
description: dependency to mysql to 12.2.4
- kind: changed
description: dependency to postgresql to 16.4.14
description: dependency to mysql to 12.3.0
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 da9b40b

Please sign in to comment.