vernemq / docker-vernemq

VerneMQ Docker image - Starts the VerneMQ MQTT broker and listens on 1883 and 8080 (for websockets).
https://vernemq.com
Apache License 2.0
177 stars 230 forks source link

github actions for helm chart automation? #185

Open billimek opened 4 years ago

billimek commented 4 years ago

The helm github organization have recently created a set of github actions and associated demo repo for helm charts such that you can configure your own helm repo to do the following:

on every pull request:

on every merge to master:

If this is something of interest, I'm happy to submit a PR with the necessary changes.

dergraf commented 4 years ago

we've already automated thoee steps, however we need to manually tag a helm release .

please check whatever we have in .travis.yml and suggest the related changes.