Skip to content

Commit

Permalink
feat: datadog-operator v1.9.0 with DatadogDashboards CRD (jsonnet-lib…
Browse files Browse the repository at this point in the history
…s#456)

* Update config.jsonnet

datadog-operator upgrade to v1.9.0

* Update config.jsonnet

Integrating Datadog dash bash board changes that were added in V1.9.0 version
  • Loading branch information
jayakumar8971 authored and padlar committed Feb 20, 2025
1 parent 61ca1a8 commit 09f9263
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions libs/datadog-operator/config.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ local versions = [
{ version: '1.6.0', tag: 'v1.6.0' },
{ version: '1.7.0', tag: 'v1.7.0' },
{ version: '1.8.0', tag: 'v1.8.0' },
{ version: '1.9.0', tag: 'v1.9.0' },
];

config.new(
Expand All @@ -19,6 +20,8 @@ config.new(
'https://raw.githubusercontent.com/DataDog/datadog-operator/%s/config/crd/bases/v1/datadoghq.com_datadogmonitors.yaml' % [v.tag],
'https://raw.githubusercontent.com/DataDog/datadog-operator/%s/config/crd/bases/v1/datadoghq.com_datadogslos.yaml' % [v.tag],
'https://raw.githubusercontent.com/DataDog/datadog-operator/%s/config/crd/bases/v1/datadoghq.com_datadogpodautoscalers.yaml' % [v.tag], // new in v1.8.0 but we can do it this lazy way because the k8s build will silently succeed regardless of remote http code
'https://raw.githubusercontent.com/DataDog/datadog-operator/%s/config/crd/bases/v1/datadoghq.com_datadogdashboards.yaml' % [v.tag],

],
localName: 'datadog-operator',
}
Expand Down

0 comments on commit 09f9263

Please sign in to comment.