Skip to content
This repository has been archived by the owner on Nov 3, 2018. It is now read-only.

Commit

Permalink
Helm: Fix issue with numeric tags
Browse files Browse the repository at this point in the history
This is a workaround for bug helm/helm#1707
  • Loading branch information
smeruelo committed Nov 7, 2017
1 parent 6ae6050 commit 8892127
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .drone.yml
Expand Up @@ -66,7 +66,7 @@ pipeline:
registry: quay.io
repo: quay.io/srcd/talks
secrets: [ docker_username, docker_password ]
tag: '${DRONE_COMMIT_SHA:0:7}'
tag: 'commit-${DRONE_COMMIT_SHA:0:7}'
dockerfile: Dockerfile
debug: true
when:
Expand All @@ -80,7 +80,7 @@ pipeline:
release: talks
prefix: STG
secrets: [ STG_API_SERVER, STG_KUBERNETES_TOKEN ]
values: ingress.globalStaticIpName=talks-staging,ingress.hosts={talks-staging.srcd.run},image.tag=${DRONE_COMMIT_SHA:0:7}
values: ingress.globalStaticIpName=talks-staging,ingress.hosts={talks-staging.srcd.run},image.tag=commit-${DRONE_COMMIT_SHA:0:7}
tiller_ns: kube-system
wait: true
when:
Expand Down

0 comments on commit 8892127

Please sign in to comment.