Skip to content
Snippets Groups Projects
Verified Commit 3c6d031e authored by David Hoese's avatar David Hoese
Browse files

Fix tile-gen release name in ci tests

parent dc534271
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@ export GRB_RELEASE_NAME="${RELEASE_PREFIX}cspp-geo-grb"
export RABBITMQ_RELEASE_NAME="${RELEASE_PREFIX}geosphere-rabbit"
export RABBITMQ_SERVICE_NAME="${RABBITMQ_RELEASE_NAME}-rabbitmq"
export GEO2GRID_RELEASE_NAME="${RELEASE_PREFIX}cspp-geo-geo2grid-g16-radm1"
export TILEGEN_RELEASE_NAME="${RELEASE_PREFIX}geosphere-tilegen-g16-radm1"
export TILEGEN_RELEASE_NAME="${RELEASE_PREFIX}geosphere-tile-gen-g16-radm1"
export MAPSERVER_RELEASE_NAME="${RELEASE_PREFIX}geosphere-mapserver"
export MAPCACHE_RELEASE_NAME="${RELEASE_PREFIX}geosphere-mapcache"
export CLIENT_RELEASE_NAME="${RELEASE_PREFIX}geosphere-client"
......
......@@ -45,6 +45,8 @@ install_charts() {
sed -i "s/geosphere-mapserver/${MAPSERVER_RELEASE_NAME}/g" "ci_tests/values-client.yaml"
sed -i "s/geosphere-mapcache/${MAPCACHE_RELEASE_NAME}/g" "ci_tests/values-client.yaml"
./helpers/deploy_client.sh "ci_tests" "${RELEASE_PREFIX}"
debug "$(helm -n $ns list)"
}
get_pod_name() {
......
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