Skip to content

Commit 13e5911

Browse files
committed
force CI run
1 parent 6a340b9 commit 13e5911

File tree

6 files changed

+13
-2
lines changed

6 files changed

+13
-2
lines changed

charts/datadog-operator/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
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

Lines changed: 1 addition & 1 deletion
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/values.yaml

Lines changed: 2 additions & 0 deletions
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

Lines changed: 4 additions & 0 deletions
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

Lines changed: 1 addition & 1 deletion
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/values.yaml

Lines changed: 2 additions & 0 deletions
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)