Skip to content

Commit

Permalink
feat: datadog-operator v1.8.0 with DatadogPodAutoscaler CRD (#447)
Browse files Browse the repository at this point in the history
  • Loading branch information
frimik authored Oct 7, 2024
1 parent 5e1116c commit 9aaddac
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions libs/datadog-operator/config.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ local config = import 'jsonnet/config.jsonnet';
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' },
];

config.new(
Expand All @@ -17,6 +18,7 @@ config.new(
'https://raw.githubusercontent.com/DataDog/datadog-operator/%s/config/crd/bases/v1/datadoghq.com_datadogmetrics.yaml' % [v.tag],
'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
],
localName: 'datadog-operator',
}
Expand Down

0 comments on commit 9aaddac

Please sign in to comment.