--- default: image: alpine/helm:3.10.2 tags: - kubernetes - flying-circus stages: - test # - build # - release # - deploy deploy: stage: test script: - helm upgrade ${APP_NAME} ./ --install --values=./values.yaml --namespace ${APP_NAME} # rules: # - if: $CI_COMMIT_BRANCH == 'master' # when: always