Skip to content

Commit 7fb4e80

Browse files
Updated Pom version and Chart version for post-release changes (#1829)
Signed-off-by: GitHub <noreply@github.com> Co-authored-by: Prafulrakhade <Prafulrakhade@users.noreply.github.com>
1 parent 69fd494 commit 7fb4e80

10 files changed

Lines changed: 10 additions & 10 deletions

File tree

deploy/conf-secrets/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ if [ $# -ge 1 ] ; then
77
fi
88

99
NS=conf-secrets
10-
CHART_VERSION=1.3.1-rc.1
10+
CHART_VERSION=1.3.1-rc.1-develop
1111

1212
echo Create $NS namespace
1313
kubectl create ns $NS

deploy/config-server/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ if [ $# -ge 1 ] ; then
77
fi
88

99
NS=config-server
10-
CHART_VERSION=1.3.1-rc.1
10+
CHART_VERSION=1.3.1-rc.1-develop
1111

1212
read -p "Is conf-secrets module installed?(Y/n) " conf_installed
1313

deploy/kernel/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ if [ $# -ge 1 ] ; then
77
fi
88

99
NS=kernel
10-
CHART_VERSION=1.3.1-rc.1
10+
CHART_VERSION=1.3.1-rc.1-develop
1111

1212
echo Create $NS namespace
1313
kubectl create ns $NS

helm/conf-secrets/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: conf-secrets
33
description: A Helm chart for deploying secrets required by MOSIP config-server
44
type: application
5-
version: 1.3.1-rc.1
5+
version: 1.3.1-rc.1-develop
66
appVersion: 1.1.2
77
dependencies:
88
- name: common

helm/config-server/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: config-server
33
description: A Helm chart for configuration of MOSIP modules
44
type: application
5-
version: 1.3.1-rc.1
5+
version: 1.3.1-rc.1-develop
66
appVersion: 1.1.2
77
dependencies:
88
- name: common

helm/idgenerator/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: idgenerator
33
description: A Helm chart for MOSIP Idgenerator module
44
type: application
5-
version: 1.3.1-rc.1
5+
version: 1.3.1-rc.1-develop
66
appVersion: ""
77
dependencies:
88
- name: common

helm/notifier/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: notifier
33
description: A Helm chart for MOSIP Notifier module
44
type: application
5-
version: 1.3.1-rc.1
5+
version: 1.3.1-rc.1-develop
66
appVersion: ""
77
dependencies:
88
- name: common

helm/pridgenerator/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: pridgenerator
33
description: A Helm chart for MOSIP PRIDgenerator module
44
type: application
5-
version: 1.3.1-rc.1
5+
version: 1.3.1-rc.1-develop
66
appVersion: ""
77
dependencies:
88
- name: common

helm/regproc-salt/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: regproc-salt
33
description: A Helm chart to generate keys for Kernel
44
type: application
5-
version: 1.3.1-rc.1
5+
version: 1.3.1-rc.1-develop
66
appVersion: ""
77
dependencies:
88
- name: common

helm/ridgenerator/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: ridgenerator
33
description: A Helm chart for MOSIP RIDgenerator module
44
type: application
5-
version: 1.3.1-rc.1
5+
version: 1.3.1-rc.1-develop
66
appVersion: ""
77
dependencies:
88
- name: common

0 commit comments

Comments
 (0)