summaryrefslogtreecommitdiffstats
path: root/auth/helm
diff options
context:
space:
mode:
authorInstrumental <jonathan.gathman@att.com>2018-10-31 02:40:03 -0500
committerInstrumental <jonathan.gathman@att.com>2018-10-31 02:52:47 -0500
commit50c23cc7adb0c5aef4415b7bd38fecec29f4fb2a (patch)
tree8f1871410809da5c73937fb771d6235e6c28b8a4 /auth/helm
parent7d6102863c924000d6e1b23f0c232f49e1f611a1 (diff)
Move to 2.1.17
Also, fix inconsistent startup of AAF Cass Issue-ID: AAF-598 Change-Id: I9300812ec8d2869e92621473ebd5933c9345f283 Signed-off-by: Instrumental <jonathan.gathman@att.com>
Diffstat (limited to 'auth/helm')
-rw-r--r--auth/helm/aaf/Chart.yaml2
-rw-r--r--auth/helm/aaf/templates/aaf-cass.yaml4
-rw-r--r--auth/helm/aaf/values.yaml5
3 files changed, 6 insertions, 5 deletions
diff --git a/auth/helm/aaf/Chart.yaml b/auth/helm/aaf/Chart.yaml
index 323a6e14..7f43534c 100644
--- a/auth/helm/aaf/Chart.yaml
+++ b/auth/helm/aaf/Chart.yaml
@@ -2,4 +2,4 @@ apiVersion: v1
appVersion: "1.0"
description: AAF Helm Chart
name: aaf
-version: 2.1.4-SNAPSHOT
+version: 2.1.7-SNAPSHOT
diff --git a/auth/helm/aaf/templates/aaf-cass.yaml b/auth/helm/aaf/templates/aaf-cass.yaml
index 7002bc09..e8d91e2c 100644
--- a/auth/helm/aaf/templates/aaf-cass.yaml
+++ b/auth/helm/aaf/templates/aaf-cass.yaml
@@ -38,7 +38,7 @@ spec:
volumes:
- name: {{ .Chart.Name }}-cass-vol
persistentVolumeClaim:
- claimName: {{ .Chart.Name }}-cass-pvc
+ claimName: {{ .Chart.Name }}-cass-pvc
containers:
###
### AAF-CASS
@@ -49,7 +49,7 @@ spec:
# 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"]
volumeMounts:
- - mountPath: "/data"
+ - mountPath: "/var/lib/cassandra"
name: {{ .Chart.Name }}-cass-vol
ports:
- name: storage
diff --git a/auth/helm/aaf/values.yaml b/auth/helm/aaf/values.yaml
index 839d939a..83e0ae68 100644
--- a/auth/helm/aaf/values.yaml
+++ b/auth/helm/aaf/values.yaml
@@ -22,7 +22,8 @@ cadi:
aaf_locate_as: "aaf-locate"
persistence:
- mountPath: "/mnt/data/aaf"
+ # Note: Minikube will persist to /data on your host machine
+ mountPath: "/data/aaf"
config:
volumeReclaimPolicy: Retain
accessMode: ReadWriteOnce
@@ -48,7 +49,7 @@ image:
# When using Docker Repo, add, and include trailing "/"
# repository: nexus3.onap.org:10003/
# repository: localhost:5000/
- version: 2.1.6-SNAPSHOT
+ version: 2.1.7-SNAPSHOT
resources: {}
# We usually recommend not to specify default resources and to leave this as a conscious