diff --git a/charts/flux2/Chart.yaml b/charts/flux2/Chart.yaml index 5c02c9e..220d6b8 100644 --- a/charts/flux2/Chart.yaml +++ b/charts/flux2/Chart.yaml @@ -3,6 +3,6 @@ name: flux2 description: A Helm chart for flux2 type: application -version: "0.6.1" +version: "0.6.2" appVersion: "0.24.0" diff --git a/charts/flux2/templates/notification-controller.yaml b/charts/flux2/templates/notification-controller.yaml index 3dae4f9..65c817a 100644 --- a/charts/flux2/templates/notification-controller.yaml +++ b/charts/flux2/templates/notification-controller.yaml @@ -13,7 +13,6 @@ spec: matchLabels: app: notification-controller template: - metadata: metadata: {{- with .Values.notificationcontroller.annotations }} annotations: {{ toYaml . | nindent 8 }}