diff --git a/deploy/install.sh b/deploy/install.sh index a0c64a4..ee2d2eb 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-beta.1-develop +CHART_VERSION=1.3.0-beta.1 echo Create $NS namespace kubectl create ns $NS diff --git a/helm/websub-consolidator/Chart.yaml b/helm/websub-consolidator/Chart.yaml index 8eee49e..1aa12e1 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-beta.1-develop +version: 1.3.0-beta.1 appVersion: "" dependencies: - name: common diff --git a/helm/websub-consolidator/values.yaml b/helm/websub-consolidator/values.yaml index 9972ac1..0c98d6f 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: mosipqa/consolidator-websub-service - tag: 1.3.x + repository: mosipid/consolidator-websub-service + tag: 1.3.0-beta.1 ## 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 3309114..91365fe 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-beta.1-develop +version: 1.3.0-beta.1 appVersion: "" dependencies: - name: common diff --git a/helm/websub/values.yaml b/helm/websub/values.yaml index 097e41f..4f8ca14 100644 --- a/helm/websub/values.yaml +++ b/helm/websub/values.yaml @@ -46,8 +46,8 @@ service: externalTrafficPolicy: Cluster image: registry: docker.io - repository: mosipqa/websub-service - tag: 1.3.x + repository: mosipid/websub-service + tag: 1.3.0-beta.1 ## 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