diff --git a/consolidator/Ballerina.toml b/consolidator/Ballerina.toml
index e098dee..1536c62 100644
--- a/consolidator/Ballerina.toml
+++ b/consolidator/Ballerina.toml
@@ -1,7 +1,7 @@
[package]
org = "mosip"
name = "consolidatorService"
-version = "1.3.0"
+version = "1.3.1-SNAPSHOT"
[build-options]
observabilityIncluded = true
@@ -10,5 +10,5 @@ observabilityIncluded = true
modules = ["inittopic"]
groupId = "io.mosip"
artifactId = "kafka-admin-client"
-version = "1.3.0"
-path = "kafka-admin-client/target/kafka-admin-client-1.3.0.jar"
+version = "1.3.1-SNAPSHOT"
+path = "kafka-admin-client/target/kafka-admin-client-1.3.1-SNAPSHOT.jar"
diff --git a/deploy/install.sh b/deploy/install.sh
index 3c0d3b5..4f14a04 100755
--- a/deploy/install.sh
+++ b/deploy/install.sh
@@ -7,7 +7,7 @@ if [ $# -ge 1 ] ; then
fi
NS=websub
-CHART_VERSION=1.3.0
+CHART_VERSION=1.3.1-develop
echo Create $NS namespace
kubectl create ns $NS
diff --git a/helm/websub-consolidator/Chart.yaml b/helm/websub-consolidator/Chart.yaml
index fbc0f0f..8d20a56 100644
--- a/helm/websub-consolidator/Chart.yaml
+++ b/helm/websub-consolidator/Chart.yaml
@@ -2,7 +2,7 @@ apiVersion: v2
name: websub-consolidator
description: A Helm chart for Websub Cconsolidator
type: application
-version: 1.3.0
+version: 1.3.1-develop
appVersion: ""
dependencies:
- name: common
diff --git a/helm/websub-consolidator/values.yaml b/helm/websub-consolidator/values.yaml
index cebf2c9..2c5bef4 100644
--- a/helm/websub-consolidator/values.yaml
+++ b/helm/websub-consolidator/values.yaml
@@ -46,8 +46,8 @@ service:
externalTrafficPolicy: Cluster
image:
registry: docker.io
- repository: mosipid/consolidator-websub-service
- tag: 1.3.0
+ repository: mosipqa/consolidator-websub-service
+ tag: 1.3.x
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
diff --git a/helm/websub/Chart.yaml b/helm/websub/Chart.yaml
index dbead08..5ff944c 100644
--- a/helm/websub/Chart.yaml
+++ b/helm/websub/Chart.yaml
@@ -2,7 +2,7 @@ apiVersion: v2
name: websub
description: A Helm chart for Websub service
type: application
-version: 1.3.0
+version: 1.3.1-develop
appVersion: ""
dependencies:
- name: common
diff --git a/helm/websub/values.yaml b/helm/websub/values.yaml
index 0f70475..fd89b5d 100644
--- a/helm/websub/values.yaml
+++ b/helm/websub/values.yaml
@@ -46,8 +46,8 @@ service:
externalTrafficPolicy: Cluster
image:
registry: docker.io
- repository: mosipid/websub-service
- tag: 1.3.0
+ repository: mosipqa/websub-service
+ tag: 1.3.x
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
diff --git a/hub/Ballerina.toml b/hub/Ballerina.toml
index 7f90ecf..e7d56a3 100644
--- a/hub/Ballerina.toml
+++ b/hub/Ballerina.toml
@@ -1,7 +1,7 @@
[package]
org = "mosip"
name = "kafkaHub"
-version = "1.3.0"
+version = "1.3.1-SNAPSHOT"
[build-options]
observabilityIncluded = true
@@ -10,5 +10,5 @@ observabilityIncluded = true
modules = ["inittopic"]
groupId = "io.mosip"
artifactId = "kafka-admin-client"
-version = "1.3.0"
-path = "kafka-admin-client/target/kafka-admin-client-1.3.0.jar"
+version = "1.3.1-SNAPSHOT"
+path = "kafka-admin-client/target/kafka-admin-client-1.3.1-SNAPSHOT.jar"
diff --git a/kafka-admin-client/pom.xml b/kafka-admin-client/pom.xml
index 017a615..2e0a41d 100644
--- a/kafka-admin-client/pom.xml
+++ b/kafka-admin-client/pom.xml
@@ -5,7 +5,7 @@
io.mosip
kafka-admin-client
- 1.3.0
+ 1.3.1-SNAPSHOT
jar
kafka-admin-client