Fix defiant tag
This commit is contained in:
parent
33d3e6a61a
commit
ec6ba8da61
2 changed files with 2 additions and 2 deletions
|
@ -133,7 +133,7 @@ defiant:deploy:
|
|||
- cd ${DEFIANT_SRC}/chart
|
||||
- mkdir -p manifests/
|
||||
- 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:
|
||||
refs:
|
||||
- master
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue