summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKiran Kamineni <kiran.k.kamineni@intel.com>2018-10-30 15:25:47 -0700
committerKiran Kamineni <kiran.k.kamineni@intel.com>2018-10-30 15:27:38 -0700
commit9b0d8fdb593454a402472c95cf0e57e17cbaa87c (patch)
tree05d1cf03443882b24d00c552afca931922fd0852
parent7a44254ff0d335232580c377350a4f91961963d6 (diff)
Update sms version to 3.0.1
Update SMS version to 3.0.1 to reflect latest image Issue-ID: AAF-390 Change-Id: Ie4b6c45bf2dc3e8352810809b2c88523240b6d43 Signed-off-by: Kiran Kamineni <kiran.k.kamineni@intel.com>
-rw-r--r--charts/aaf-sms/charts/aaf-sms-quorumclient/values.yaml4
-rw-r--r--charts/aaf-sms/values.yaml4
2 files changed, 4 insertions, 4 deletions
diff --git a/charts/aaf-sms/charts/aaf-sms-quorumclient/values.yaml b/charts/aaf-sms/charts/aaf-sms-quorumclient/values.yaml
index 7a24eb7..7cd5938 100644
--- a/charts/aaf-sms/charts/aaf-sms-quorumclient/values.yaml
+++ b/charts/aaf-sms/charts/aaf-sms-quorumclient/values.yaml
@@ -28,7 +28,7 @@ global:
#################################################################
# application image
repository: nexus3.onap.org:10001
-image: onap/aaf/smsquorumclient:3.0.0
+image: onap/aaf/smsquorumclient:3.0.1
pullPolicy: Always
# flag to enable debugging - application support required
@@ -72,4 +72,4 @@ resources:
requests:
cpu: 10m
memory: 100Mi
- unlimited: {} \ No newline at end of file
+ unlimited: {}
diff --git a/charts/aaf-sms/values.yaml b/charts/aaf-sms/values.yaml
index 5f27f05..8e7ea29 100644
--- a/charts/aaf-sms/values.yaml
+++ b/charts/aaf-sms/values.yaml
@@ -28,7 +28,7 @@ flavor: small
#################################################################
# application image
repository: nexus3.onap.org:10001
-image: onap/aaf/sms:3.0.0
+image: onap/aaf/sms:3.0.1
pullPolicy: Always
# flag to enable debugging - application support required
@@ -100,4 +100,4 @@ resources:
requests:
cpu: 10m
memory: 100Mi
- unlimited: {} \ No newline at end of file
+ unlimited: {}