From f2b64939a34c90302ce1dc70f9f8db4e32c8dba3 Mon Sep 17 00:00:00 2001 From: Dmitry Dunaev Date: Fri, 3 Jun 2022 19:14:29 +0300 Subject: [PATCH] [WIFI-9174] Fix: switch from deprecated bitnami charts to mirrored ones Signed-off-by: Dmitry Dunaev --- helm/Chart.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/helm/Chart.yaml b/helm/Chart.yaml index 6c65e1b..8fd51a7 100644 --- a/helm/Chart.yaml +++ b/helm/Chart.yaml @@ -5,14 +5,14 @@ name: owfms version: 0.1.0 dependencies: - name: postgresql - repository: https://charts.bitnami.com/bitnami + repository: https://tip.jfrog.io/artifactory/tip-wlan-cloud-ucentral-helm/ version: 10.9.2 condition: postgresql.enabled - name: mysql - repository: https://charts.bitnami.com/bitnami + repository: https://tip.jfrog.io/artifactory/tip-wlan-cloud-ucentral-helm/ version: 8.8.3 condition: mysql.enabled - name: mariadb - repository: https://charts.bitnami.com/bitnami + repository: https://tip.jfrog.io/artifactory/tip-wlan-cloud-ucentral-helm/ version: 9.4.2 condition: mariadb.enabled