From 78393fa7bac719cc63390e77f322c6576fb73b18 Mon Sep 17 00:00:00 2001 From: Prafulrakhade Date: Fri, 5 Sep 2025 07:39:26 +0000 Subject: [PATCH] Updated Pom version and Chart version for post-release changes Signed-off-by: GitHub --- deploy/install.sh | 2 +- helm/artifactory/Chart.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/deploy/install.sh b/deploy/install.sh index db2928b7..8cadecd1 100755 --- a/deploy/install.sh +++ b/deploy/install.sh @@ -7,7 +7,7 @@ if [ $# -ge 1 ] ; then fi NS=artifactory -CHART_VERSION=12.0.4 +CHART_VERSION=12.0.4-develop echo Create $NS namespace kubectl create ns $NS diff --git a/helm/artifactory/Chart.yaml b/helm/artifactory/Chart.yaml index c85cc053..4800ff94 100644 --- a/helm/artifactory/Chart.yaml +++ b/helm/artifactory/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: artifactory description: A Helm chart for MOSIP Artifactory type: application -version: 12.0.4 +version: 12.0.4-develop appVersion: "" dependencies: - name: common