EugenMayer / docker-boilerplate-chartmuseum

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WAT

Host your own helm charts using chartmuseum.

  • Includes Traefik for TLS offloading
  • Includes basic auth support

Usage

cp .env.example .env

Adjust the values to your liking

After starting the stack, you need to adjust the storage permissions bug

docker-compose exec -u root chartmuseum sh -c 'chown 1000:0 -R /charts/'

This needs to be done only once

About


Languages

Language:Shell 100.0%