File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,8 @@ pipeline:
39
39
registry : quay.io
40
40
repo : quay.io/srcd/blog
41
41
secrets : [ docker_username, docker_password ]
42
- tag : ' ${DRONE_COMMIT_SHA:0:7}'
42
+ # workaround for bug https://github.com/kubernetes/helm/issues/1707
43
+ tag : ' commit-${DRONE_COMMIT_SHA:0:7}'
43
44
file : Dockerfile
44
45
when :
45
46
event : push
@@ -52,7 +53,7 @@ pipeline:
52
53
release : blog
53
54
prefix : STG
54
55
secrets : [ STG_API_SERVER, STG_KUBERNETES_TOKEN ]
55
- values : ingress.globalStaticIpName=blog-staging,ingress.hostname=blog-staging.srcd.run,image.tag=${DRONE_COMMIT_SHA:0:7}
56
+ values : ingress.globalStaticIpName=blog-staging,ingress.hostname=blog-staging.srcd.run,image.tag=commit- ${DRONE_COMMIT_SHA:0:7}
56
57
tiller_ns : kube-system
57
58
wait : true
58
59
when :
You can’t perform that action at this time.
0 commit comments