Skip to content

Commit

Permalink
fix: remove duplicate pvc labels, #55 (#56)
Browse files Browse the repository at this point in the history
* fix: remove duplicate pvc labels, #55

* fix: remove duplicate pv labels, #55

* ci: bump chart version to 3.9.3, #55
  • Loading branch information
mkoertgen authored Jan 13, 2023
1 parent 9d033eb commit 45b38ca
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion src/chartmuseum/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
description: Host your own Helm Chart Repository
name: chartmuseum
version: 3.9.2
version: 3.9.3
appVersion: 0.15.0
home: https://github.com/helm/chartmuseum
icon: https://raw.githubusercontent.com/chartmuseum/charts/main/logo.jpg
Expand Down
1 change: 0 additions & 1 deletion src/chartmuseum/templates/pv.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ metadata:
name: {{ .Values.persistence.pv.pvname | default (include "chartmuseum.fullname" .) }}
labels:
{{- include "chartmuseum.labels" . | nindent 4 }}
{{- include "chartmuseum.selectorLabels" . | nindent 4 }}
spec:
capacity:
storage: {{ .Values.persistence.pv.capacity.storage }}
Expand Down
1 change: 0 additions & 1 deletion src/chartmuseum/templates/pvc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ metadata:
name: {{ include "chartmuseum.fullname" . }}
labels:
{{- include "chartmuseum.labels" . | nindent 4 }}
{{- include "chartmuseum.selectorLabels" . | nindent 4 }}
{{- with .Values.persistence.labels }}
{{- toYaml . | nindent 4 }}
{{- end }}
Expand Down

0 comments on commit 45b38ca

Please sign in to comment.