aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/helm
diff options
context:
space:
mode:
authorMandeep Khinda <Mandeep.Khinda@amdocs.com>2018-08-31 17:55:14 +0000
committerGerrit Code Review <gerrit@onap.org>2018-08-31 17:55:14 +0000
commit48e8fe5f53f34428e4dffe7b4760586d7e48c8cd (patch)
tree2cac993b21c56d396888696f25740873e43ab4fe /kubernetes/helm
parentc9ce8f4ada3cdb2b42105bf513351b55e17a7d90 (diff)
parentaca7aa533ca44bcd6b4083c25dc8e7a24b958856 (diff)
Merge "OOM installation enable VID via HTTPS"
Diffstat (limited to 'kubernetes/helm')
0 files changed, 0 insertions, 0 deletions
ght .sx { color: #22bb22; background-color: #f0fff0 } /* Literal.String.Other */ .highlight .sr { color: #008800; background-color: #fff0ff } /* Literal.String.Regex */ .highlight .s1 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Single */ .highlight .ss { color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */ .highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
###########################################################
# Versioning variables
# Note that these variables cannot be structured (e.g. : version.release or version.snapshot etc... )
# because they are used in Jenkins, whose plug-in doesn't support

release_name=2
sprint_number=3
feature_revision=0

base_version=${release_name}.${sprint_number}.${feature_revision}

release_version=${base_version}-STAGING
snapshot_version=${base_version}-SNAPSHOT