diff options
author | Mandeep Khinda <mandeep.khinda@amdocs.com> | 2017-08-21 16:04:37 -0400 |
---|---|---|
committer | Mandeep Khinda <mandeep.khinda@amdocs.com> | 2017-08-21 16:04:37 -0400 |
commit | 82c63d33cf8ade806228a9e5ae43dd4527789a91 (patch) | |
tree | 59f6eb0bbb7e1dbfa15d07a5ea02c139037650c1 /kubernetes/config/pod-config-init.yaml | |
parent | e94258e3be0da3a15680de53b1817490c4173759 (diff) |
ONAP Portal 1.1 work
-Updating yamls, and config pod data and tag
-VNC pod is currently WIP as the other services
are not available yet.
Issue-ID: OOM-151
Change-Id: I8f201645481888657d42bfe0e16ca505187521c7
Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com>
Diffstat (limited to 'kubernetes/config/pod-config-init.yaml')
-rw-r--r-- | kubernetes/config/pod-config-init.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kubernetes/config/pod-config-init.yaml b/kubernetes/config/pod-config-init.yaml index 372694ebe6..b1285ce21d 100644 --- a/kubernetes/config/pod-config-init.yaml +++ b/kubernetes/config/pod-config-init.yaml @@ -10,7 +10,7 @@ spec: valueFrom: fieldRef: fieldPath: metadata.namespace - image: oomk8s/config-init:1.0.1 + image: oomk8s/config-init:1.1.0 imagePullPolicy: Always volumeMounts: - name: config-init-root |