From 3ca47d2a8cfff172c29bf3d7709d9704c920b0d0 Mon Sep 17 00:00:00 2001 From: Dustin Falgout Date: Mon, 4 May 2020 16:32:43 -0500 Subject: [PATCH] Fix #29 --- charts/percona-xtradb-cluster/Chart.yaml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/charts/percona-xtradb-cluster/Chart.yaml b/charts/percona-xtradb-cluster/Chart.yaml index dc3201d..ffdc348 100644 --- a/charts/percona-xtradb-cluster/Chart.yaml +++ b/charts/percona-xtradb-cluster/Chart.yaml @@ -14,8 +14,14 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. -version: 1.0.2 +version: 1.0.3 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. appVersion: 1.4.0 + +# A list of the chart requirements (optional) +dependencies: + - name: percona-xtradb-cluster-operator + version: 1.0.2 + repository: https://elegantthemes.github.io/helm-charts