ipedrazas / drone-helm

Helm (Kubernetes) plugin for drone.io
MIT License
120 stars 90 forks source link

using docker multi-stage builds, updated tools #94

Closed pulsar256 closed 5 years ago

pulsar256 commented 5 years ago
leibowitz commented 5 years ago

@ipedrazas: anyway you could tag your docker images with versions number matching one of the version you are using?

Since this is referenced in the documentation for drone plugins, it kind of breaks for others as soon as you updated them

Error: incompatible versions client[v2.14.1] server[v2.11.0]
Error: UPGRADE FAILED: incompatible versions client[v2.14.1] server[v2.11.0]

Update: I just noticed the k1.8.1-h2.7.0 tag. That sort of thing would probably work I suppose

zakkg3 commented 5 years ago

u just broke our pipeline :D

maybe better to tag the image with breaking changes like changing the helm version... I am also tagging mine. btw thanks for your work