Thanks to visit codestin.com
Credit goes to github.com

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/conf-secrets/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ if [ $# -ge 1 ] ; then
fi

NS=conf-secrets
CHART_VERSION=1.3.0-beta.2-develop
CHART_VERSION=1.3.0-beta.3

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

NS=config-server
CHART_VERSION=1.3.0-beta.2-develop
CHART_VERSION=1.3.0-beta.3

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

Expand Down
2 changes: 1 addition & 1 deletion deploy/kernel/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ if [ $# -ge 1 ] ; then
fi

NS=kernel
CHART_VERSION=1.3.0-beta.2-develop
CHART_VERSION=1.3.0-beta.3

echo Create $NS namespace
kubectl create ns $NS
Expand Down
2 changes: 1 addition & 1 deletion helm/conf-secrets/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: conf-secrets
description: A Helm chart for deploying secrets required by MOSIP config-server
type: application
version: 1.3.0-beta.2-develop
version: 1.3.0-beta.3
appVersion: 1.1.2
dependencies:
- name: common
Expand Down
2 changes: 1 addition & 1 deletion helm/config-server/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: config-server
description: A Helm chart for configuration of MOSIP modules
type: application
version: 1.3.0-beta.2-develop
version: 1.3.0-beta.3
appVersion: 1.1.2
dependencies:
- name: common
Expand Down
2 changes: 1 addition & 1 deletion helm/config-server/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ image:
repository: mosipid/kernel-config-server
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: 1.3.0-beta.2
tag: 1.3.0-beta.3
imagePullSecrets: []
nameOverride: ""
fullnameOverride: ""
Expand Down
2 changes: 1 addition & 1 deletion helm/idgenerator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: idgenerator
description: A Helm chart for MOSIP Idgenerator module
type: application
version: 1.3.0-beta.2-develop
version: 1.3.0-beta.3
appVersion: ""
dependencies:
- name: common
Expand Down
2 changes: 1 addition & 1 deletion helm/idgenerator/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-idgenerator-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
Expand Down
2 changes: 1 addition & 1 deletion helm/notifier/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: notifier
description: A Helm chart for MOSIP Notifier module
type: application
version: 1.3.0-beta.2-develop
version: 1.3.0-beta.3
appVersion: ""
dependencies:
- name: common
Expand Down
2 changes: 1 addition & 1 deletion helm/notifier/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-notification-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
Expand Down
2 changes: 1 addition & 1 deletion helm/pridgenerator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: pridgenerator
description: A Helm chart for MOSIP PRIDgenerator module
type: application
version: 1.3.0-beta.2-develop
version: 1.3.0-beta.3
appVersion: ""
dependencies:
- name: common
Expand Down
2 changes: 1 addition & 1 deletion helm/pridgenerator/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-pridgenerator-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
Expand Down
2 changes: 1 addition & 1 deletion helm/ridgenerator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: ridgenerator
description: A Helm chart for MOSIP RIDgenerator module
type: application
version: 1.3.0-beta.2-develop
version: 1.3.0-beta.3
appVersion: ""
dependencies:
- name: common
Expand Down
2 changes: 1 addition & 1 deletion helm/ridgenerator/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-ridgenerator-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
Expand Down