Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[datadog] move to the new kube-state-metrics chart registry #309

Merged
merged 1 commit into from
Jul 8, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
6 changes: 3 additions & 3 deletions charts/datadog/requirements.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"
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