Skip to content

Commit

Permalink
Update .gitlab-ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jdhayhurst authored Jun 2, 2021
1 parent 2633f9c commit d42ecda
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ build_release:


deploy_staging:
image: ${DEPENDENCY_PROXY_PREFIX}/dtzar/helm-kubectl:2.13.1
image: dtzar/helm-kubectl:2.13.1
stage: deploy
script:
- echo "Deploy to staging server"
Expand All @@ -64,7 +64,7 @@ deploy_staging:


deploy_fallback:
image: ${DEPENDENCY_PROXY_PREFIX}/dtzar/helm-kubectl:2.13.1
image: dtzar/helm-kubectl:2.13.1
stage: deploy
script:
- echo "Deploy to production fallback server"
Expand All @@ -82,7 +82,7 @@ deploy_fallback:


deploy_prod:
image: ${DEPENDENCY_PROXY_PREFIX}/dtzar/helm-kubectl:2.13.1
image: dtzar/helm-kubectl:2.13.1
stage: deploy
script:
- echo "Deploy to production server"
Expand Down

0 comments on commit d42ecda

Please sign in to comment.