diff options
author | 2018-10-30 15:25:47 -0700 | |
---|---|---|
committer | 2018-10-30 15:27:38 -0700 | |
commit | 9b0d8fdb593454a402472c95cf0e57e17cbaa87c (patch) | |
tree | 05d1cf03443882b24d00c552afca931922fd0852 /charts | |
parent | 7a44254ff0d335232580c377350a4f91961963d6 (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>
Diffstat (limited to 'charts')
-rw-r--r-- | charts/aaf-sms/charts/aaf-sms-quorumclient/values.yaml | 4 | ||||
-rw-r--r-- | charts/aaf-sms/values.yaml | 4 |
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: {} |