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

fix(datadog): rename ci values files to be properly tested #1612

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
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

## 3.81.1

* Fix ci values.yaml files name to be taken into account by the ci job.

## 3.81.0

* Add a new option to disable hostPorts for the trace-agent with `datadog.apm.useLocalService`. This option enables K8s clusters with hostPort and hostPath volumes restrictions to use the K8s local service to send traces.
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: 3.81.0
version: 3.81.1
appVersion: "7"
description: Datadog Agent
keywords:
Expand Down
2 changes: 1 addition & 1 deletion charts/datadog/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Datadog

![Version: 3.81.0](https://img.shields.io/badge/Version-3.81.0-informational?style=flat-square) ![AppVersion: 7](https://img.shields.io/badge/AppVersion-7-informational?style=flat-square)
![Version: 3.81.1](https://img.shields.io/badge/Version-3.81.1-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/).

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ datadog:
appKey: "0000000000000000000000000000000000000000"
orchestratorExplorer:
customResources:
- datadoghq.com/v1alpha1/datadogpodautoscalers
- datadoghq.com/v1alpha1/datadogpodautoscalers
autoscaling:
workload:
enabled: true
Expand All @@ -12,3 +12,4 @@ datadog:
clusterAgent:
image:
tag: beta
doNotCheckTag: true
9 changes: 9 additions & 0 deletions charts/datadog/ci/image-digest-values.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
clusterAgent:
image:
digest: sha256:28a5e138123e273643527341c3e38721cec2d89a472958df8e956ae681c10d75 # corresponds to 7.59.0
agents:
image:
digest: sha256:9b4be18f644bd35dad2387f37d9859674080889642b970c0e924d027c4182f6d # corresponds to 7.59.0
clusterChecksRunner:
image:
digest: sha256:9b4be18f644bd35dad2387f37d9859674080889642b970c0e924d027c4182f6d # corresponds to 7.59.0
9 changes: 0 additions & 9 deletions charts/datadog/ci/image-digest.yaml

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ datadog:
receiver:
protocols:
grpc:
enabled: true
enabled: true
http:
enabled: true
Loading