diff options
author | Mike Elliott <mike.elliott@amdocs.com> | 2017-08-28 13:57:47 -0400 |
---|---|---|
committer | Mike Elliott <mike.elliott@amdocs.com> | 2017-08-29 08:18:34 -0400 |
commit | 38708bb7d9c6fe8ceee60d945504037e8f962313 (patch) | |
tree | 4a64381ec04254bee837d54f393df1d7847309a6 /kubernetes/mso/Chart.yaml | |
parent | c2384bd53677fc0dd10a4a192b7c4d2fbce99af7 (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/Chart.yaml')
-rw-r--r-- | kubernetes/mso/Chart.yaml | 2 |
1 files changed, 1 insertions, 1 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 |