Skip to content

Commit

Permalink
[PROCS-3871] Add contimage and contlcycle endpoints to Cilium network…
Browse files Browse the repository at this point in the history
… policy (#1355)

* Add contimage and contlcycle endpoints

* Update chart version and changelog

* Update CHANGELOG.md

---------

Co-authored-by: khewonc <39867936+khewonc@users.noreply.github.com>
  • Loading branch information
daniel-taf and khewonc authored Mar 28, 2024
1 parent 3edb159 commit baf5c68
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 2 deletions.
3 changes: 3 additions & 0 deletions charts/datadog/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Datadog changelog

## 3.59.3
* Add `contimage-intake.datadoghq.com` & `contlcycle-intake.datadoghq.com` endpoints to the `Agent` cilium network policy.

## 3.59.2

* Disable language detection reporting by default in Cluster Agent with Agent 7.52+.
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.59.2
version: 3.59.3
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.59.2](https://img.shields.io/badge/Version-3.59.2-informational?style=flat-square) ![AppVersion: 7](https://img.shields.io/badge/AppVersion-7-informational?style=flat-square)
![Version: 3.59.3](https://img.shields.io/badge/Version-3.59.3-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
4 changes: 4 additions & 0 deletions charts/datadog/templates/agent-cilium-network-policy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,8 @@ specs:
- matchName: "api.{{ $.Values.datadog.site }}"
- matchName: "agent-intake.logs.{{ $.Values.datadog.site }}"
- matchName: "agent-http-intake.logs.{{ $.Values.datadog.site }}"
- matchName: "contimage-intake.{{ $.Values.datadog.site }}"
- matchName: "contlcycle-intake.{{ $.Values.datadog.site }}"
- matchName: "process.{{ $.Values.datadog.site }}"
- matchName: "orchestrator.{{ $.Values.datadog.site }}"
- matchName: "instrumentation-telemetry-intake.{{ $.Values.datadog.site }}"
Expand All @@ -105,6 +107,8 @@ specs:
- matchName: "api.datadoghq.com"
- matchName: "agent-intake.logs.datadoghq.com"
- matchName: "agent-http-intake.logs.datadoghq.com"
- matchName: "contimage-intake.datadoghq.com"
- matchName: "contlcycle-intake.datadoghq.com"
- matchName: "process.datadoghq.com"
- matchName: "orchestrator.datadoghq.com"
- matchName: "instrumentation-telemetry-intake.datadoghq.com"
Expand Down

0 comments on commit baf5c68

Please sign in to comment.