Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

There is no helm chart #107

Closed
madejackson opened this issue Apr 3, 2024 · 2 comments
Closed

There is no helm chart #107

madejackson opened this issue Apr 3, 2024 · 2 comments

Comments

@madejackson
Copy link
Contributor

madejackson commented Apr 3, 2024

There is no helm chart to install where there should be one, at least according to docs: https://github.com/docker-mailserver/docker-mailserver-helm/tree/master/charts/docker-mailserver

installing is not possible:

Release "docker-mailserver" does not exist. Installing it now.
Error: non-absolute URLs should be in form of repo_name/path_to_chart, got: docker-mailserver
@cfis
Copy link
Collaborator

cfis commented Apr 4, 2024

You need to first tell Helm about the repo:

helm repo add docker-mailserver https://docker-mailserver.github.io/docker-mailserver-helm

Will need to update documentation (or feel free to create a PR and I'll apply it).

@madejackson
Copy link
Contributor Author

Thx, fixed docs with: #108

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants