[incubator/chartmuseum] upgrade to 0.4.2 (#4091)

* [incubator/chartmuseum] update to latest stable image, add new params to values.yaml

* [incubator/chartmuseum] upgrade to 0.4.2
This commit is contained in:
Josh Dolitsky
2018-03-12 15:19:11 -07:00
committed by k8s-ci-robot
parent f970265676
commit 060a390db4
3 changed files with 4 additions and 4 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.4.2
appVersion: 0.4.1
version: 0.4.3
appVersion: 0.4.2
home: https://github.com/chartmuseum/chartmuseum
icon: https://raw.githubusercontent.com/chartmuseum/chartmuseum/master/logo.png
maintainers:
+1 -1
View File
@@ -29,7 +29,7 @@ their default values. See values.yaml for all available options.
|----------------------------------------|---------------------------------------------|-----------------------------------------------------|
| `image.pullPolicy` | Container pull policy | `IfNotPresent` |
| `image.repository` | Container image to use | `chartmuseum/chartmuseum` |
| `image.tag` | Container image tag to deploy | `v0.4.1` |
| `image.tag` | Container image tag to deploy | `v0.4.2` |
| `persistence.accessMode` | Access mode to use for PVC | `ReadWriteOnce` |
| `persistence.enabled` | Whether to use a PVC for persistent storage | `false` |
| `persistence.size` | Amount of space to claim for PVC | `8Gi` |
+1 -1
View File
@@ -5,7 +5,7 @@ strategy:
maxUnavailable: 0
image:
repository: chartmuseum/chartmuseum
tag: v0.4.1
tag: v0.4.2
pullPolicy: IfNotPresent
env:
open: