From 2e394d05132dc2b3617c8167a1cf4f4369f91567 Mon Sep 17 00:00:00 2001 From: Dmitry Dunaev Date: Thu, 21 Jul 2022 16:41:24 +0300 Subject: [PATCH] [WIFI-9174] Fix: switch from deprecated bitnami charts to mirrored ones Signed-off-by: Dmitry Dunaev --- helm/.gitignore | 1 + helm/Chart.yaml | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/helm/.gitignore b/helm/.gitignore index 1377554..7b8fdc6 100644 --- a/helm/.gitignore +++ b/helm/.gitignore @@ -1 +1,2 @@ *.swp +charts diff --git a/helm/Chart.yaml b/helm/Chart.yaml index 36576be..afcf047 100644 --- a/helm/Chart.yaml +++ b/helm/Chart.yaml @@ -5,14 +5,14 @@ name: owsec 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