mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[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:
committed by
k8s-ci-robot
parent
f970265676
commit
060a390db4
@@ -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:
|
||||
|
||||
@@ -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` |
|
||||
|
||||
@@ -5,7 +5,7 @@ strategy:
|
||||
maxUnavailable: 0
|
||||
image:
|
||||
repository: chartmuseum/chartmuseum
|
||||
tag: v0.4.1
|
||||
tag: v0.4.2
|
||||
pullPolicy: IfNotPresent
|
||||
env:
|
||||
open:
|
||||
|
||||
Reference in New Issue
Block a user