Skip to content

Commit

Permalink
force CI run
Browse files Browse the repository at this point in the history
  • Loading branch information
levan-m committed Nov 7, 2024
1 parent 6a340b9 commit 13e5911
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 2 deletions.
3 changes: 3 additions & 0 deletions charts/datadog-operator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## 2.2.1
noop

## 2.2.0

* Add clusterRole.allowReadAllResources to allow viewing all resources. This is required for collecting custom resources in the Kubernetes Explorer
Expand Down
2 changes: 1 addition & 1 deletion charts/datadog-operator/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: datadog-operator
version: 2.2.0
version: 2.2.1
appVersion: 1.9.0
description: Datadog Operator
keywords:
Expand Down
2 changes: 2 additions & 0 deletions charts/datadog-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -196,3 +196,5 @@ clusterRole:
# allowReadAllResources is required to allow the operator to view all custom resources.
# If collecting CRDs in the Kubernetes Explorer this is required
allowReadAllResources: false

noop: true

Check failure on line 200 in charts/datadog-operator/values.yaml

View workflow job for this annotation

GitHub Actions / lint-chart

200:11 [new-line-at-end-of-file] no new line character at the end of file
4 changes: 4 additions & 0 deletions charts/private-action-runner/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Datadog changelog

## 0.14.4

noop

## 0.14.3

* Add GitLab private actions and fix image repository link.
Expand Down
2 changes: 1 addition & 1 deletion charts/private-action-runner/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: private-action-runner
description: A Helm chart to deploy the private action runner

type: application
version: 0.14.3
version: 0.14.4
appVersion: "1.22.0"
keywords:
- app builder
Expand Down
2 changes: 2 additions & 0 deletions charts/private-action-runner/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,3 +84,5 @@ runners:
credentialFiles: []
# see examples/values.yaml for examples on how to specify secrets
# credential files provided here will be mounted in /etc/dd-action-runner/

noop: true

Check failure on line 88 in charts/private-action-runner/values.yaml

View workflow job for this annotation

GitHub Actions / lint-chart

88:11 [new-line-at-end-of-file] no new line character at the end of file

0 comments on commit 13e5911

Please sign in to comment.