From ed6759b3e33cfefae9de6ca825bdc57863bec85a Mon Sep 17 00:00:00 2001 From: momothereal Date: Sat, 30 Nov 2019 23:07:48 -0500 Subject: [PATCH] Update readme; Allow read-only access --- README.md | 3 +++ chartmuseum/values.yaml | 2 ++ 2 files changed, 5 insertions(+) diff --git a/README.md b/README.md index bf0804f..819b64a 100644 --- a/README.md +++ b/README.md @@ -16,3 +16,6 @@ All the services in this repository are deployed to a Kubernetes cluster using H ## Hosted services * TeamSpeak server (`teamspeak`) + +* Helm Chart repository (`chartmuseum`) + * Hosted at `https://charts.momoperes.ca` diff --git a/chartmuseum/values.yaml b/chartmuseum/values.yaml index 5e7aa75..ad5e2fb 100644 --- a/chartmuseum/values.yaml +++ b/chartmuseum/values.yaml @@ -1,4 +1,6 @@ env: + open: + AUTH_ANONYMOUS_GET: true existingSecret: chartmuseum-credentials existingSecretMappings: BASIC_AUTH_USER: username