From 6d32551969ff090d75169f4e7c29eb4dc07fa952 Mon Sep 17 00:00:00 2001 From: JeffMboya Date: Fri, 13 Sep 2024 11:30:14 +0300 Subject: [PATCH] Align chart releases with Magistrala versions Signed-off-by: JeffMboya --- charts/magistrala/Chart.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/charts/magistrala/Chart.yaml b/charts/magistrala/Chart.yaml index c644d474..a0bcf02e 100644 --- a/charts/magistrala/Chart.yaml +++ b/charts/magistrala/Chart.yaml @@ -6,8 +6,8 @@ name: magistrala description: Magistrala IoT Platform icon: https://avatars1.githubusercontent.com/u/13207490 type: application -version: 1.0.6 # Incremented chart version if the chart is updated -appVersion: "0.14.0" # Update application version if the app is updated +version: 0.14.0 # Incremented chart version if the chart is updated +appVersion: "0.14.0" # Update application version if the app is updated home: https://abstractmachines.fr/magistrala.html sources: - https://hub.docker.com/u/magistrala @@ -50,7 +50,6 @@ dependencies: alias: postgresqlusers condition: postgresqlusers.enabled - - name: postgresql version: "12.5.6" repository: "@bitnami"