Skip to content

Instantly share code, notes, and snippets.

@Tocacar
Created November 29, 2018 08:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Tocacar/e5feba534e951dd765a00d18d1cfd67e to your computer and use it in GitHub Desktop.
Save Tocacar/e5feba534e951dd765a00d18d1cfd67e to your computer and use it in GitHub Desktop.
RELEASE_NAME="$APPLICATION_DEPLOY_NAME-$CIRCLE_BRANCH"
RELEASE_HOST="$CIRCLE_BRANCH-$UAT_HOST"
helm upgrade $RELEASE_NAME ./helm_deploy/apply-for-legal-aid/. \
--install --force --wait \
--tiller-namespace=${KUBE_ENV_UAT_NAMESPACE} \
--namespace=${KUBE_ENV_UAT_NAMESPACE} \
--values
./helm_deploy/apply-for-legal-aid/values-uat.yaml \
--set deploy.host="$RELEASE_HOST" \
--set image.repository="$APP_REPOSITORY" \
--set image.tag="${CIRCLE_SHA1}" \
--set ingress.hosts="{$RELEASE_HOST}" \
--set replicaCount="2"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment