From 0502d4c1ced9db61c80890fe6ca7e05e83447f3d Mon Sep 17 00:00:00 2001 From: Josh Dolitsky Date: Tue, 20 Feb 2018 14:42:39 -0600 Subject: [PATCH] [incubator/chartmuseum] update to latest stable image, add new params to values.yaml (#3787) --- incubator/chartmuseum/Chart.yaml | 4 ++-- incubator/chartmuseum/values.yaml | 8 +++++++- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/incubator/chartmuseum/Chart.yaml b/incubator/chartmuseum/Chart.yaml index 3f5140bee3..99faad6a18 100644 --- a/incubator/chartmuseum/Chart.yaml +++ b/incubator/chartmuseum/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v1 description: Helm Chart Repository with support for Amazon S3 and Google Cloud Storage name: chartmuseum -version: 0.3.3 -appVersion: 0.2.8 +version: 0.3.4 +appVersion: 0.3.1 home: https://github.com/chartmuseum/chartmuseum icon: https://raw.githubusercontent.com/chartmuseum/chartmuseum/master/logo.png maintainers: diff --git a/incubator/chartmuseum/values.yaml b/incubator/chartmuseum/values.yaml index 8395ea1409..74917e59bf 100644 --- a/incubator/chartmuseum/values.yaml +++ b/incubator/chartmuseum/values.yaml @@ -1,7 +1,7 @@ replicaCount: 1 image: repository: chartmuseum/chartmuseum - tag: v0.2.7 + tag: v0.3.1 pullPolicy: IfNotPresent env: open: @@ -15,10 +15,16 @@ env: STORAGE_AMAZON_REGION: # alternative s3 endpoint STORAGE_AMAZON_ENDPOINT: + # server side encryption algorithm + STORAGE_AMAZON_SSE: # gcs bucket to store charts for google storage backend STORAGE_GOOGLE_BUCKET: # prefix to store charts for google storage backend STORAGE_GOOGLE_PREFIX: + # container to store charts for microsoft storage backend + STORAGE_MICROSOFT_CONTAINER: + # prefix to store charts for microsoft storage backend + STORAGE_MICROSOFT_PREFIX: # form field which will be queried for the chart file content CHART_POST_FORM_FIELD_NAME: chart # form field which will be queried for the provenance file content