We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d89ffc commit e868701Copy full SHA for e868701
src/chartmuseum/Chart.yaml
@@ -1,8 +1,8 @@
1
apiVersion: v2
2
description: Host your own Helm Chart Repository
3
name: chartmuseum
4
-version: 3.10.2
5
-appVersion: 0.16.1
+version: 3.10.3
+appVersion: 0.16.2
6
home: https://github.com/helm/chartmuseum
7
icon: https://raw.githubusercontent.com/chartmuseum/charts/main/logo.jpg
8
keywords:
src/chartmuseum/values.yaml
@@ -5,7 +5,7 @@ strategy:
type: RollingUpdate
image:
repository: ghcr.io/helm/chartmuseum
- tag: v0.16.1
+ tag: v0.16.2
9
pullPolicy: IfNotPresent
10
secret:
11
labels: {}
0 commit comments