Super-Visions / docker-itop

https://hub.docker.com/r/supervisions/itop/
21 stars 19 forks source link

iTop HELM chart #5

Closed finaldzn closed 2 years ago

finaldzn commented 2 years ago

Hello, First of all thank you for your itop docker image, we are using it and we thank you for it.

We manage all our services on a kubernetes cluster and manage the applications using helm charts.

In order for us to use your image cleanly, we created a itop helm chart.

Please let me know if you need something or have questions.

You can also upload this chart to a chart museum in order to have it easily available to users.

Thank you

Hipska commented 2 years ago

Hi @finaldzn can you give some feedback on my questions/suggestions?

finaldzn commented 2 years ago

@Hipska im taking care of it today. Sorry for the delay

finaldzn commented 2 years ago

I updated it, not really sure what else we can do regarding the "notes.txt"

finaldzn commented 2 years ago

Great, what i can suggest is to host the chart in a chart museum so it can be as easy to install it as is the docker image

Hipska commented 2 years ago

Where do you suggest to add this?

finaldzn commented 2 years ago

Either using something like this : https://github.com/helm/chart-releaser-action#example-workflow

Or packaging and then pushing the chart to a public repository, but im not sure if docker hub is compatible (a helm chart implements OCI so its supposed to be compatible with docker hub but nerver tried it )