diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e781346..40c17e0e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,9 +2,13 @@ # Changelog All notable changes to this project will be documented here. + +### v4.1.3 +- BugFix: Only add application name label to Backup Template + ### v4.1.2 - BugFix: Incorrect selectorLabels were previously added to the Backup Template -- + ### v4.1.1 - Feature: Edit Backup template diff --git a/application/templates/backup.yaml b/application/templates/backup.yaml index 32f737e2..76b93ad2 100644 --- a/application/templates/backup.yaml +++ b/application/templates/backup.yaml @@ -7,7 +7,7 @@ metadata: spec: labelSelector: matchLabels: -{{ include "application.labels" . | nindent 6 }} + app.kubernetes.io/part-of: {{ include "application.name" . }} includedNamespaces: - {{ include "application.namespace" . }} defaultVolumesToRestic: {{ .Values.backup.defaultVolumesToRestic | default true }}