Skip to content

Commit 9ac1574

Browse files
authored
[datadog-operator] Update operator version to 1.11.1 (#1641)
* before running baseline tests * baseline test * 1.11.1
1 parent 2c10d22 commit 9ac1574

File tree

10 files changed

+391
-431
lines changed

10 files changed

+391
-431
lines changed

charts/datadog-operator/CHANGELOG.md

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

3+
## 2.5.0
4+
5+
* Update Datadog Operator version to 1.11.1.
6+
37
## 2.4.0
48

59
* Add configuration to grant the necessary RBAC to the operator for the CWS Instrumentation Admission Controller feature in the Cluster-Agent.

charts/datadog-operator/Chart.lock

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
dependencies:
22
- name: datadog-crds
33
repository: https://helm.datadoghq.com
4-
version: 2.2.0
5-
digest: sha256:42b9b7296f565f17f11adea26fa8cb003c0f01551a84793873a3ae6c73efedc2
6-
generated: "2024-11-08T14:03:54.721912-05:00"
4+
version: 2.3.0
5+
digest: sha256:67db7e15aa50bde3e2e62273b71402d2e4302c71f13201c3646ee5865e236106
6+
generated: "2024-12-18T14:19:32.327237+01:00"

charts/datadog-operator/Chart.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: v2
22
name: datadog-operator
3-
version: 2.4.0
4-
appVersion: 1.10.0
3+
version: 2.5.0
4+
appVersion: 1.11.1
55
description: Datadog Operator
66
keywords:
77
- monitoring
@@ -17,7 +17,7 @@ maintainers:
1717
1818
dependencies:
1919
- name: datadog-crds
20-
version: "=2.2.0"
20+
version: "=2.3.0"
2121
alias: datadogCRDs
2222
repository: https://helm.datadoghq.com
2323
condition: installCRDs

charts/datadog-operator/README.md

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

3-
![Version: 2.4.0](https://img.shields.io/badge/Version-2.4.0-informational?style=flat-square) ![AppVersion: 1.10.0](https://img.shields.io/badge/AppVersion-1.10.0-informational?style=flat-square)
3+
![Version: 2.5.0](https://img.shields.io/badge/Version-2.5.0-informational?style=flat-square) ![AppVersion: 1.11.1](https://img.shields.io/badge/AppVersion-1.11.1-informational?style=flat-square)
44

55
## Values
66

@@ -33,7 +33,7 @@
3333
| image.doNotCheckTag | bool | `false` | Permit skipping operator image tag compatibility with the chart. |
3434
| image.pullPolicy | string | `"IfNotPresent"` | Define the pullPolicy for Datadog Operator image |
3535
| image.repository | string | `"gcr.io/datadoghq/operator"` | Repository to use for Datadog Operator image |
36-
| image.tag | string | `"1.10.0"` | Define the Datadog Operator version to use |
36+
| image.tag | string | `"1.11.1"` | Define the Datadog Operator version to use |
3737
| imagePullSecrets | list | `[]` | Datadog Operator repository pullSecret (ex: specify docker registry credentials) |
3838
| installCRDs | bool | `true` | Set to true to deploy the Datadog's CRDs |
3939
| introspection.enabled | bool | `false` | If true, enables introspection feature (beta). Requires v1.4.0+ |

charts/datadog-operator/templates/_helpers.tpl

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,6 @@ Check operator image tag version.
8585
{{- if not .Values.image.doNotCheckTag -}}
8686
{{- .Values.image.tag -}}
8787
{{- else -}}
88-
{{ "1.10.0" }}
88+
{{ "1.11.1" }}
8989
{{- end -}}
9090
{{- end -}}

0 commit comments

Comments
 (0)