Skip to content

Commit a668d8d

Browse files
authored
feat: Bump ChartMuseum to v0.16.0 (#65)
1 parent 45b38ca commit a668d8d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/chartmuseum/Chart.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
apiVersion: v2
22
description: Host your own Helm Chart Repository
33
name: chartmuseum
4-
version: 3.9.3
5-
appVersion: 0.15.0
4+
version: 3.10.0
5+
appVersion: 0.16.0
66
home: https://github.com/helm/chartmuseum
77
icon: https://raw.githubusercontent.com/chartmuseum/charts/main/logo.jpg
88
keywords:

src/chartmuseum/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ strategy:
55
type: RollingUpdate
66
image:
77
repository: ghcr.io/helm/chartmuseum
8-
tag: v0.15.0
8+
tag: v0.16.0
99
pullPolicy: IfNotPresent
1010
secret:
1111
labels: {}

0 commit comments

Comments
 (0)