[stable/chartmuseum] upgrade to app version 0.7.1 (#6515)

This commit is contained in:
Josh Dolitsky
2018-07-08 23:01:18 -07:00
committed by k8s-ci-robot
parent 83f5ec2af4
commit 0ad2739530
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: 1.5.0
appVersion: 0.7.0
version: 1.6.0
appVersion: 0.7.1
home: https://github.com/chartmuseum/chartmuseum
icon: https://raw.githubusercontent.com/chartmuseum/chartmuseum/master/logo.png
keywords:
+1 -1
View File
@@ -52,7 +52,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.5.2` |
| `image.tag` | Container image tag to deploy | `v0.7.1` |
| `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.7.0
tag: v0.7.1
pullPolicy: IfNotPresent
env:
open: