Skip to content

Commit

Permalink
Merge pull request #89 from Hobsons/fix/mv-ksm-subchart-to-new-helm-r…
Browse files Browse the repository at this point in the history
…egistry

move kube-state-metrics sub-chart from google registry to charts.helm.sh
  • Loading branch information
vboulineau authored Nov 5, 2020
2 parents 2b3df10 + e3ae132 commit 5c9bb12
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/ct.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
chart-repos:
- stable=https://kubernetes-charts.storage.googleapis.com
- stable=https://charts.helm.sh/stable
helm-extra-args: --timeout 300s
check-version-increment: true
debug: true
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v1
- name: Add default helm repo
run: helm repo add stable https://kubernetes-charts.storage.googleapis.com && helm repo update
run: helm repo add stable https://charts.helm.sh/stable && helm repo update
- name: Run kubeval
env:
KUBERNETES_VERSION: ${{ matrix.k8s }}
Expand Down
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.4.38

* Move the kube-state-metrics subchart from google's helm registry to charts.helm.sh/stable.

## 2.4.37

* Fix incorrect link for Event Collection in `values.yaml`.
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.4.37
version: 2.4.38
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.4.37](https://img.shields.io/badge/Version-2.4.37-informational?style=flat-square) ![AppVersion: 7](https://img.shields.io/badge/AppVersion-7-informational?style=flat-square)
![Version: 2.4.38](https://img.shields.io/badge/Version-2.4.38-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/charts/tree/master/stable/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 @@ -28,7 +28,7 @@ Kubernetes 1.4+ or OpenShift 3.4+, note that:

| Repository | Name | Version |
|------------|------|---------|
| https://kubernetes-charts.storage.googleapis.com/ | kube-state-metrics | =2.8.11 |
| https://charts.helm.sh/stable | kube-state-metrics | =2.8.11 |

## Quick start

Expand Down
6 changes: 3 additions & 3 deletions charts/datadog/requirements.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dependencies:
- name: kube-state-metrics
repository: https://kubernetes-charts.storage.googleapis.com/
repository: https://charts.helm.sh/stable
version: 2.8.11
digest: sha256:ca16dbfb025e4fdd4f5665fc5adfd8f8cf62100cae882d1d94e32efd2e9ce156
generated: "2020-10-19T18:49:38.132849+02:00"
digest: sha256:e72aef3e78bbdd838ec25870ee899db9c2500b7da8c0ca8ec435d02880c47366
generated: "2020-11-05T15:20:36.9037656Z"
2 changes: 1 addition & 1 deletion charts/datadog/requirements.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
dependencies:
- name: kube-state-metrics
version: "=2.8.11"
repository: https://kubernetes-charts.storage.googleapis.com/
repository: https://charts.helm.sh/stable
condition: datadog.kubeStateMetricsEnabled

0 comments on commit 5c9bb12

Please sign in to comment.