Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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: v2
description: Host your own Helm Chart Repository
name: chartmuseum
version: 3.10.4
appVersion: 0.16.3
version: 3.10.5
appVersion: 0.16.5
home: https://github.com/helm/chartmuseum
icon: https://raw.githubusercontent.com/chartmuseum/charts/main/logo.jpg
keywords:
Expand Down
2 changes: 1 addition & 1 deletion src/chartmuseum/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ strategy:
type: RollingUpdate
image:
repository: ghcr.io/helm/chartmuseum
tag: v0.16.3
tag: v0.16.5
pullPolicy: IfNotPresent
secret:
labels: {}
Expand Down