From 0fe1c774cc843f267baecf8aace09181e9f59b7a Mon Sep 17 00:00:00 2001 From: Cedric Lamoriniere Date: Wed, 15 May 2019 18:00:27 +0200 Subject: [PATCH] Remove priority field from APIService definition (#13685) Signed-off-by: cedric lamoriniere --- stable/datadog/Chart.yaml | 2 +- stable/datadog/templates/agent-apiservice.yaml | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/stable/datadog/Chart.yaml b/stable/datadog/Chart.yaml index 75e0368364..f6269dcd5c 100755 --- a/stable/datadog/Chart.yaml +++ b/stable/datadog/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: datadog -version: 1.30.4 +version: 1.30.5 appVersion: 6.10.1 description: DataDog Agent keywords: diff --git a/stable/datadog/templates/agent-apiservice.yaml b/stable/datadog/templates/agent-apiservice.yaml index e3f69d1f25..9432ba935f 100644 --- a/stable/datadog/templates/agent-apiservice.yaml +++ b/stable/datadog/templates/agent-apiservice.yaml @@ -17,5 +17,4 @@ spec: group: external.metrics.k8s.io groupPriorityMinimum: 100 versionPriority: 100 - priority: 100 {{- end -}}