From a55a14944b7fdbe5463aa25c19ab01a6552137f3 Mon Sep 17 00:00:00 2001 From: Haitao Pan Date: Tue, 18 Apr 2023 14:14:09 +0800 Subject: [PATCH] .github/workflows/charts.yaml: add flux2 chart v1.0.0 --- .github/workflows/charts.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/charts.yaml b/.github/workflows/charts.yaml index 7670db0..b1e2889 100644 --- a/.github/workflows/charts.yaml +++ b/.github/workflows/charts.yaml @@ -35,6 +35,7 @@ jobs: helm repo add alerta-web https://hayk96.github.io/alerta-web helm repo add openldap https://jp-gouin.github.io/helm-openldap/ helm repo add datadog https://helm.datadoghq.com + helm repo add fluxcd-community https://fluxcd-community.github.io/helm-charts echo "$REPO_PASSWORD" | helm repo add sync --username=admin --password-stdin https://artifact.onwalk.net/chartrepo/public/ helm repo up @@ -49,3 +50,6 @@ jobs: helm fetch datadog/datadog --version=3.25.5 helm cm-push datadog-3.25.5.tgz sync + + helm fetch fluxcd/flux2 --version=1.0.0 + helm cm-push flux2-1.0.0.tgz sync