Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Helm release mariadb to v16.5.0 #1118

Merged
merged 2 commits into from
Aug 29, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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: 2.1.0
version: 2.2.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 @@ -19,7 +19,7 @@ dependencies:
condition: mysql.enabled
- name: mariadb
repository: https://charts.bitnami.com/bitnami
version: 16.4.0
version: 16.5.0
condition: mariadb.enabled
- name: postgresql
repository: https://charts.bitnami.com/bitnami
Expand All @@ -28,9 +28,7 @@ dependencies:
annotations:
artifacthub.io/changes: |
- kind: changed
description: bumped chart version of mariadb to 16.4.0
- kind: changed
description: bumped chart version of mysql to 9.22.0
description: bumped chart version of mariadb to 16.5.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
Loading