From ed62a297d999db55a339706cb7ef4421598cf713 Mon Sep 17 00:00:00 2001 From: Haitao Pan Date: Tue, 18 Apr 2023 11:56:22 +0800 Subject: [PATCH] .github/workflows/charts.yaml: add datadog chart --- .github/workflows/charts.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/charts.yaml b/.github/workflows/charts.yaml index 8f5817e..7670db0 100644 --- a/.github/workflows/charts.yaml +++ b/.github/workflows/charts.yaml @@ -34,6 +34,7 @@ jobs: helm repo add prometheus-community https://prometheus-community.github.io/helm-charts 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 echo "$REPO_PASSWORD" | helm repo add sync --username=admin --password-stdin https://artifact.onwalk.net/chartrepo/public/ helm repo up @@ -45,3 +46,6 @@ jobs: helm fetch bitnami/keycloak --version=14.2 helm cm-push keycloak-14.2.0.tgz sync + + helm fetch datadog/datadog --version=3.25.5 + helm cm-push datadog-3.25.5.tgz sync