Skip to content
Snippets Groups Projects
Commit f79e4d76 authored by garciadeblas's avatar garciadeblas
Browse files

Fix image tag in full_install_osm, helm chart and install_osm


Change-Id: I7e423bc348feb6cc4a847f42e1de938fb7d30119
Signed-off-by: default avatargarciadeblas <gerardo.garciadeblas@telefonica.com>
parent 44403b70
No related branches found
Tags v15.0.1
No related merge requests found
......@@ -285,7 +285,7 @@ EOF"
OSM_HELM_OPTS="${OSM_HELM_OPTS} --set vca.cacert=${OSM_VCA_CACERT}"
fi
[ -n "$OSM_VCA_APIPROXY" ] && OSM_HELM_OPTS="${OSM_HELM_OPTS} --set lcm.config.OSMLCM_VCA_APIPROXY=${OSM_VCA_APIPROXY}"
[ ! "$OSM_DOCKER_TAG" == "testing-daily" ] && OSM_HELM_OPTS="${OSM_HELM_OPTS} --set global.image.tag=${OSM_DOCKER_TAG}"
[ ! "$OSM_DOCKER_TAG" == "15" ] && OSM_HELM_OPTS="${OSM_HELM_OPTS} --set-string global.image.tag=${OSM_DOCKER_TAG}"
[ -n "${INSTALL_NGSA}" ] || OSM_HELM_OPTS="${OSM_HELM_OPTS} --set global.oldServiceAssurance=true"
if [ -n "${OSM_BEHIND_PROXY}" ]; then
OSM_HELM_OPTS="${OSM_HELM_OPTS} --set global.behindHttpProxy=true"
......
......@@ -26,7 +26,7 @@ global:
repositoryBase: docker.io/opensourcemano
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: "testing-daily"
tag: "15"
imagePullSecrets: []
nameOverride: ""
......
......@@ -15,7 +15,7 @@
REPOSITORY_BASE=https://osm-download.etsi.org/repository/osm/debian
RELEASE=ReleaseFIFTEEN
REPOSITORY=stable
DOCKER_TAG="testing-daily"
DOCKER_TAG="15"
DEVOPS_PATH=/usr/share/osm-devops
function usage(){
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment