From eec9fe7f8c17e20ac7e120b9bdd9c654edfbcfa1 Mon Sep 17 00:00:00 2001 From: Alex Lee Date: Thu, 2 Dec 2021 16:10:51 +0800 Subject: [PATCH 1/2] Remove duplicated key 'metadata' --- charts/flux2/templates/notification-controller.yaml | 1 - 1 file changed, 1 deletion(-) 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 }} From be985c6513f6c8c80c9bf9af4d980aeef1cd02d3 Mon Sep 17 00:00:00 2001 From: Alex Lee Date: Fri, 3 Dec 2021 15:57:03 +0800 Subject: [PATCH 2/2] bump chart version --- charts/flux2/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"