Skip to content
#

chartmuseum

Here are 30 public repositories matching this topic...

cbuto
cbuto commented Apr 29, 2022

From @cpboyd (helm/chartmuseum#581)

From https://artifacthub.io/packages/helm/chartmuseum/chartmuseum#extra-paths:

helm install my-chartmuseum chartmuseum/chartmuseum \
  --set ingress.enabled=true \
  --set ingress.hosts[0].name=chartmuseum.domain.com \
  --set ingress.extraPaths[0].service=ssl-redirect \
  --set ingress.extraPaths[0].port=use-annotation
enhancement good first issue
Kaeldara-ru
Kaeldara-ru commented May 26, 2020

Hello!

Have UNABLE_TO_VERIFY_LEAF_SIGNATURE error with localhosted harbor.

Can u add to out\in scrips?
process.env['NODE_TLS_REJECT_UNAUTHORIZED'] = '0';

or antoher variation of using "insecure-tls-verify".

Thx!

enhancement help wanted good first issue

Improve this page

Add a description, image, and links to the chartmuseum topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the chartmuseum topic, visit your repo's landing page and select "manage topics."

Learn more