Skip to content

Commit 800574a

Browse files
authored
Update tag version for fips image (#1852)
1 parent a88b3a2 commit 800574a

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

charts/datadog/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Datadog changelog
22

3+
## 3.111.1
4+
5+
* Update `fips.image.tag` to `1.1.10` fixing CVEs and updating packages.
6+
37
## 3.111.0
48

59
* Add support for using an existing/external ConfigMap to configure the DDOT Collector.

charts/datadog/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
apiVersion: v1
33
name: datadog
4-
version: 3.111.0
4+
version: 3.111.1
55
appVersion: "7"
66
description: Datadog Agent
77
keywords:

charts/datadog/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Datadog
22

3-
![Version: 3.111.0](https://img.shields.io/badge/Version-3.111.0-informational?style=flat-square) ![AppVersion: 7](https://img.shields.io/badge/AppVersion-7-informational?style=flat-square)
3+
![Version: 3.111.1](https://img.shields.io/badge/Version-3.111.1-informational?style=flat-square) ![AppVersion: 7](https://img.shields.io/badge/AppVersion-7-informational?style=flat-square)
44

55
[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/).
66

@@ -911,7 +911,7 @@ helm install <RELEASE_NAME> \
911911
| fips.image.name | string | `"fips-proxy"` | |
912912
| fips.image.pullPolicy | string | `"IfNotPresent"` | Datadog the FIPS sidecar image pull policy |
913913
| fips.image.repository | string | `nil` | Override default registry + image.name for the FIPS sidecar container. |
914-
| fips.image.tag | string | `"1.1.9"` | Define the FIPS sidecar container version to use. |
914+
| fips.image.tag | string | `"1.1.10"` | Define the FIPS sidecar container version to use. |
915915
| fips.local_address | string | `"127.0.0.1"` | Set local IP address |
916916
| fips.port | int | `9803` | Specifies which port is used by the containers to communicate to the FIPS sidecar. |
917917
| fips.portRange | int | `15` | Specifies the number of ports used, defaults to 13 https://github.com/DataDog/datadog-agent/blob/7.44.x/pkg/config/config.go#L1564-L1577 |

charts/datadog/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1610,7 +1610,7 @@ fips:
16101610
name: fips-proxy
16111611

16121612
# fips.image.tag -- Define the FIPS sidecar container version to use.
1613-
tag: 1.1.9
1613+
tag: 1.1.10
16141614

16151615
# fips.image.pullPolicy -- Datadog the FIPS sidecar image pull policy
16161616
pullPolicy: IfNotPresent

0 commit comments

Comments
 (0)