Skip to content

Commit

Permalink
[datadog] move to the new kube-state-metrics chart registry
Browse files Browse the repository at this point in the history
  • Loading branch information
clamoriniere committed Jul 8, 2021
1 parent eefef41 commit 96dbfef
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/ct.yaml
Original file line number Diff line number Diff line change
@@ -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
4 changes: 4 additions & 0 deletions charts/datadog/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion charts/datadog/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v1
name: datadog
version: 2.18.3
version: 2.19.0
appVersion: "7"
description: Datadog Agent
keywords:
Expand Down
4 changes: 2 additions & 2 deletions charts/datadog/README.md
Original file line number Diff line number Diff line change
@@ -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/).

Expand Down Expand Up @@ -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

Expand Down
10 changes: 5 additions & 5 deletions charts/datadog/requirements.lock
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
dependencies:
- name: datadog-crds
repository: https://helm.datadoghq.com
version: 0.1.1
version: =0.1.1
- name: kube-state-metrics
repository: https://kubernetes.github.io/kube-state-metrics
version: 2.13.2
digest: sha256:561cb4a9b77471828d50f8bbcf3b093639b881ebddbd0d8c42336732a4f50bf2
generated: "2021-04-28T21:35:59.027064+02:00"
repository: https://prometheus-community.github.io/helm-charts
version: =2.13.2
digest: sha256:088c89099b7107e78a1394f8a089223e60b594aaf21593e75362d4c351d3e18e
generated: "2021-07-08T12:52:38.907313+02:00"
2 changes: 1 addition & 1 deletion charts/datadog/requirements.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 96dbfef

Please sign in to comment.