From f6d381c80ad503017cb3c142339c6515f8fb6317 Mon Sep 17 00:00:00 2001 From: Daniel Werdermann Date: Thu, 18 Nov 2021 13:10:02 +0100 Subject: [PATCH] fix labels on pods (#20) Signed-off-by: Daniel Werdermann --- charts/flux2/Chart.yaml | 2 +- charts/flux2/README.md | 2 +- charts/flux2/templates/image-automation-controller.yaml | 2 +- charts/flux2/templates/image-reflector-controller.yaml | 2 +- charts/flux2/templates/kustomize-controller.yaml | 2 +- charts/flux2/templates/notification-controller.yaml | 2 +- charts/flux2/templates/source-controller.yaml | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/charts/flux2/Chart.yaml b/charts/flux2/Chart.yaml index 800f86a..5997d54 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.4.0" +version: "0.4.1" appVersion: "0.23.0" diff --git a/charts/flux2/README.md b/charts/flux2/README.md index be069c5..d0abe3a 100644 --- a/charts/flux2/README.md +++ b/charts/flux2/README.md @@ -1,6 +1,6 @@ # flux2 -![Version: 0.4.0](https://img.shields.io/badge/Version-0.4.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.23.0](https://img.shields.io/badge/AppVersion-0.23.0-informational?style=flat-square) +![Version: 0.4.1](https://img.shields.io/badge/Version-0.4.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.23.0](https://img.shields.io/badge/AppVersion-0.23.0-informational?style=flat-square) A Helm chart for flux2 diff --git a/charts/flux2/templates/image-automation-controller.yaml b/charts/flux2/templates/image-automation-controller.yaml index 34addbb..ae67f3c 100644 --- a/charts/flux2/templates/image-automation-controller.yaml +++ b/charts/flux2/templates/image-automation-controller.yaml @@ -19,7 +19,7 @@ spec: {{- end }} labels: app: image-automation-controller -{{- with .Values.imageautomationcontroller.labels }}{{ toYaml . | indent 8 }}{{ end }} +{{ with .Values.imageautomationcontroller.labels }}{{ toYaml . | indent 8 }}{{ end }} spec: containers: - args: diff --git a/charts/flux2/templates/image-reflector-controller.yaml b/charts/flux2/templates/image-reflector-controller.yaml index b7a2cbf..252c01b 100644 --- a/charts/flux2/templates/image-reflector-controller.yaml +++ b/charts/flux2/templates/image-reflector-controller.yaml @@ -19,7 +19,7 @@ spec: {{- end }} labels: app: image-reflector-controller -{{- with .Values.imagereflectorcontroller.labels }}{{ toYaml . | indent 8 }}{{ end }} +{{ with .Values.imagereflectorcontroller.labels }}{{ toYaml . | indent 8 }}{{ end }} spec: containers: - args: diff --git a/charts/flux2/templates/kustomize-controller.yaml b/charts/flux2/templates/kustomize-controller.yaml index 269eff9..9da5064 100644 --- a/charts/flux2/templates/kustomize-controller.yaml +++ b/charts/flux2/templates/kustomize-controller.yaml @@ -19,7 +19,7 @@ spec: {{- end }} labels: app: kustomize-controller -{{- with .Values.kustomizecontroller.labels }}{{ toYaml . | indent 8 }}{{ end }} +{{ with .Values.kustomizecontroller.labels }}{{ toYaml . | indent 8 }}{{ end }} spec: containers: - args: diff --git a/charts/flux2/templates/notification-controller.yaml b/charts/flux2/templates/notification-controller.yaml index b4cbc89..3dae4f9 100644 --- a/charts/flux2/templates/notification-controller.yaml +++ b/charts/flux2/templates/notification-controller.yaml @@ -20,7 +20,7 @@ spec: {{- end }} labels: app: notification-controller -{{- with .Values.notificationcontroller.labels }}{{ toYaml . | indent 8 }}{{ end }} +{{ with .Values.notificationcontroller.labels }}{{ toYaml . | indent 8 }}{{ end }} spec: containers: - args: diff --git a/charts/flux2/templates/source-controller.yaml b/charts/flux2/templates/source-controller.yaml index cea2bff..18e8135 100644 --- a/charts/flux2/templates/source-controller.yaml +++ b/charts/flux2/templates/source-controller.yaml @@ -21,7 +21,7 @@ spec: {{- end }} labels: app: source-controller -{{- with .Values.sourcecontroller.labels }}{{ toYaml . | indent 8 }}{{ end }} +{{ with .Values.sourcecontroller.labels }}{{ toYaml . | indent 8 }}{{ end }} spec: containers: - args: