Fix defiant tag

This commit is contained in:
Aram 🍐 2019-10-27 15:43:43 -04:00
parent 33d3e6a61a
commit ec6ba8da61
2 changed files with 2 additions and 2 deletions

View file

@ -133,7 +133,7 @@ defiant:deploy:
- cd ${DEFIANT_SRC}/chart - cd ${DEFIANT_SRC}/chart
- mkdir -p manifests/ - mkdir -p manifests/
- helm template ./defiant/ --output-dir manifests/ --name defiant -f ./defiant/values.yaml - helm template ./defiant/ --output-dir manifests/ --name defiant -f ./defiant/values.yaml
- kubectl apply --namespace ${DEPLOY_NAMESPACE} -R -f manifests/ - kubectl apply --namespace ${DEPLOY_NAMESPACE} --set image.name=${DEFIANT_IMAGE} --set image.tag=${CI_COMMIT_REF_SLUG}-${CI_COMMIT_SHORT_SHA} -R -f manifests/
only: only:
refs: refs:
- master - master

View file

@ -1,5 +1,5 @@
image: image:
repository: registry.gitlab.com/momothereal/momoperes.ca/defiant name: registry.gitlab.com/momothereal/momoperes.ca/defiant
tag: latest tag: latest
pullPolicy: Always pullPolicy: Always