From 13e59118897c20d2d702ea13c6426da1d5fb225e Mon Sep 17 00:00:00 2001 From: Levan Machablishvili Date: Thu, 7 Nov 2024 14:19:36 -0500 Subject: [PATCH] force CI run --- charts/datadog-operator/CHANGELOG.md | 3 +++ charts/datadog-operator/Chart.yaml | 2 +- charts/datadog-operator/values.yaml | 2 ++ charts/private-action-runner/CHANGELOG.md | 4 ++++ charts/private-action-runner/Chart.yaml | 2 +- charts/private-action-runner/values.yaml | 2 ++ 6 files changed, 13 insertions(+), 2 deletions(-) diff --git a/charts/datadog-operator/CHANGELOG.md b/charts/datadog-operator/CHANGELOG.md index c2e35c443..93bf9921b 100644 --- a/charts/datadog-operator/CHANGELOG.md +++ b/charts/datadog-operator/CHANGELOG.md @@ -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 diff --git a/charts/datadog-operator/Chart.yaml b/charts/datadog-operator/Chart.yaml index 307497bbd..5cf38c57b 100644 --- a/charts/datadog-operator/Chart.yaml +++ b/charts/datadog-operator/Chart.yaml @@ -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: diff --git a/charts/datadog-operator/values.yaml b/charts/datadog-operator/values.yaml index d445f9f8c..1fd5f6202 100644 --- a/charts/datadog-operator/values.yaml +++ b/charts/datadog-operator/values.yaml @@ -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 \ No newline at end of file diff --git a/charts/private-action-runner/CHANGELOG.md b/charts/private-action-runner/CHANGELOG.md index 89adc7088..5566b25fc 100644 --- a/charts/private-action-runner/CHANGELOG.md +++ b/charts/private-action-runner/CHANGELOG.md @@ -1,5 +1,9 @@ # Datadog changelog +## 0.14.4 + +noop + ## 0.14.3 * Add GitLab private actions and fix image repository link. diff --git a/charts/private-action-runner/Chart.yaml b/charts/private-action-runner/Chart.yaml index 269eac221..fa0d0bcc5 100644 --- a/charts/private-action-runner/Chart.yaml +++ b/charts/private-action-runner/Chart.yaml @@ -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 diff --git a/charts/private-action-runner/values.yaml b/charts/private-action-runner/values.yaml index b72ae56df..b3e7364da 100644 --- a/charts/private-action-runner/values.yaml +++ b/charts/private-action-runner/values.yaml @@ -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 \ No newline at end of file