From 67ff20f11ce5ae3c81e7d6d7e82463bf7c1ab5e1 Mon Sep 17 00:00:00 2001 From: Rishabh Mishra Date: Mon, 4 Dec 2023 13:18:56 +0530 Subject: [PATCH] chore: update frontier app chart dependencies to 0.5.3 (#108) --- stable/frontier/Chart.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/stable/frontier/Chart.yaml b/stable/frontier/Chart.yaml index 9d45389d..1c940e7a 100644 --- a/stable/frontier/Chart.yaml +++ b/stable/frontier/Chart.yaml @@ -15,16 +15,16 @@ 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. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.1.5 +version: 0.1.6 dependencies: - name: app - version: "0.5.2" + version: "0.5.3" repository: "https://raystack.github.io/charts/" alias: frontier-app condition: frontier-app.enabled - name: app - version: "0.5.2" + version: "0.5.3" repository: "https://raystack.github.io/charts/" alias: spicedb condition: spicedb.enabled