From b87756cd1c436554ed07a8796db088f2a21ec01d Mon Sep 17 00:00:00 2001 From: Cedric Lamoriniere Date: Tue, 24 Dec 2024 00:49:00 +0100 Subject: [PATCH] fix(datadog): version 3.84.3 was not created properly --- charts/datadog/Chart.yaml | 2 +- charts/datadog/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/datadog/Chart.yaml b/charts/datadog/Chart.yaml index 6f16cf41d..a82f76d00 100644 --- a/charts/datadog/Chart.yaml +++ b/charts/datadog/Chart.yaml @@ -1,7 +1,7 @@ --- apiVersion: v1 name: datadog -version: 3.84.2 +version: 3.84.3 appVersion: "7" description: Datadog Agent keywords: diff --git a/charts/datadog/README.md b/charts/datadog/README.md index 43ebfd355..6142fa54f 100644 --- a/charts/datadog/README.md +++ b/charts/datadog/README.md @@ -1,6 +1,6 @@ # Datadog -![Version: 3.84.2](https://img.shields.io/badge/Version-3.84.2-informational?style=flat-square) ![AppVersion: 7](https://img.shields.io/badge/AppVersion-7-informational?style=flat-square) +![Version: 3.84.3](https://img.shields.io/badge/Version-3.84.3-informational?style=flat-square) ![AppVersion: 7](https://img.shields.io/badge/AppVersion-7-informational?style=flat-square) [Datadog](https://www.datadoghq.com/) is a hosted infrastructure monitoring platform. This chart adds the Datadog Agent to all nodes in your cluster via a DaemonSet. It also optionally depends on the [kube-state-metrics chart](https://github.com/prometheus-community/helm-charts/tree/main/charts/kube-state-metrics). For more information about monitoring Kubernetes with Datadog, please refer to the [Datadog documentation website](https://docs.datadoghq.com/agent/basic_agent_usage/kubernetes/).