From 8205cb73365026ef22ec41a503eca57c0598f7f2 Mon Sep 17 00:00:00 2001 From: Dmitry Dunaev Date: Fri, 3 Jun 2022 15:40:09 +0300 Subject: [PATCH] [WIFI-9174] Fix: switch from deprecated bitnami charts to mirrored ones Signed-off-by: Dmitry Dunaev --- helm/Chart.lock | 10 +++++----- helm/Chart.yaml | 6 +++--- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/helm/Chart.lock b/helm/Chart.lock index 731a3508..742a62ec 100644 --- a/helm/Chart.lock +++ b/helm/Chart.lock @@ -1,12 +1,12 @@ dependencies: - name: postgresql - repository: https://charts.bitnami.com/bitnami + repository: https://tip.jfrog.io/artifactory/tip-wlan-cloud-ucentral-helm/ version: 10.9.2 - name: mysql - repository: https://charts.bitnami.com/bitnami + repository: https://tip.jfrog.io/artifactory/tip-wlan-cloud-ucentral-helm/ version: 8.8.3 - name: mariadb - repository: https://charts.bitnami.com/bitnami + repository: https://tip.jfrog.io/artifactory/tip-wlan-cloud-ucentral-helm/ version: 9.4.2 -digest: sha256:1fdae7cbea906e41dccd8618ff9e2c68d0c684724ae27c79a12bb6089968df5c -generated: "2021-08-17T12:18:40.341427893+03:00" +digest: sha256:e9df5a5d8a0a193bfda33ea06060203aace01f0f7df9eda662a84185322c7ab5 +generated: "2022-06-03T15:38:31.063022252+03:00" diff --git a/helm/Chart.yaml b/helm/Chart.yaml index e16c48ca..8b324a55 100644 --- a/helm/Chart.yaml +++ b/helm/Chart.yaml @@ -5,14 +5,14 @@ name: owgw 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