From 64348014ee021b7ac1a2cd951bf834edf6fa005f Mon Sep 17 00:00:00 2001 From: Marin Florin Date: Wed, 23 Apr 2025 16:55:18 +0300 Subject: [PATCH] Bump chart Version and App Version The appVersion container no longer exists --- charts/lightdash/Chart.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/lightdash/Chart.yaml b/charts/lightdash/Chart.yaml index 3e7d392..fcf2463 100644 --- a/charts/lightdash/Chart.yaml +++ b/charts/lightdash/Chart.yaml @@ -6,13 +6,13 @@ 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: 1.5.5 +version: 1.5.6 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: 0.1121.0 +appVersion: 0.1595.1 maintainers: - name: owlas