diff options
author | Arthur Martella <arthur.martella.1@att.com> | 2019-03-15 12:28:33 -0400 |
---|---|---|
committer | Arthur Martella <arthur.martella.1@att.com> | 2019-03-15 12:28:33 -0400 |
commit | 6b7d6f0b3ebe74ddb93bcbf44e3853e0027be0be (patch) | |
tree | 16ef5382c3470255842068fefcc216f9abae3b62 /valetapi/kubernetes/org-onap-fgps-dev/resources/config/version.properties | |
parent | 45d1330477382bed46418936e89c0ce0e6f9dcc8 (diff) |
Initial upload of F-GPS seed code 12/21
Includes:
API helm chart
API dockerfile
Change-Id: Ic04ceb43be33055eb6e76d086bef9ce18a629c72
Issue-ID: OPTFRA-440
Signed-off-by: arthur.martella.1@att.com
Diffstat (limited to 'valetapi/kubernetes/org-onap-fgps-dev/resources/config/version.properties')
-rwxr-xr-x | valetapi/kubernetes/org-onap-fgps-dev/resources/config/version.properties | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/valetapi/kubernetes/org-onap-fgps-dev/resources/config/version.properties b/valetapi/kubernetes/org-onap-fgps-dev/resources/config/version.properties new file mode 100755 index 0000000..4f81f19 --- /dev/null +++ b/valetapi/kubernetes/org-onap-fgps-dev/resources/config/version.properties @@ -0,0 +1,27 @@ + +# ============LICENSE_START======================================================= +# ONAP - F-GPS +# ================================================================================ +# Copyright (C) 2019 AT&T Intellectual Property. All rights +# reserved. +# ================================================================================ +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# ============LICENSE_END============================================ +# =================================================================== +# +### + +version.major={{.Values.version.major}} +version.minor={{.Values.version.minor}} +version.patch={{.Values.version.patch}} +version.full={{.Values.version.full}} |