Skip to content

Commit

Permalink
upgrade to chartmuseum v0.13.0
Browse files Browse the repository at this point in the history
Signed-off-by: Josh Dolitsky <[email protected]>
  • Loading branch information
jdolitsky committed Feb 4, 2021
1 parent f0299f6 commit 0db375d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions src/chartmuseum/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v1
description: Host your own Helm Chart Repository
name: chartmuseum
version: 2.15.0
appVersion: 0.12.0
version: 2.16.0
appVersion: 0.13.0
home: https://github.com/helm/chartmuseum
icon: https://raw.githubusercontent.com/chartmuseum/charts/main/logo.jpg
keywords:
Expand Down
4 changes: 2 additions & 2 deletions src/chartmuseum/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@ their default values. See values.yaml for all available options.
| Parameter | Description | Default |
| --------------------------------------- | --------------------------------------------------------------------------- | ------------------------------------ |
| `image.pullPolicy` | Container pull policy | `IfNotPresent` |
| `image.repository` | Container image to use | `chartmuseum/chartmuseum` |
| `image.tag` | Container image tag to deploy | `v0.12.0` |
| `image.repository` | Container image to use | `ghcr.io/helm/chartmuseum` |
| `image.tag` | Container image tag to deploy | `v0.13.0` |
| `persistence.accessMode` | Access mode to use for PVC | `ReadWriteOnce` |
| `persistence.enabled` | Whether to use a PVC for persistent storage | `false` |
| `persistence.path` | PV mount path | `/storage` |
Expand Down
4 changes: 2 additions & 2 deletions src/chartmuseum/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ strategy:
rollingUpdate:
maxUnavailable: 0
image:
repository: chartmuseum/chartmuseum
tag: v0.12.0
repository: ghcr.io/helm/chartmuseum
tag: v0.13.0
pullPolicy: IfNotPresent
secret:
labels: {}
Expand Down

0 comments on commit 0db375d

Please sign in to comment.