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/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ fi


NS=print
CHART_VERSION=1.3.0-develop
CHART_VERSION=1.3.0
echo Create $NS namespace
kubectl create ns $NS

Expand Down
2 changes: 1 addition & 1 deletion helm/print/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: print-service
description: A Helm chart for sample Print Service
type: application
version: 1.3.0-develop
version: 1.3.0
appVersion: ""
dependencies:
- name: common
Expand Down
5 changes: 2 additions & 3 deletions helm/print/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ service:
externalTrafficPolicy: Cluster
image:
registry: docker.io
repository: mosipqa/print
tag: 1.3.x
repository: mosipid/print
tag: 1.3.0
## 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 Expand Up @@ -198,7 +198,6 @@ lifecycleHooks:
- sh
- -c
- sleep 30

## Termination grace perios : the maximum amount of time (in seconds) Kubernetes will wait for a container to gracefully shut down
terminationGracePeriodSeconds: 60
## Custom Liveness probes for
Expand Down
Loading