.github/workflows/charts.yaml: add datadog chart

This commit is contained in:
Haitao Pan 2023-04-18 11:56:22 +08:00
parent 64662ebb23
commit ed62a297d9

View File

@ -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