aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/policy/templates/dep-nexus.yaml
diff options
context:
space:
mode:
authorMandeep Khinda <Mandeep.Khinda@amdocs.com>2017-09-08 15:33:28 +0000
committerGerrit Code Review <gerrit@onap.org>2017-09-08 15:33:28 +0000
commitf6a39a8d6b2d2ee44d157c71a396e4de32ccba69 (patch)
tree82c74d81d06f3ca020479357f85cbdf7f82bd85a /kubernetes/policy/templates/dep-nexus.yaml
parent018b9507352fcd750fc69d8978db04ecfe847485 (diff)
parentcdaafde182424c51185909a7fd98924364616fb2 (diff)
Merge "Policy 1.1 in Kubernetes"
Diffstat (limited to 'kubernetes/policy/templates/dep-nexus.yaml')
-rw-r--r--kubernetes/policy/templates/dep-nexus.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/kubernetes/policy/templates/dep-nexus.yaml b/kubernetes/policy/templates/dep-nexus.yaml
index 4507508935..de067b162f 100644
--- a/kubernetes/policy/templates/dep-nexus.yaml
+++ b/kubernetes/policy/templates/dep-nexus.yaml
@@ -33,7 +33,7 @@ spec:
}
}
],
- "image": "{{ .Values.image.readiness }}",
+ "image": "{{ .Values.image.readiness }}:{{ .Values.image.readinessVersion }}",
"imagePullPolicy": "{{ .Values.pullPolicy }}",
"name": "nexus-readiness"
}
@@ -44,7 +44,7 @@ spec:
- /bin/bash
- -c
- bash -c "/opt/nexus/nexus-2.14.2-01/bin/nexus start && sleep 1000d"
- image: {{ .Values.image.policyNexus }}
+ image: "{{ .Values.image.policyNexus }}:{{ .Values.image.policyNexusVersion }}"
imagePullPolicy: {{ .Values.pullPolicy }}
name: nexus
imagePullSecrets: