RoadieHQ / kubewise

Get Helm notifications in your team chat
Apache License 2.0
59 stars 6 forks source link

Use explicit tag rather than chart release to allow forking #4

Closed cep21 closed 4 years ago

cep21 commented 4 years ago

See https://github.com/fluxcd/flux/tree/master/chart/flux as a good example.

Add the helm value

image:
  tag: 0.1.0

Then use that inside deployment.yaml. This will allow people to fork your repository and use their own images.

dtuite commented 4 years ago

Hi Jack. I believe I've done what you're looking for in this pull request: #7

Would you mind reviewing before I merge it please?

Thanks for the suggestion.