Loading jobs/helm.gitlab-ci.yml +4 −4 Original line number Diff line number Diff line Loading @@ -10,7 +10,7 @@ script: - /run.sh deploy_review: deploy_review 🚀: extends: .helm stage: review environment: Loading @@ -23,7 +23,7 @@ deploy_review: variables: - $REVIEW_DISABLE cleanup_review: cleanup_review 🛑: extends: .helm stage: review variables: Loading @@ -48,7 +48,7 @@ cleanup_review: # script: # - helm secrets diff upgrade ${CI_PROJECT_PATH_SLUG} ${CHART_PATH} -f ${VALUES_PATH}/${ENV}.yaml -f ${VALUES_PATH}/secrets.${ENV}.yaml --set-string image.tag=${CI_COMMIT_SHORT_SHA} --namespace "$KUBE_NAMESPACE" --allow-unreleased deploy_stage: deploy_stage 🚀: extends: .helm stage: staging environment: Loading @@ -66,7 +66,7 @@ deploy_stage: # script: # - helm secrets diff upgrade ${CI_PROJECT_PATH_SLUG} ${CHART_PATH} -f ${VALUES_PATH}/${ENV}.yaml -f ${VALUES_PATH}/secrets.${ENV}.yaml --set-string image.tag=${CI_COMMIT_SHORT_SHA} --namespace "$KUBE_NAMESPACE" --allow-unreleased deploy_production: deploy_production 🚀: extends: .helm stage: production environment: Loading jobs/quality_check.gitlab-ci.yml +1 −1 Original line number Diff line number Diff line # "Quality check" job # See https://gitlab.com/go2scale/jobs/ for more informations quality_check: quality_check 🔍: stage: code_level image: name: "registry.gitlab.com/go2scale/dockerfiles/quality-check:v0.2.7" Loading Loading
jobs/helm.gitlab-ci.yml +4 −4 Original line number Diff line number Diff line Loading @@ -10,7 +10,7 @@ script: - /run.sh deploy_review: deploy_review 🚀: extends: .helm stage: review environment: Loading @@ -23,7 +23,7 @@ deploy_review: variables: - $REVIEW_DISABLE cleanup_review: cleanup_review 🛑: extends: .helm stage: review variables: Loading @@ -48,7 +48,7 @@ cleanup_review: # script: # - helm secrets diff upgrade ${CI_PROJECT_PATH_SLUG} ${CHART_PATH} -f ${VALUES_PATH}/${ENV}.yaml -f ${VALUES_PATH}/secrets.${ENV}.yaml --set-string image.tag=${CI_COMMIT_SHORT_SHA} --namespace "$KUBE_NAMESPACE" --allow-unreleased deploy_stage: deploy_stage 🚀: extends: .helm stage: staging environment: Loading @@ -66,7 +66,7 @@ deploy_stage: # script: # - helm secrets diff upgrade ${CI_PROJECT_PATH_SLUG} ${CHART_PATH} -f ${VALUES_PATH}/${ENV}.yaml -f ${VALUES_PATH}/secrets.${ENV}.yaml --set-string image.tag=${CI_COMMIT_SHORT_SHA} --namespace "$KUBE_NAMESPACE" --allow-unreleased deploy_production: deploy_production 🚀: extends: .helm stage: production environment: Loading
jobs/quality_check.gitlab-ci.yml +1 −1 Original line number Diff line number Diff line # "Quality check" job # See https://gitlab.com/go2scale/jobs/ for more informations quality_check: quality_check 🔍: stage: code_level image: name: "registry.gitlab.com/go2scale/dockerfiles/quality-check:v0.2.7" Loading