From d2f31310ebec6c4dd542752f56b896bc0118f684 Mon Sep 17 00:00:00 2001 From: Nicolas Guerguadj <35628945+Kaderinho@users.noreply.github.com> Date: Thu, 27 Jul 2023 15:29:03 +0200 Subject: [PATCH] Update FIPS Proxy version to 0.5.4 (#1128) * chore: update FIPS Proxy version to 0.5.4 Signed-off-by: Nicolas Guerguadj * Update charts/datadog/CHANGELOG.md Co-authored-by: levan-m <116471169+levan-m@users.noreply.github.com> --------- Signed-off-by: Nicolas Guerguadj Co-authored-by: levan-m <116471169+levan-m@users.noreply.github.com> --- charts/datadog/CHANGELOG.md | 4 ++++ charts/datadog/Chart.yaml | 2 +- charts/datadog/README.md | 4 ++-- charts/datadog/values.yaml | 2 +- 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/charts/datadog/CHANGELOG.md b/charts/datadog/CHANGELOG.md index e66e6366c..bf18402ee 100644 --- a/charts/datadog/CHANGELOG.md +++ b/charts/datadog/CHANGELOG.md @@ -1,5 +1,9 @@ # Datadog changelog +## 3.33.4 + +* Update `fips.image.tag` to `0.5.4` increasing the health checks interval from 2 to 10 seconds in the FIPS compliant side car container + ## 3.33.3 * Remove `datadog.dataStreamsMonitoring.enabled` parameter. diff --git a/charts/datadog/Chart.yaml b/charts/datadog/Chart.yaml index 3a074a727..b7c9017f7 100644 --- a/charts/datadog/Chart.yaml +++ b/charts/datadog/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: datadog -version: 3.33.3 +version: 3.33.4 appVersion: "7" description: Datadog Agent keywords: diff --git a/charts/datadog/README.md b/charts/datadog/README.md index 27c420153..c73b84a6b 100644 --- a/charts/datadog/README.md +++ b/charts/datadog/README.md @@ -1,6 +1,6 @@ # Datadog -![Version: 3.33.3](https://img.shields.io/badge/Version-3.33.3-informational?style=flat-square) ![AppVersion: 7](https://img.shields.io/badge/AppVersion-7-informational?style=flat-square) +![Version: 3.33.4](https://img.shields.io/badge/Version-3.33.4-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/). @@ -738,7 +738,7 @@ helm install \ | fips.image.name | string | `"fips-proxy"` | | | fips.image.pullPolicy | string | `"IfNotPresent"` | Datadog the FIPS sidecar image pull policy | | fips.image.repository | string | `nil` | | -| fips.image.tag | string | `"0.5.3"` | Define the FIPS sidecar container version to use. | +| fips.image.tag | string | `"0.5.4"` | Define the FIPS sidecar container version to use. | | fips.local_address | string | `"127.0.0.1"` | | | fips.port | int | `9803` | | | fips.portRange | int | `15` | | diff --git a/charts/datadog/values.yaml b/charts/datadog/values.yaml index eb61abe85..8bb7bfaa7 100644 --- a/charts/datadog/values.yaml +++ b/charts/datadog/values.yaml @@ -1171,7 +1171,7 @@ fips: name: fips-proxy # fips.image.tag -- Define the FIPS sidecar container version to use. - tag: 0.5.3 + tag: 0.5.4 # fips.image.pullPolicy -- Datadog the FIPS sidecar image pull policy pullPolicy: IfNotPresent