From 9754c90b8fa52382e408079b4646ec25d71cd0b0 Mon Sep 17 00:00:00 2001 From: Igor Soares Date: Mon, 21 Apr 2025 19:22:50 -0300 Subject: [PATCH] Upversion Flux to v2.5.1 Specific components upversioned: * flux2-charts: v2.13.0 -> v1.15.0 * helm-controller: v1.0.1 -> v1.2.0 * source-controller: v1.3.0 -> 1.5.0 * notification-controller (optional): v1.3.0 -> 1.5.0 * kustomize-controller (optional): v1.3.0 -> 1.5.1 Image versions were also updated in the companion commit for the Ansible playbooks repo: https://review.opendev.org/c/starlingx/ansible-playbooks/+/947771 This moves the charts from the previous Flux version (v2.3.0) to a legacy package named flux2-charts-legacy intended to be used for the platform rollback scenario. Test plan: AIO-SX: PASS: fresh install PASS: platform upgrade PASS: backup & restore PASS: nginx-ingress-controller successfully uploaded/applied/removed/deleted PASS: cert-manager successfully uploaded/applied/removed/deleted PASS: platform-integ-apps successfully uploaded/applied/removed/deleted PASS: oidc-auth-apps successfully uploaded/applied/removed/deleted PASS: dell-storage successfully uploaded/applied/removed/deleted PASS: rook-ceph successfully uploaded/applied/removed/deleted PASS: deployment-manager successfully uploaded/applied/removed/deleted PASS: enable notification and kustomize controllers AIO-DX: PASS: fresh install PASS: platform upgrade PASS: backup & restore Standard: PASS: fresh install PASS: check if pods are allocated to controllers Story: 2011354 Task: 52090 Change-Id: I6ab98897ab7fb97e557c3a596dea51462631da12 Signed-off-by: Igor Soares --- debian_iso_image.inc | 1 + debian_pkg_dirs | 1 + .../debian/deb_folder/changelog | 5 + .../debian/deb_folder/control | 16 +++ .../debian/deb_folder/copyright | 31 ++++ .../deb_folder/flux2-charts-legacy.install | 1 + .../flux2-charts-legacy.lintian-overrides | 1 + .../debian/deb_folder/rules | 28 ++++ .../debian/deb_folder/source/format | 1 + .../flux2-charts-legacy/debian/meta_data.yaml | 13 ++ ...plate-options-for-helm-and-source-co.patch | 135 ++++++++++++++++++ ...ion-to-allow-enabling-disabling-the-.patch | 66 +++++++++ .../flux2-charts-legacy/debian/patches/series | 2 + kubernetes/flux2-charts-legacy/files/Makefile | 19 +++ .../flux2-charts/debian/deb_folder/changelog | 6 + .../flux2-charts/debian/deb_folder/rules | 2 +- kubernetes/flux2-charts/debian/meta_data.yaml | 8 +- 17 files changed, 331 insertions(+), 5 deletions(-) create mode 100644 kubernetes/flux2-charts-legacy/debian/deb_folder/changelog create mode 100644 kubernetes/flux2-charts-legacy/debian/deb_folder/control create mode 100644 kubernetes/flux2-charts-legacy/debian/deb_folder/copyright create mode 100644 kubernetes/flux2-charts-legacy/debian/deb_folder/flux2-charts-legacy.install create mode 100644 kubernetes/flux2-charts-legacy/debian/deb_folder/flux2-charts-legacy.lintian-overrides create mode 100755 kubernetes/flux2-charts-legacy/debian/deb_folder/rules create mode 100644 kubernetes/flux2-charts-legacy/debian/deb_folder/source/format create mode 100644 kubernetes/flux2-charts-legacy/debian/meta_data.yaml create mode 100644 kubernetes/flux2-charts-legacy/debian/patches/0001-Include-more-template-options-for-helm-and-source-co.patch create mode 100644 kubernetes/flux2-charts-legacy/debian/patches/0002-Add-template-option-to-allow-enabling-disabling-the-.patch create mode 100644 kubernetes/flux2-charts-legacy/debian/patches/series create mode 100644 kubernetes/flux2-charts-legacy/files/Makefile diff --git a/debian_iso_image.inc b/debian_iso_image.inc index cb7a84e99..3a3f7d3ff 100644 --- a/debian_iso_image.inc +++ b/debian_iso_image.inc @@ -103,6 +103,7 @@ libfacter3.14.12 #flux flux2-charts +flux2-charts-legacy #gpu-operator #gpu-operator diff --git a/debian_pkg_dirs b/debian_pkg_dirs index 629711d5f..828b9e487 100644 --- a/debian_pkg_dirs +++ b/debian_pkg_dirs @@ -69,6 +69,7 @@ kubernetes/docker-distribution kubernetes/etcd kubernetes/flux2 kubernetes/flux2-charts +kubernetes/flux2-charts-legacy kubernetes/helm kubernetes/k8s-cni-cache-cleanup kubernetes/k8s-pod-recovery diff --git a/kubernetes/flux2-charts-legacy/debian/deb_folder/changelog b/kubernetes/flux2-charts-legacy/debian/deb_folder/changelog new file mode 100644 index 000000000..331f54bd3 --- /dev/null +++ b/kubernetes/flux2-charts-legacy/debian/deb_folder/changelog @@ -0,0 +1,5 @@ +flux2-charts-legacy (2.13.0-1) stable; urgency=medium + + * Initial release + + -- Igor Pires Soares Web, 12 Feb 2025 15:40:22 +0000 diff --git a/kubernetes/flux2-charts-legacy/debian/deb_folder/control b/kubernetes/flux2-charts-legacy/debian/deb_folder/control new file mode 100644 index 000000000..8684eaf75 --- /dev/null +++ b/kubernetes/flux2-charts-legacy/debian/deb_folder/control @@ -0,0 +1,16 @@ +Source: flux2-charts-legacy +Section: admin +Priority: optional +Maintainer: StarlingX Developers +Build-Depends: debhelper-compat (= 13), helm +Standards-Version: 4.5.1 +Homepage: https://www.starlingx.io + +Package: flux2-charts-legacy +Architecture: any +Depends: ${misc:Depends} +Description: A Helm chart for flux2 legacy versions. + Flux is a tool for keeping Kubernetes clusters in sync with sources of + configuration (like Git repositories), and automating updates to + configuration. This package provides the Helm charts to allow rolling + back to a previous FluxCD version. diff --git a/kubernetes/flux2-charts-legacy/debian/deb_folder/copyright b/kubernetes/flux2-charts-legacy/debian/deb_folder/copyright new file mode 100644 index 000000000..bf582b400 --- /dev/null +++ b/kubernetes/flux2-charts-legacy/debian/deb_folder/copyright @@ -0,0 +1,31 @@ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ + +Upstream-Name: flux2 +Upstream-Contact: cncf-flux-dev@lists.cncf.io +Source: https://github.com/fluxcd-community/helm-charts +Files: * +Copyright: (C) Copyright 2025 The FluxCD Community All Rights Reserved +License: Apache-2 + +Upstream-Name: flux2 +Upstream-Contact: StarlingX Developers +Source: https://opendev.org/starlingx/integ/src/branch/master/kubernetes/flux2-charts-legacy +Files: debian/* +Copyright: (c) 2025 Wind River Systems, Inc. +License: Apache-2 + +License: Apache-2 + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + . + http://www.apache.org/licenses/LICENSE-2.0 + . + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + . + On Debian-based systems the full text of the Apache version 2.0 license + can be found in `/usr/share/common-licenses/Apache-2.0'. diff --git a/kubernetes/flux2-charts-legacy/debian/deb_folder/flux2-charts-legacy.install b/kubernetes/flux2-charts-legacy/debian/deb_folder/flux2-charts-legacy.install new file mode 100644 index 000000000..fa973f4e9 --- /dev/null +++ b/kubernetes/flux2-charts-legacy/debian/deb_folder/flux2-charts-legacy.install @@ -0,0 +1 @@ +usr/local/share/flux2-charts-legacy/* diff --git a/kubernetes/flux2-charts-legacy/debian/deb_folder/flux2-charts-legacy.lintian-overrides b/kubernetes/flux2-charts-legacy/debian/deb_folder/flux2-charts-legacy.lintian-overrides new file mode 100644 index 000000000..badcf0f10 --- /dev/null +++ b/kubernetes/flux2-charts-legacy/debian/deb_folder/flux2-charts-legacy.lintian-overrides @@ -0,0 +1 @@ +description-starts-with-package-name diff --git a/kubernetes/flux2-charts-legacy/debian/deb_folder/rules b/kubernetes/flux2-charts-legacy/debian/deb_folder/rules new file mode 100755 index 000000000..323b4a181 --- /dev/null +++ b/kubernetes/flux2-charts-legacy/debian/deb_folder/rules @@ -0,0 +1,28 @@ +#!/usr/bin/make -f +# export DH_VERBOSE = 1 + +export ROOT = debian/tmp + +export FLUX_CHARTS_VERSION = 2.13.0 +export FLUX_CHARTS_PKG = flux2-$(FLUX_CHARTS_VERSION).tar.gz +export TARGET_DIR = $(ROOT)/usr/local/share/flux2-charts-legacy + +%: + dh $@ + +override_dh_auto_build: + mkdir -p build + + # Copy flux2 charts + cp -r charts/flux2 build/ + + cp Makefile build + + cd build && make + +override_dh_auto_install: + install -d -m 755 $(TARGET_DIR) + install -p -D -m 755 build/flux2-$(FLUX_CHARTS_VERSION).tgz $(TARGET_DIR) + +override_dh_usrlocal: + # Do Nothing diff --git a/kubernetes/flux2-charts-legacy/debian/deb_folder/source/format b/kubernetes/flux2-charts-legacy/debian/deb_folder/source/format new file mode 100644 index 000000000..163aaf8d8 --- /dev/null +++ b/kubernetes/flux2-charts-legacy/debian/deb_folder/source/format @@ -0,0 +1 @@ +3.0 (quilt) diff --git a/kubernetes/flux2-charts-legacy/debian/meta_data.yaml b/kubernetes/flux2-charts-legacy/debian/meta_data.yaml new file mode 100644 index 000000000..f5202e2c4 --- /dev/null +++ b/kubernetes/flux2-charts-legacy/debian/meta_data.yaml @@ -0,0 +1,13 @@ +--- +debname: flux2-charts-legacy +debver: 2.13.0-1 +src_path: files +dl_path: + name: flux2-2.13.0.tar.gz + url: https://github.com/fluxcd-community/helm-charts/archive/refs/tags/flux2-2.13.0.tar.gz + sha256sum: d620d63c2730b6979c9e89e2a8b690e18fc569555f2a6b6ec2399611524b6e77 +src_files: + - files/Makefile +revision: + dist: $STX_DIST + PKG_GITREVCOUNT: true diff --git a/kubernetes/flux2-charts-legacy/debian/patches/0001-Include-more-template-options-for-helm-and-source-co.patch b/kubernetes/flux2-charts-legacy/debian/patches/0001-Include-more-template-options-for-helm-and-source-co.patch new file mode 100644 index 000000000..a464b588d --- /dev/null +++ b/kubernetes/flux2-charts-legacy/debian/patches/0001-Include-more-template-options-for-helm-and-source-co.patch @@ -0,0 +1,135 @@ +From 84b2ec2215807f522a6069fc12da519b2fe75ffd Mon Sep 17 00:00:00 2001 +From: Igor Soares +Date: Wed, 19 Feb 2025 09:26:17 -0300 +Subject: [PATCH 1/2] Include more template options for helm and source + controllers + +Options added to the helm-controller deployment: + +* readinessProbe.timeoutSeconds +* livenessProbe.timeoutSeconds +* terminationGracePeriodSeconds + +Options added to the source-controller deployment: + +* readinessProbe.timeoutSeconds +* livenessProbe.timeoutSeconds + +Added as a global option and included in both controllers: +* logEncoding + +In addition, the container.additionalArgs option was modified +to allow output redirection for both controllers. + +Signed-off-by: Igor Soares +--- + charts/flux2/templates/helm-controller.yaml | 25 +++++++------------ + charts/flux2/templates/source-controller.yaml | 21 ++++++---------- + 2 files changed, 17 insertions(+), 29 deletions(-) + +diff --git a/charts/flux2/templates/helm-controller.yaml b/charts/flux2/templates/helm-controller.yaml +index 0811c15..85c4c15 100644 +--- a/charts/flux2/templates/helm-controller.yaml ++++ b/charts/flux2/templates/helm-controller.yaml +@@ -38,21 +38,8 @@ spec: + {{- toYaml .Values.helmController.initContainers | nindent 8}} + {{- end}} + containers: +- - args: +- {{- if .Values.multitenancy.enabled }} +- - --no-cross-namespace-refs=true +- - --default-service-account={{ .Values.multitenancy.defaultServiceAccount | default "default" }} +- {{- end}} +- {{- if .Values.notificationController.create }} +- - --events-addr=http://notification-controller.$(RUNTIME_NAMESPACE).svc.{{ .Values.clusterDomain | default "cluster.local" }}. +- {{- end}} +- - --watch-all-namespaces={{ .Values.watchAllNamespaces }} +- - --log-level={{ .Values.logLevel | default "info" }} +- - --log-encoding=json +- - --enable-leader-election +- {{- range .Values.helmController.container.additionalArgs }} +- - {{ . }} +- {{- end}} ++ - command: ["/bin/sh"] ++ args: ["-c", "helm-controller {{- if .Values.multitenancy.enabled }} --no-cross-namespace-refs=true --default-service-account={{ .Values.multitenancy.defaultServiceAccount | default "default" }} {{- end}} {{- if .Values.notificationController.create }} --events-addr=http://notification-controller.$(RUNTIME_NAMESPACE).svc.{{ .Values.clusterDomain | default "cluster.local" }}. {{- end}} --watch-all-namespaces={{ .Values.watchAllNamespaces }} --log-level={{ .Values.logLevel | default "info" }} --log-encoding={{ .Values.logEncoding | default "json" }} --enable-leader-election {{ .Values.helmController.container.additionalArgs }}"] + env: + - name: RUNTIME_NAMESPACE + valueFrom: +@@ -71,6 +58,9 @@ spec: + httpGet: + path: /healthz + port: healthz ++ {{- if and .Values.helmController.livenessProbe .Values.helmController.livenessProbe.timeoutSeconds }} ++ timeoutSeconds: {{ .Values.helmController.livenessProbe.timeoutSeconds }} ++ {{- end }} + name: manager + ports: + - containerPort: 8080 +@@ -82,6 +72,9 @@ spec: + httpGet: + path: /readyz + port: healthz ++ {{- if and .Values.helmController.readinessProbe .Values.helmController.readinessProbe.timeoutSeconds }} ++ timeoutSeconds: {{ .Values.helmController.readinessProbe.timeoutSeconds }} ++ {{- end }} + {{- with .Values.helmController.resources }} + resources: {{ toYaml . | nindent 10 }} + {{- end }} +@@ -114,7 +107,7 @@ spec: + {{- if .Values.imagePullSecrets }} + imagePullSecrets: {{ toYaml .Values.imagePullSecrets | nindent 6 }} + {{- end }} +- terminationGracePeriodSeconds: 600 ++ terminationGracePeriodSeconds: {{ .Values.helmController.terminationGracePeriodSeconds | default 600 }} + volumes: + - emptyDir: {} + name: temp +diff --git a/charts/flux2/templates/source-controller.yaml b/charts/flux2/templates/source-controller.yaml +index 46c7cfe..2bd2eea 100644 +--- a/charts/flux2/templates/source-controller.yaml ++++ b/charts/flux2/templates/source-controller.yaml +@@ -36,19 +36,8 @@ spec: + {{- toYaml .Values.sourceController.initContainers | nindent 8}} + {{- end}} + containers: +- - args: +- {{- if .Values.notificationController.create }} +- - --events-addr=http://notification-controller.$(RUNTIME_NAMESPACE).svc.{{ .Values.clusterDomain | default "cluster.local" }}. +- {{- end}} +- - --watch-all-namespaces={{ .Values.watchAllNamespaces }} +- - --log-level={{ .Values.logLevel | default "info" }} +- - --log-encoding=json +- - --enable-leader-election +- - --storage-path=/data +- - --storage-adv-addr=source-controller.$(RUNTIME_NAMESPACE).svc.{{ .Values.clusterDomain | default "cluster.local" }}. +- {{- range .Values.sourceController.container.additionalArgs }} +- - {{ . }} +- {{- end}} ++ - command: ["/bin/sh"] ++ args: ["-c", "source-controller {{- if .Values.notificationController.create }} --events-addr=http://notification-controller.$(RUNTIME_NAMESPACE).svc.{{ .Values.clusterDomain | default "cluster.local" }}. {{- end}} --watch-all-namespaces={{ .Values.watchAllNamespaces }} --log-level={{ .Values.logLevel | default "info" }} --log-encoding={{ .Values.logEncoding | default "json" }} --enable-leader-election --storage-path=/data --storage-adv-addr=source-controller.$(RUNTIME_NAMESPACE).svc.{{ .Values.clusterDomain | default "cluster.local" }}. {{ .Values.sourceController.container.additionalArgs }}"] + env: + - name: RUNTIME_NAMESPACE + valueFrom: +@@ -67,6 +56,9 @@ spec: + httpGet: + path: /healthz + port: healthz ++ {{- if and .Values.sourceController.livenessProbe .Values.sourceController.livenessProbe.timeoutSeconds }} ++ timeoutSeconds: {{ .Values.sourceController.livenessProbe.timeoutSeconds }} ++ {{- end }} + name: manager + ports: + - containerPort: 9090 +@@ -82,6 +74,9 @@ spec: + httpGet: + path: / + port: http ++ {{- if and .Values.sourceController.readinessProbe .Values.sourceController.readinessProbe.timeoutSeconds }} ++ timeoutSeconds: {{ .Values.sourceController.readinessProbe.timeoutSeconds }} ++ {{- end }} + {{- with .Values.sourceController.resources }} + resources: {{ toYaml . | nindent 10 }} + {{- end }} +-- +2.34.1 + diff --git a/kubernetes/flux2-charts-legacy/debian/patches/0002-Add-template-option-to-allow-enabling-disabling-the-.patch b/kubernetes/flux2-charts-legacy/debian/patches/0002-Add-template-option-to-allow-enabling-disabling-the-.patch new file mode 100644 index 000000000..876b7f8f7 --- /dev/null +++ b/kubernetes/flux2-charts-legacy/debian/patches/0002-Add-template-option-to-allow-enabling-disabling-the-.patch @@ -0,0 +1,66 @@ +From 4d2eb3b9f265bcb4b80ff7d335a430560a29b234 Mon Sep 17 00:00:00 2001 +From: Igor Soares +Date: Wed, 19 Feb 2025 10:19:02 -0300 +Subject: [PATCH 2/2] Add template option to allow enabling/disabling the + pre-install job + +Add the .Values.preInstallJob.create option to allow enabling/disabling +the pre-install job. + +The service account related to the pre-install job will be +enabled/disabled accordingly as well. + +This is required because in certain scenarios, such as platform +upgrades, we need to skip the Kubernetes version check. + +Signed-off-by: Igor Soares +--- + charts/flux2/templates/pre-install-job-serviceaccount.yaml | 2 ++ + charts/flux2/templates/pre-install-job.yaml | 2 ++ + charts/flux2/values.yaml | 3 +++ + 3 files changed, 7 insertions(+) + +diff --git a/charts/flux2/templates/pre-install-job-serviceaccount.yaml b/charts/flux2/templates/pre-install-job-serviceaccount.yaml +index f634869..14b35fd 100644 +--- a/charts/flux2/templates/pre-install-job-serviceaccount.yaml ++++ b/charts/flux2/templates/pre-install-job-serviceaccount.yaml +@@ -1,3 +1,4 @@ ++{{- if and .Values.preInstallJob.create}} + apiVersion: v1 + kind: ServiceAccount + metadata: +@@ -12,3 +13,4 @@ metadata: + "helm.sh/hook": pre-install + "helm.sh/hook-weight": "-10" + "helm.sh/hook-delete-policy": before-hook-creation,hook-succeeded ++{{- end }} +\ No newline at end of file +diff --git a/charts/flux2/templates/pre-install-job.yaml b/charts/flux2/templates/pre-install-job.yaml +index 2c2541f..59bfa32 100644 +--- a/charts/flux2/templates/pre-install-job.yaml ++++ b/charts/flux2/templates/pre-install-job.yaml +@@ -1,3 +1,4 @@ ++{{- if and .Values.preInstallJob.create}} + apiVersion: batch/v1 + kind: Job + metadata: +@@ -70,3 +71,4 @@ spec: + {{- with .Values.cli.tolerations }} + tolerations: {{ toYaml . | nindent 8 }} + {{- end }} ++{{- end }} +\ No newline at end of file +diff --git a/charts/flux2/values.yaml b/charts/flux2/values.yaml +index 6a023c7..9277f13 100644 +--- a/charts/flux2/values.yaml ++++ b/charts/flux2/values.yaml +@@ -325,3 +325,6 @@ prometheus: + - sourceLabels: [__meta_kubernetes_pod_phase] + action: keep + regex: Running ++ ++preInstallJob: ++ create: true +-- +2.34.1 + diff --git a/kubernetes/flux2-charts-legacy/debian/patches/series b/kubernetes/flux2-charts-legacy/debian/patches/series new file mode 100644 index 000000000..1acdc1416 --- /dev/null +++ b/kubernetes/flux2-charts-legacy/debian/patches/series @@ -0,0 +1,2 @@ +0001-Include-more-template-options-for-helm-and-source-co.patch +0002-Add-template-option-to-allow-enabling-disabling-the-.patch diff --git a/kubernetes/flux2-charts-legacy/files/Makefile b/kubernetes/flux2-charts-legacy/files/Makefile new file mode 100644 index 000000000..fc488a7cd --- /dev/null +++ b/kubernetes/flux2-charts-legacy/files/Makefile @@ -0,0 +1,19 @@ +# Copyright (c) 2025 Wind River Systems, Inc. +# +# SPDX-License-Identifier: Apache-2.0 +# +# It's necessary to set this because some environments don't link sh -> bash. +SHELL := /bin/bash + +all: build clean + +lint: + helm lint flux2/ + +build: lint + helm package flux2 + +clean: + @echo "Clean all build artifacts" + rm -f flux2/templates/_partials.tpl flux2/templates/_globals.tpl + rm -rf flux2/charts diff --git a/kubernetes/flux2-charts/debian/deb_folder/changelog b/kubernetes/flux2-charts/debian/deb_folder/changelog index 4cbdf1cb3..657f4d106 100644 --- a/kubernetes/flux2-charts/debian/deb_folder/changelog +++ b/kubernetes/flux2-charts/debian/deb_folder/changelog @@ -1,3 +1,9 @@ +flux2-charts (2.15.0-1) stable; urgency=medium + + * Bump chart version to v2.15.0 (Flux v2.5.1) + + -- Igor Pires Soares Mon, 21 Apr 2025 12:55:03 +0000 + flux2-charts (2.13.0-1) stable; urgency=medium * Initial release diff --git a/kubernetes/flux2-charts/debian/deb_folder/rules b/kubernetes/flux2-charts/debian/deb_folder/rules index f7d2d6f9f..3dcb54094 100755 --- a/kubernetes/flux2-charts/debian/deb_folder/rules +++ b/kubernetes/flux2-charts/debian/deb_folder/rules @@ -3,7 +3,7 @@ export ROOT = debian/tmp -export FLUX_CHARTS_VERSION = 2.13.0 +export FLUX_CHARTS_VERSION = 2.15.0 export FLUX_CHARTS_PKG = flux2-$(FLUX_CHARTS_VERSION).tar.gz export TARGET_DIR = $(ROOT)/usr/local/share/flux2-charts diff --git a/kubernetes/flux2-charts/debian/meta_data.yaml b/kubernetes/flux2-charts/debian/meta_data.yaml index 7795889bf..23acdc365 100644 --- a/kubernetes/flux2-charts/debian/meta_data.yaml +++ b/kubernetes/flux2-charts/debian/meta_data.yaml @@ -1,11 +1,11 @@ --- debname: flux2-charts -debver: 2.13.0-1 +debver: 2.15.0-1 src_path: files dl_path: - name: flux2-2.13.0.tar.gz - url: https://github.com/fluxcd-community/helm-charts/archive/refs/tags/flux2-2.13.0.tar.gz - sha256sum: d620d63c2730b6979c9e89e2a8b690e18fc569555f2a6b6ec2399611524b6e77 + name: flux2-2.15.0.tar.gz + url: https://github.com/fluxcd-community/helm-charts/archive/refs/tags/flux2-2.15.0.tar.gz + sha256sum: 6b2cfa3a6e125a2e5297003a1c39e1915a5064d05a289240e7708360d1dbfca3 src_files: - files/Makefile revision: