summaryrefslogtreecommitdiffstats
path: root/kubernetes/mso
diff options
context:
space:
mode:
authorMike Elliott <mike.elliott@amdocs.com>2017-08-28 13:57:47 -0400
committerMike Elliott <mike.elliott@amdocs.com>2017-08-29 08:18:34 -0400
commit38708bb7d9c6fe8ceee60d945504037e8f962313 (patch)
tree4a64381ec04254bee837d54f393df1d7847309a6 /kubernetes/mso
parentc2384bd53677fc0dd10a4a192b7c4d2fbce99af7 (diff)
Add ability to deploy mso 1.1 in K8s
K8s deployment descriptors and configration files for mso 1.1 have been updated. Pushed updated config-init:1.1.0 container to align with code changes. Current state of mso 1.1 codebase is such that all war files deploy in jboss with the exception of workflow message war. This code submission is therefore concidered WIP until code stablizes. Issue-ID: OOM-64 Change-Id: I3ef6c34e090bb9d325dae1736c210c96d6522cfb Signed-off-by: Mike Elliott <mike.elliott@amdocs.com>
Diffstat (limited to 'kubernetes/mso')
-rw-r--r--kubernetes/mso/Chart.yaml2
-rw-r--r--kubernetes/mso/values.yaml4
2 files changed, 3 insertions, 3 deletions
diff --git a/kubernetes/mso/Chart.yaml b/kubernetes/mso/Chart.yaml
index ad01a78d2d..ab67e0afdc 100644
--- a/kubernetes/mso/Chart.yaml
+++ b/kubernetes/mso/Chart.yaml
@@ -1,4 +1,4 @@
apiVersion: v1
description: A Helm chart for Kubernetes
name: mso
-version: 0.1.0
+version: 1.1.0
diff --git a/kubernetes/mso/values.yaml b/kubernetes/mso/values.yaml
index 1045224d43..a7eed4797d 100644
--- a/kubernetes/mso/values.yaml
+++ b/kubernetes/mso/values.yaml
@@ -1,7 +1,7 @@
nsPrefix: onap
-pullPolicy: IfNotPresent
+pullPolicy: Always
image:
readiness: oomk8s/readiness-check:1.0.0
- mso: nexus3.onap.org:10001/openecomp/mso:1.0-STAGING-latest
+ mso: nexus3.onap.org:10001/openecomp/mso:1.1-STAGING-latest
mariadb: nexus3.onap.org:10001/mariadb:10.1.11