From fecc30d1c7da9deeabd49789cacb1bc488c3c389 Mon Sep 17 00:00:00 2001 From: Kiran Babu Date: Fri, 12 Apr 2024 17:59:57 +0530 Subject: [PATCH] Test chart release action with version update --- charts/BasicDeployment/hdp-server-deploy/Chart.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/BasicDeployment/hdp-server-deploy/Chart.yaml b/charts/BasicDeployment/hdp-server-deploy/Chart.yaml index 8bdc281..9857e47 100644 --- a/charts/BasicDeployment/hdp-server-deploy/Chart.yaml +++ b/charts/BasicDeployment/hdp-server-deploy/Chart.yaml @@ -15,13 +15,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: 0.1.1 +version: 0.1.2 # 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: "1.16.0" +appVersion: "4.6.1" dependencies: - name: postgresql version: "^13.2.30"