[incubator/chartmuseum] update to latest stable image, add new params to values.yaml (#3787)

This commit is contained in:
Josh Dolitsky
2018-02-20 12:42:39 -08:00
committed by k8s-ci-robot
parent 6967d2a4a5
commit 0502d4c1ce
2 changed files with 9 additions and 3 deletions
+2 -2
View File
@@ -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:
+7 -1
View File
@@ -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