diff --git a/charts/flux2/Chart.yaml b/charts/flux2/Chart.yaml index b4e7e9b..9a7f305 100644 --- a/charts/flux2/Chart.yaml +++ b/charts/flux2/Chart.yaml @@ -8,4 +8,4 @@ name: flux2 sources: - https://github.com/fluxcd-community/helm-charts type: application -version: 2.10.5 +version: 2.10.6 diff --git a/charts/flux2/README.md b/charts/flux2/README.md index cab4ac5..bbfba27 100644 --- a/charts/flux2/README.md +++ b/charts/flux2/README.md @@ -1,6 +1,6 @@ # flux2 -![Version: 2.10.5](https://img.shields.io/badge/Version-2.10.5-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.1.2](https://img.shields.io/badge/AppVersion-2.1.2-informational?style=flat-square) +![Version: 2.10.6](https://img.shields.io/badge/Version-2.10.6-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.1.2](https://img.shields.io/badge/AppVersion-2.1.2-informational?style=flat-square) A Helm chart for flux2 diff --git a/charts/flux2/templates/helm-controller-sa.yaml b/charts/flux2/templates/helm-controller-sa.yaml index b1a3418..9d4ff58 100644 --- a/charts/flux2/templates/helm-controller-sa.yaml +++ b/charts/flux2/templates/helm-controller-sa.yaml @@ -4,6 +4,7 @@ apiVersion: v1 kind: ServiceAccount metadata: labels: + app.kubernetes.io/component: helm-controller app.kubernetes.io/instance: {{ .Release.Namespace | quote }} app.kubernetes.io/managed-by: {{ .Release.Service | quote }} app.kubernetes.io/version: {{ .Chart.AppVersion | quote }} diff --git a/charts/flux2/templates/helm-controller.crds.yaml b/charts/flux2/templates/helm-controller.crds.yaml index e918aa4..751745a 100644 --- a/charts/flux2/templates/helm-controller.crds.yaml +++ b/charts/flux2/templates/helm-controller.crds.yaml @@ -5,6 +5,7 @@ metadata: annotations: controller-gen.kubebuilder.io/version: v0.12.0 labels: + app.kubernetes.io/component: helm-controller app.kubernetes.io/instance: '{{ .Release.Namespace }}' app.kubernetes.io/managed-by: '{{ .Release.Service }}' app.kubernetes.io/part-of: flux diff --git a/charts/flux2/templates/helm-controller.yaml b/charts/flux2/templates/helm-controller.yaml index cd51bfe..0811c15 100644 --- a/charts/flux2/templates/helm-controller.yaml +++ b/charts/flux2/templates/helm-controller.yaml @@ -3,6 +3,7 @@ apiVersion: apps/v1 kind: Deployment metadata: labels: + app.kubernetes.io/component: helm-controller app.kubernetes.io/instance: {{ .Release.Namespace | quote }} app.kubernetes.io/managed-by: {{ .Release.Service | quote }} app.kubernetes.io/version: {{ .Chart.AppVersion | quote }} diff --git a/charts/flux2/templates/image-automation-controller-sa.yaml b/charts/flux2/templates/image-automation-controller-sa.yaml index 0b194f7..ac41e69 100644 --- a/charts/flux2/templates/image-automation-controller-sa.yaml +++ b/charts/flux2/templates/image-automation-controller-sa.yaml @@ -4,6 +4,7 @@ apiVersion: v1 kind: ServiceAccount metadata: labels: + app.kubernetes.io/component: image-automation-controller app.kubernetes.io/instance: {{ .Release.Namespace | quote }} app.kubernetes.io/managed-by: {{ .Release.Service | quote }} app.kubernetes.io/version: {{ .Chart.AppVersion | quote }} diff --git a/charts/flux2/templates/image-automation-controller.crds.yaml b/charts/flux2/templates/image-automation-controller.crds.yaml index 238c420..a8031f4 100644 --- a/charts/flux2/templates/image-automation-controller.crds.yaml +++ b/charts/flux2/templates/image-automation-controller.crds.yaml @@ -5,6 +5,7 @@ metadata: annotations: controller-gen.kubebuilder.io/version: v0.12.0 labels: + app.kubernetes.io/component: image-automation-controller app.kubernetes.io/instance: '{{ .Release.Namespace }}' app.kubernetes.io/managed-by: '{{ .Release.Service }}' app.kubernetes.io/part-of: flux diff --git a/charts/flux2/templates/image-automation-controller.yaml b/charts/flux2/templates/image-automation-controller.yaml index 9b0f423..47da44d 100644 --- a/charts/flux2/templates/image-automation-controller.yaml +++ b/charts/flux2/templates/image-automation-controller.yaml @@ -3,6 +3,7 @@ apiVersion: apps/v1 kind: Deployment metadata: labels: + app.kubernetes.io/component: image-automation-controller app.kubernetes.io/instance: {{ .Release.Namespace | quote }} app.kubernetes.io/managed-by: {{ .Release.Service | quote }} app.kubernetes.io/version: {{ .Chart.AppVersion | quote }} diff --git a/charts/flux2/templates/image-reflector-controller-sa.yaml b/charts/flux2/templates/image-reflector-controller-sa.yaml index 371c99b..16f9cb9 100644 --- a/charts/flux2/templates/image-reflector-controller-sa.yaml +++ b/charts/flux2/templates/image-reflector-controller-sa.yaml @@ -4,6 +4,7 @@ apiVersion: v1 kind: ServiceAccount metadata: labels: + app.kubernetes.io/component: image-reflector-controller app.kubernetes.io/instance: {{ .Release.Namespace | quote }} app.kubernetes.io/managed-by: {{ .Release.Service | quote }} app.kubernetes.io/version: {{ .Chart.AppVersion | quote }} diff --git a/charts/flux2/templates/image-reflector-controller.crds.yaml b/charts/flux2/templates/image-reflector-controller.crds.yaml index dd514ab..b87376c 100644 --- a/charts/flux2/templates/image-reflector-controller.crds.yaml +++ b/charts/flux2/templates/image-reflector-controller.crds.yaml @@ -5,6 +5,7 @@ metadata: annotations: controller-gen.kubebuilder.io/version: v0.12.0 labels: + app.kubernetes.io/component: image-reflector-controller app.kubernetes.io/instance: '{{ .Release.Namespace }}' app.kubernetes.io/managed-by: '{{ .Release.Service }}' app.kubernetes.io/part-of: flux @@ -413,6 +414,7 @@ metadata: annotations: controller-gen.kubebuilder.io/version: v0.12.0 labels: + app.kubernetes.io/component: image-reflector-controller app.kubernetes.io/instance: '{{ .Release.Namespace }}' app.kubernetes.io/managed-by: '{{ .Release.Service }}' app.kubernetes.io/part-of: flux diff --git a/charts/flux2/templates/image-reflector-controller.yaml b/charts/flux2/templates/image-reflector-controller.yaml index 45ecc7c..58abd29 100644 --- a/charts/flux2/templates/image-reflector-controller.yaml +++ b/charts/flux2/templates/image-reflector-controller.yaml @@ -3,6 +3,7 @@ apiVersion: apps/v1 kind: Deployment metadata: labels: + app.kubernetes.io/component: image-reflector-controller app.kubernetes.io/instance: {{ .Release.Namespace | quote }} app.kubernetes.io/managed-by: {{ .Release.Service | quote }} app.kubernetes.io/version: {{ .Chart.AppVersion | quote }} diff --git a/charts/flux2/templates/kustomize-controller-sa.yaml b/charts/flux2/templates/kustomize-controller-sa.yaml index 41e632b..140c30b 100644 --- a/charts/flux2/templates/kustomize-controller-sa.yaml +++ b/charts/flux2/templates/kustomize-controller-sa.yaml @@ -4,6 +4,7 @@ apiVersion: v1 kind: ServiceAccount metadata: labels: + app.kubernetes.io/component: kustomize-controller app.kubernetes.io/instance: {{ .Release.Namespace | quote }} app.kubernetes.io/managed-by: {{ .Release.Service | quote }} app.kubernetes.io/version: {{ .Chart.AppVersion | quote }} diff --git a/charts/flux2/templates/kustomize-controller.crds.yaml b/charts/flux2/templates/kustomize-controller.crds.yaml index e7d9495..b3f2035 100644 --- a/charts/flux2/templates/kustomize-controller.crds.yaml +++ b/charts/flux2/templates/kustomize-controller.crds.yaml @@ -5,6 +5,7 @@ metadata: annotations: controller-gen.kubebuilder.io/version: v0.12.0 labels: + app.kubernetes.io/component: kustomize-controller app.kubernetes.io/instance: '{{ .Release.Namespace }}' app.kubernetes.io/managed-by: '{{ .Release.Service }}' app.kubernetes.io/part-of: flux diff --git a/charts/flux2/templates/kustomize-controller.yaml b/charts/flux2/templates/kustomize-controller.yaml index 8e03c55..fff3ed0 100644 --- a/charts/flux2/templates/kustomize-controller.yaml +++ b/charts/flux2/templates/kustomize-controller.yaml @@ -3,6 +3,7 @@ apiVersion: apps/v1 kind: Deployment metadata: labels: + app.kubernetes.io/component: kustomize-controller app.kubernetes.io/instance: {{ .Release.Namespace | quote }} app.kubernetes.io/managed-by: {{ .Release.Service | quote }} app.kubernetes.io/version: {{ .Chart.AppVersion | quote }} diff --git a/charts/flux2/templates/notification-controller-sa.yaml b/charts/flux2/templates/notification-controller-sa.yaml index 4e7271e..b44e8da 100644 --- a/charts/flux2/templates/notification-controller-sa.yaml +++ b/charts/flux2/templates/notification-controller-sa.yaml @@ -4,6 +4,7 @@ apiVersion: v1 kind: ServiceAccount metadata: labels: + app.kubernetes.io/component: notification-controller app.kubernetes.io/instance: {{ .Release.Namespace | quote }} app.kubernetes.io/managed-by: {{ .Release.Service | quote }} app.kubernetes.io/version: {{ .Chart.AppVersion | quote }} diff --git a/charts/flux2/templates/notification-controller.yaml b/charts/flux2/templates/notification-controller.yaml index ba172c9..d4d6772 100644 --- a/charts/flux2/templates/notification-controller.yaml +++ b/charts/flux2/templates/notification-controller.yaml @@ -3,6 +3,7 @@ apiVersion: apps/v1 kind: Deployment metadata: labels: + app.kubernetes.io/component: notification-controller app.kubernetes.io/instance: {{ .Release.Namespace | quote }} app.kubernetes.io/managed-by: {{ .Release.Service | quote }} app.kubernetes.io/version: {{ .Chart.AppVersion | quote }} diff --git a/charts/flux2/templates/source-controller-serviceaccount.yaml b/charts/flux2/templates/source-controller-serviceaccount.yaml index b460986..286a625 100644 --- a/charts/flux2/templates/source-controller-serviceaccount.yaml +++ b/charts/flux2/templates/source-controller-serviceaccount.yaml @@ -4,6 +4,7 @@ apiVersion: v1 kind: ServiceAccount metadata: labels: + app.kubernetes.io/component: source-controller app.kubernetes.io/instance: {{ .Release.Namespace | quote }} app.kubernetes.io/managed-by: {{ .Release.Service | quote }} app.kubernetes.io/version: {{ .Chart.AppVersion | quote }} diff --git a/charts/flux2/templates/source-controller.crds.yaml b/charts/flux2/templates/source-controller.crds.yaml index bced01e..bb1fdda 100644 --- a/charts/flux2/templates/source-controller.crds.yaml +++ b/charts/flux2/templates/source-controller.crds.yaml @@ -5,6 +5,7 @@ metadata: annotations: controller-gen.kubebuilder.io/version: v0.12.0 labels: + app.kubernetes.io/component: source-controller app.kubernetes.io/instance: '{{ .Release.Namespace }}' app.kubernetes.io/managed-by: '{{ .Release.Service }}' app.kubernetes.io/part-of: flux @@ -524,6 +525,7 @@ metadata: annotations: controller-gen.kubebuilder.io/version: v0.12.0 labels: + app.kubernetes.io/component: source-controller app.kubernetes.io/instance: '{{ .Release.Namespace }}' app.kubernetes.io/managed-by: '{{ .Release.Service }}' app.kubernetes.io/part-of: flux @@ -1726,6 +1728,7 @@ metadata: annotations: controller-gen.kubebuilder.io/version: v0.12.0 labels: + app.kubernetes.io/component: source-controller app.kubernetes.io/instance: '{{ .Release.Namespace }}' app.kubernetes.io/managed-by: '{{ .Release.Service }}' app.kubernetes.io/part-of: flux @@ -2323,6 +2326,7 @@ metadata: annotations: controller-gen.kubebuilder.io/version: v0.12.0 labels: + app.kubernetes.io/component: source-controller app.kubernetes.io/instance: '{{ .Release.Namespace }}' app.kubernetes.io/managed-by: '{{ .Release.Service }}' app.kubernetes.io/part-of: flux @@ -2848,6 +2852,7 @@ metadata: annotations: controller-gen.kubebuilder.io/version: v0.12.0 labels: + app.kubernetes.io/component: source-controller app.kubernetes.io/instance: '{{ .Release.Namespace }}' app.kubernetes.io/managed-by: '{{ .Release.Service }}' app.kubernetes.io/part-of: flux diff --git a/charts/flux2/templates/source-controller.yaml b/charts/flux2/templates/source-controller.yaml index c11e2af..940e237 100644 --- a/charts/flux2/templates/source-controller.yaml +++ b/charts/flux2/templates/source-controller.yaml @@ -3,6 +3,7 @@ apiVersion: apps/v1 kind: Deployment metadata: labels: + app.kubernetes.io/component: source-controller app.kubernetes.io/instance: {{ .Release.Namespace | quote }} app.kubernetes.io/managed-by: {{ .Release.Service | quote }} app.kubernetes.io/version: {{ .Chart.AppVersion | quote }} diff --git a/charts/flux2/tests/__snapshot__/helm-controller_test.yaml.snap b/charts/flux2/tests/__snapshot__/helm-controller_test.yaml.snap index acba473..bdcacbe 100644 --- a/charts/flux2/tests/__snapshot__/helm-controller_test.yaml.snap +++ b/charts/flux2/tests/__snapshot__/helm-controller_test.yaml.snap @@ -4,12 +4,13 @@ should match snapshot of default values: kind: Deployment metadata: labels: + app.kubernetes.io/component: helm-controller app.kubernetes.io/instance: NAMESPACE app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: flux app.kubernetes.io/version: 2.1.2 control-plane: controller - helm.sh/chart: flux2-2.10.5 + helm.sh/chart: flux2-2.10.6 labeltestkey: labeltestvalue labeltestkey2: labeltestvalue2 name: helm-controller diff --git a/charts/flux2/tests/__snapshot__/image-automation-controller_test.yaml.snap b/charts/flux2/tests/__snapshot__/image-automation-controller_test.yaml.snap index 7d8ff3a..188aa89 100644 --- a/charts/flux2/tests/__snapshot__/image-automation-controller_test.yaml.snap +++ b/charts/flux2/tests/__snapshot__/image-automation-controller_test.yaml.snap @@ -4,12 +4,13 @@ should match snapshot of default values: kind: Deployment metadata: labels: + app.kubernetes.io/component: image-automation-controller app.kubernetes.io/instance: NAMESPACE app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: flux app.kubernetes.io/version: 2.1.2 control-plane: controller - helm.sh/chart: flux2-2.10.5 + helm.sh/chart: flux2-2.10.6 name: image-automation-controller spec: replicas: 1 diff --git a/charts/flux2/tests/__snapshot__/image-reflector-controller_test.yaml.snap b/charts/flux2/tests/__snapshot__/image-reflector-controller_test.yaml.snap index 04810ce..023268d 100644 --- a/charts/flux2/tests/__snapshot__/image-reflector-controller_test.yaml.snap +++ b/charts/flux2/tests/__snapshot__/image-reflector-controller_test.yaml.snap @@ -4,12 +4,13 @@ should match snapshot of default values: kind: Deployment metadata: labels: + app.kubernetes.io/component: image-reflector-controller app.kubernetes.io/instance: NAMESPACE app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: flux app.kubernetes.io/version: 2.1.2 control-plane: controller - helm.sh/chart: flux2-2.10.5 + helm.sh/chart: flux2-2.10.6 name: image-reflector-controller spec: replicas: 1 diff --git a/charts/flux2/tests/__snapshot__/kustomize-controller-secret_test.yaml.snap b/charts/flux2/tests/__snapshot__/kustomize-controller-secret_test.yaml.snap index f5271e4..8b3b8f3 100644 --- a/charts/flux2/tests/__snapshot__/kustomize-controller-secret_test.yaml.snap +++ b/charts/flux2/tests/__snapshot__/kustomize-controller-secret_test.yaml.snap @@ -10,7 +10,7 @@ should match snapshot of default values: app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: flux app.kubernetes.io/version: 2.1.2 - helm.sh/chart: flux2-2.10.5 + helm.sh/chart: flux2-2.10.6 name: test1 namespace: NAMESPACE type: Opaque diff --git a/charts/flux2/tests/__snapshot__/kustomize-controller_test.yaml.snap b/charts/flux2/tests/__snapshot__/kustomize-controller_test.yaml.snap index 007cb3d..dba0333 100644 --- a/charts/flux2/tests/__snapshot__/kustomize-controller_test.yaml.snap +++ b/charts/flux2/tests/__snapshot__/kustomize-controller_test.yaml.snap @@ -4,12 +4,13 @@ should match snapshot of default values: kind: Deployment metadata: labels: + app.kubernetes.io/component: kustomize-controller app.kubernetes.io/instance: NAMESPACE app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: flux app.kubernetes.io/version: 2.1.2 control-plane: controller - helm.sh/chart: flux2-2.10.5 + helm.sh/chart: flux2-2.10.6 name: kustomize-controller spec: replicas: 1 diff --git a/charts/flux2/tests/__snapshot__/notification-controller_test.yaml.snap b/charts/flux2/tests/__snapshot__/notification-controller_test.yaml.snap index ef99137..53009fc 100644 --- a/charts/flux2/tests/__snapshot__/notification-controller_test.yaml.snap +++ b/charts/flux2/tests/__snapshot__/notification-controller_test.yaml.snap @@ -4,12 +4,13 @@ should match snapshot of default values: kind: Deployment metadata: labels: + app.kubernetes.io/component: notification-controller app.kubernetes.io/instance: NAMESPACE app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: flux app.kubernetes.io/version: 2.1.2 control-plane: controller - helm.sh/chart: flux2-2.10.5 + helm.sh/chart: flux2-2.10.6 name: notification-controller spec: replicas: 1 diff --git a/charts/flux2/tests/__snapshot__/pre-install-job_test.yaml.snap b/charts/flux2/tests/__snapshot__/pre-install-job_test.yaml.snap index c33a728..6a4959b 100644 --- a/charts/flux2/tests/__snapshot__/pre-install-job_test.yaml.snap +++ b/charts/flux2/tests/__snapshot__/pre-install-job_test.yaml.snap @@ -12,7 +12,7 @@ should match snapshot of default values: app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: flux app.kubernetes.io/version: 2.1.2 - helm.sh/chart: flux2-2.10.5 + helm.sh/chart: flux2-2.10.6 name: RELEASE-NAME-flux-check spec: backoffLimit: 1 @@ -23,7 +23,7 @@ should match snapshot of default values: app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: flux app.kubernetes.io/version: 2.1.2 - helm.sh/chart: flux2-2.10.5 + helm.sh/chart: flux2-2.10.6 name: RELEASE-NAME spec: automountServiceAccountToken: true diff --git a/charts/flux2/tests/__snapshot__/source-controller_test.yaml.snap b/charts/flux2/tests/__snapshot__/source-controller_test.yaml.snap index 58e415f..d1eae93 100644 --- a/charts/flux2/tests/__snapshot__/source-controller_test.yaml.snap +++ b/charts/flux2/tests/__snapshot__/source-controller_test.yaml.snap @@ -4,12 +4,13 @@ should match snapshot of default values: kind: Deployment metadata: labels: + app.kubernetes.io/component: source-controller app.kubernetes.io/instance: NAMESPACE app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: flux app.kubernetes.io/version: 2.1.2 control-plane: controller - helm.sh/chart: flux2-2.10.5 + helm.sh/chart: flux2-2.10.6 name: source-controller spec: replicas: 1