diff --git a/.github/ct.yaml b/.github/ct.yaml index 54963021a..0ad25bc27 100644 --- a/.github/ct.yaml +++ b/.github/ct.yaml @@ -1,6 +1,6 @@ chart-repos: - datadog=https://helm.datadoghq.com - - kube-state-metrics=https://kubernetes.github.io/kube-state-metrics + - kube-state-metrics=https://prometheus-community.github.io/helm-charts helm-extra-args: --timeout 300s check-version-increment: true debug: true diff --git a/charts/datadog/CHANGELOG.md b/charts/datadog/CHANGELOG.md index e02f92d21..a2db916d0 100644 --- a/charts/datadog/CHANGELOG.md +++ b/charts/datadog/CHANGELOG.md @@ -1,5 +1,9 @@ # Datadog changelog +## 2.19.0 + +* Move to the new `kube-state-metrics` chart registry, but keep the version `2.13.2`. + ## 2.18.2 * Update `kube-state-metrics` requirement chart documentation. diff --git a/charts/datadog/Chart.yaml b/charts/datadog/Chart.yaml index 619965510..153404e92 100644 --- a/charts/datadog/Chart.yaml +++ b/charts/datadog/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: datadog -version: 2.18.3 +version: 2.19.0 appVersion: "7" description: Datadog Agent keywords: diff --git a/charts/datadog/README.md b/charts/datadog/README.md index 26c24e5d1..9990edb17 100644 --- a/charts/datadog/README.md +++ b/charts/datadog/README.md @@ -1,6 +1,6 @@ # Datadog -![Version: 2.18.3](https://img.shields.io/badge/Version-2.18.3-informational?style=flat-square) ![AppVersion: 7](https://img.shields.io/badge/AppVersion-7-informational?style=flat-square) +![Version: 2.19.0](https://img.shields.io/badge/Version-2.19.0-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/kubernetes/kube-state-metrics/tree/master/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/). @@ -29,7 +29,7 @@ Kubernetes 1.10+ or OpenShift 3.10+, note that: | Repository | Name | Version | |------------|------|---------| | https://helm.datadoghq.com | datadog-crds | =0.1.1 | -| https://kubernetes.github.io/kube-state-metrics | kube-state-metrics | =2.13.2 | +| https://prometheus-community.github.io/helm-charts | kube-state-metrics | =2.13.2 | ## Quick start diff --git a/charts/datadog/requirements.lock b/charts/datadog/requirements.lock index db917e654..4cc7db04d 100644 --- a/charts/datadog/requirements.lock +++ b/charts/datadog/requirements.lock @@ -3,7 +3,7 @@ dependencies: repository: https://helm.datadoghq.com version: 0.1.1 - name: kube-state-metrics - repository: https://kubernetes.github.io/kube-state-metrics + repository: https://prometheus-community.github.io/helm-charts version: 2.13.2 -digest: sha256:561cb4a9b77471828d50f8bbcf3b093639b881ebddbd0d8c42336732a4f50bf2 -generated: "2021-04-28T21:35:59.027064+02:00" +digest: sha256:088c89099b7107e78a1394f8a089223e60b594aaf21593e75362d4c351d3e18e +generated: "2021-07-08T12:52:38.907313+02:00" diff --git a/charts/datadog/requirements.yaml b/charts/datadog/requirements.yaml index 8b71fea06..e46b0767a 100644 --- a/charts/datadog/requirements.yaml +++ b/charts/datadog/requirements.yaml @@ -7,5 +7,5 @@ dependencies: - install-crds - name: kube-state-metrics version: "=2.13.2" - repository: https://kubernetes.github.io/kube-state-metrics + repository: https://prometheus-community.github.io/helm-charts condition: datadog.kubeStateMetricsEnabled