Skip to content

Commit ab70476

Browse files
committed
force CI run
1 parent 6a340b9 commit ab70476

File tree

8 files changed

+16
-3
lines changed

8 files changed

+16
-3
lines changed

charts/datadog-operator/CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

3+
## 2.2.1
4+
noop
5+
36
## 2.2.0
47

58
* Add clusterRole.allowReadAllResources to allow viewing all resources. This is required for collecting custom resources in the Kubernetes Explorer

charts/datadog-operator/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
apiVersion: v2
22
name: datadog-operator
3-
version: 2.2.0
3+
version: 2.2.1
44
appVersion: 1.9.0
55
description: Datadog Operator
66
keywords:

charts/datadog-operator/README.md

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

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

55
## Values
66

@@ -43,6 +43,7 @@
4343
| metricsPort | int | `8383` | Port used for OpenMetrics endpoint |
4444
| nameOverride | string | `""` | Override name of app |
4545
| nodeSelector | object | `{}` | Allows to schedule Datadog Operator on specific nodes |
46+
| noop | bool | `true` | |
4647
| operatorMetricsEnabled | string | `"true"` | Enable forwarding of Datadog Operator metrics and events to Datadog. |
4748
| podAnnotations | object | `{}` | Allows setting additional annotations for Datadog Operator PODs |
4849
| podLabels | object | `{}` | Allows setting additional labels for for Datadog Operator PODs |

charts/datadog-operator/values.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -196,3 +196,5 @@ clusterRole:
196196
# allowReadAllResources is required to allow the operator to view all custom resources.
197197
# If collecting CRDs in the Kubernetes Explorer this is required
198198
allowReadAllResources: false
199+
200+
noop: true

charts/private-action-runner/CHANGELOG.md

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

3+
## 0.14.4
4+
5+
noop
6+
37
## 0.14.3
48

59
* Add GitLab private actions and fix image repository link.

charts/private-action-runner/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: private-action-runner
33
description: A Helm chart to deploy the private action runner
44

55
type: application
6-
version: 0.14.3
6+
version: 0.14.4
77
appVersion: "1.22.0"
88
keywords:
99
- app builder

charts/private-action-runner/README.md

+1
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ helm repo update
4444
|-----|------|---------|-------------|
4545
| common.image | object | `{"repository":"gcr.io/datadoghq/private-action-runner","tag":"v0.1.4-beta"}` | Current Datadog Private Action Runner image |
4646
| credentialFiles | list | `[]` | List of credential files to be used by the Datadog Private Action Runner |
47+
| noop | bool | `true` | |
4748
| runners[0].config | object | `{"actionsAllowlist":[],"ddBaseURL":"https://app.datadoghq.com","modes":["workflowAutomation","appBuilder"],"port":9016,"privateKey":"CHANGE_ME_PRIVATE_KEY_FROM_CONFIG","urn":"CHANGE_ME_URN_FROM_CONFIG"}` | Configuration for the Datadog Private Action Runner |
4849
| runners[0].config.actionsAllowlist | list | `[]` | List of actions that the Datadog Private Action Runner is allowed to execute |
4950
| runners[0].config.ddBaseURL | string | `"https://app.datadoghq.com"` | Base URL of the Datadog app |

charts/private-action-runner/values.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -84,3 +84,5 @@ runners:
8484
credentialFiles: []
8585
# see examples/values.yaml for examples on how to specify secrets
8686
# credential files provided here will be mounted in /etc/dd-action-runner/
87+
88+
noop: true

0 commit comments

Comments
 (0)