Skip to content

Commit

Permalink
add mariadb dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
eloiferrer committed Feb 12, 2025
1 parent 7a51b2b commit f3926fc
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion charts/mariadb/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,13 @@ apiVersion: v2
name: mariadb-chart
description: A Helm chart for MariaDB deployment using mariadb-operator
version: 0.1.0
appVersion: "10.11.3"
appVersion: "10.11.3"

dependencies:
- name: mariadb-operator-crds
version: "0.37.1"
repository: "https://helm.mariadb.com/mariadb-operator"

- name: mariadb-operator
version: "0.37.1"
repository: "https://helm.mariadb.com/mariadb-operator"

0 comments on commit f3926fc

Please sign in to comment.