summaryrefslogtreecommitdiffstats
path: root/kubernetes/aaf/charts/aaf-cass/templates
diff options
context:
space:
mode:
authorInstrumental <jonathan.gathman@att.com>2019-08-06 16:36:13 -0500
committerInstrumental <jonathan.gathman@att.com>2019-08-06 16:36:50 -0500
commit0c7bc94239b12abefe24d80b7a22c27920647376 (patch)
tree15f20ec5f409a371fea3210f1b6a1a3cad9145eb /kubernetes/aaf/charts/aaf-cass/templates
parent6261ee91de1fec034cadc5c0be87a92869c5bd14 (diff)
AAF 2.1.15 Dockers
Issue-ID: AAF-902 Change-Id: I3a83eee98dfeb7fb9751019faf618897dbc9d34f Signed-off-by: Instrumental <jonathan.gathman@att.com>
Diffstat (limited to 'kubernetes/aaf/charts/aaf-cass/templates')
-rw-r--r--kubernetes/aaf/charts/aaf-cass/templates/deployment.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/kubernetes/aaf/charts/aaf-cass/templates/deployment.yaml b/kubernetes/aaf/charts/aaf-cass/templates/deployment.yaml
index c664d034bb..5bbb1d731f 100644
--- a/kubernetes/aaf/charts/aaf-cass/templates/deployment.yaml
+++ b/kubernetes/aaf/charts/aaf-cass/templates/deployment.yaml
@@ -32,7 +32,7 @@ spec:
spec:
containers:
- name: {{ include "common.name" . }}
- image: {{ .Values.global.repository }}/onap/aaf/aaf_cass:{{.Values.global.aaf.imageVersion}}
+ image: {{ .Values.global.repository }}/{{.Values.global.aaf.cass.image}}
imagePullPolicy: {{ .Values.global.pullPolicy | default .Values.pullPolicy }}
# installing with cmd "onap" will not only initialize the DB, but add ONAP bootstrap data as well
command: ["/bin/bash","/opt/app/aaf/cass_init/cmd.sh","onap"]