Skip to content

Commit

Permalink
fix labels on pods (#20)
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Werdermann <daniel.werdermann@gmail.com>
  • Loading branch information
dwerder committed Nov 18, 2021
1 parent 0211f06 commit f6d381c
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion charts/flux2/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
2 changes: 1 addition & 1 deletion charts/flux2/README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion charts/flux2/templates/image-automation-controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion charts/flux2/templates/image-reflector-controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion charts/flux2/templates/kustomize-controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion charts/flux2/templates/notification-controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion charts/flux2/templates/source-controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit f6d381c

Please sign in to comment.