diff --git a/deploy/key-migration-utility/install.sh b/deploy/key-migration-utility/install.sh index 66e12dc4..85292c71 100755 --- a/deploy/key-migration-utility/install.sh +++ b/deploy/key-migration-utility/install.sh @@ -7,7 +7,7 @@ if [ $# -ge 1 ] ; then fi NS=key-migration-utility -CHART_VERSION=1.3.0-beta.2-develop +CHART_VERSION=1.3.0-beta.3 echo Creating $NS namespace kubectl create ns $NS diff --git a/deploy/keymanager/install.sh b/deploy/keymanager/install.sh index dcb585f0..74526b8c 100755 --- a/deploy/keymanager/install.sh +++ b/deploy/keymanager/install.sh @@ -7,7 +7,7 @@ if [ $# -ge 1 ] ; then fi NS=keymanager -CHART_VERSION=1.3.0-beta.2-develop +CHART_VERSION=1.3.0-beta.3 echo Creating $NS namespace kubectl create ns $NS diff --git a/deploy/softhsm/install.sh b/deploy/softhsm/install.sh index 01bf4a43..7f398ff2 100755 --- a/deploy/softhsm/install.sh +++ b/deploy/softhsm/install.sh @@ -8,7 +8,7 @@ if [ $# -ge 1 ] ; then fi NS=softhsm -CHART_VERSION=1.3.0-beta.2-develop +CHART_VERSION=1.3.0-beta.3 echo Create $NS namespaces kubectl create ns $NS diff --git a/helm/key-migration-utility/Chart.yaml b/helm/key-migration-utility/Chart.yaml index b2517166..61c9a1c1 100644 --- a/helm/key-migration-utility/Chart.yaml +++ b/helm/key-migration-utility/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: key-migration-utility description: A Helm chart to migrate keys from any keystore type to any other supported format. type: application -version: 1.3.0-beta.2-develop +version: 1.3.0-beta.3 appVersion: "" dependencies: - name: common diff --git a/helm/key-migration-utility/values.yaml b/helm/key-migration-utility/values.yaml index 3953c5cb..ac859240 100644 --- a/helm/key-migration-utility/values.yaml +++ b/helm/key-migration-utility/values.yaml @@ -27,7 +27,7 @@ replicaCount: 1 image: registry: docker.io repository: mosipid/keys-migrator - tag: 1.3.0-beta.2 + tag: 1.3.0-beta.3 ## 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/keygen/Chart.yaml b/helm/keygen/Chart.yaml index af7e8a5f..de3e4e94 100644 --- a/helm/keygen/Chart.yaml +++ b/helm/keygen/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: keygen description: A Helm chart to generate keys type: application -version: 1.3.0-beta.2-develop +version: 1.3.0-beta.3 appVersion: "" dependencies: - name: common diff --git a/helm/keygen/values.yaml b/helm/keygen/values.yaml index 9918b790..5ab5b982 100644 --- a/helm/keygen/values.yaml +++ b/helm/keygen/values.yaml @@ -27,7 +27,7 @@ replicaCount: 1 image: registry: docker.io repository: mosipid/keys-generator - tag: 1.3.0-beta.2 + tag: 1.3.0-beta.3 ## 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/keymanager/Chart.yaml b/helm/keymanager/Chart.yaml index bc281a55..2c1d57a7 100644 --- a/helm/keymanager/Chart.yaml +++ b/helm/keymanager/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: keymanager description: A Helm chart for MOSIP Keymanager module type: application -version: 1.3.0-beta.2-develop +version: 1.3.0-beta.3 appVersion: "" dependencies: - name: common diff --git a/helm/keymanager/values.yaml b/helm/keymanager/values.yaml index 740d3835..189d0706 100644 --- a/helm/keymanager/values.yaml +++ b/helm/keymanager/values.yaml @@ -47,7 +47,7 @@ service: image: registry: docker.io repository: mosipid/kernel-keymanager-service - tag: 1.3.0-beta.2 + tag: 1.3.0-beta.3 ## 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/softhsm/Chart.yaml b/helm/softhsm/Chart.yaml index 4b80b2f9..56d0c631 100644 --- a/helm/softhsm/Chart.yaml +++ b/helm/softhsm/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: softhsm description: A Helm chart for MOSIP Softhsm module type: application -version: 1.3.0-beta.2-develop +version: 1.3.0-beta.3 appVersion: "" dependencies: - name: common