Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion deploy/key-migration-utility/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ if [ $# -ge 1 ] ; then
fi

NS=key-migration-utility
CHART_VERSION=1.3.0-beta.4
CHART_VERSION=1.3.0-beta.5

echo Creating $NS namespace
kubectl create ns $NS
Expand Down
2 changes: 1 addition & 1 deletion deploy/keymanager/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ if [ $# -ge 1 ] ; then
fi

NS=keymanager
CHART_VERSION=1.3.0-beta.4
CHART_VERSION=1.3.0-beta.5

echo Creating $NS namespace
kubectl create ns $NS
Expand Down
2 changes: 1 addition & 1 deletion deploy/softhsm/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ if [ $# -ge 1 ] ; then
fi

NS=softhsm
CHART_VERSION=1.3.0-beta.4
CHART_VERSION=1.3.0-beta.5

echo Create $NS namespaces
kubectl create ns $NS
Expand Down
2 changes: 1 addition & 1 deletion helm/key-migration-utility/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.4
version: 1.3.0-beta.5
appVersion: ""
dependencies:
- name: common
Expand Down
2 changes: 1 addition & 1 deletion helm/key-migration-utility/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ replicaCount: 1
image:
registry: docker.io
repository: mosipid/keys-migrator
tag: 1.3.0-beta.4
tag: 1.3.0-beta.5
## 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
Expand Down
2 changes: 1 addition & 1 deletion helm/keygen/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: keygen
description: A Helm chart to generate keys
type: application
version: 1.3.0-beta.4
version: 1.3.0-beta.5
appVersion: ""
dependencies:
- name: common
Expand Down
2 changes: 1 addition & 1 deletion helm/keygen/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ replicaCount: 1
image:
registry: docker.io
repository: mosipid/keys-generator
tag: 1.3.0-beta.4
tag: 1.3.0-beta.5
## 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
Expand Down
2 changes: 1 addition & 1 deletion helm/keymanager/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: keymanager
description: A Helm chart for MOSIP Keymanager module
type: application
version: 1.3.0-beta.4
version: 1.3.0-beta.5
appVersion: ""
dependencies:
- name: common
Expand Down
2 changes: 1 addition & 1 deletion helm/keymanager/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ service:
image:
registry: docker.io
repository: mosipid/kernel-keymanager-service
tag: 1.3.0-beta.4
tag: 1.3.0-beta.5
## 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
Expand Down
2 changes: 1 addition & 1 deletion helm/softhsm/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: softhsm
description: A Helm chart for MOSIP Softhsm module
type: application
version: 1.3.0-beta.4
version: 1.3.0-beta.5
appVersion: ""
dependencies:
- name: common
Expand Down
Loading