From c1bd30cbe00f54b4952d2c022b32fa7144ed7fc1 Mon Sep 17 00:00:00 2001 From: Yann Soubeyrand Date: Wed, 8 Apr 2020 13:31:43 +0200 Subject: [PATCH] fix(prometheus-operator): remove status field in CRDs (#21824) Having the status field in the CRDs prevents continuous deployment tools (like Argo CD) from converging. Signed-off-by: Yann Soubeyrand --- stable/prometheus-operator/Chart.yaml | 2 +- stable/prometheus-operator/crds/crd-alertmanager.yaml | 6 ------ stable/prometheus-operator/crds/crd-podmonitor.yaml | 6 ------ stable/prometheus-operator/crds/crd-prometheus.yaml | 6 ------ stable/prometheus-operator/crds/crd-prometheusrules.yaml | 6 ------ stable/prometheus-operator/crds/crd-servicemonitor.yaml | 6 ------ stable/prometheus-operator/crds/crd-thanosrulers.yaml | 6 ------ 7 files changed, 1 insertion(+), 37 deletions(-) diff --git a/stable/prometheus-operator/Chart.yaml b/stable/prometheus-operator/Chart.yaml index 218c8afb71..944231a0f6 100644 --- a/stable/prometheus-operator/Chart.yaml +++ b/stable/prometheus-operator/Chart.yaml @@ -12,7 +12,7 @@ sources: - https://github.com/coreos/kube-prometheus - https://github.com/coreos/prometheus-operator - https://coreos.com/operators/prometheus -version: 8.12.10 +version: 8.12.11 appVersion: 0.37.0 tillerVersion: ">=2.12.0" home: https://github.com/coreos/prometheus-operator diff --git a/stable/prometheus-operator/crds/crd-alertmanager.yaml b/stable/prometheus-operator/crds/crd-alertmanager.yaml index 72d22899a1..5c959e9692 100644 --- a/stable/prometheus-operator/crds/crd-alertmanager.yaml +++ b/stable/prometheus-operator/crds/crd-alertmanager.yaml @@ -4472,9 +4472,3 @@ spec: - name: v1 served: true storage: true -status: - acceptedNames: - kind: "" - plural: "" - conditions: [] - storedVersions: [] \ No newline at end of file diff --git a/stable/prometheus-operator/crds/crd-podmonitor.yaml b/stable/prometheus-operator/crds/crd-podmonitor.yaml index 6ce239cf2c..ea59f95007 100644 --- a/stable/prometheus-operator/crds/crd-podmonitor.yaml +++ b/stable/prometheus-operator/crds/crd-podmonitor.yaml @@ -260,9 +260,3 @@ spec: - name: v1 served: true storage: true -status: - acceptedNames: - kind: "" - plural: "" - conditions: [] - storedVersions: [] \ No newline at end of file diff --git a/stable/prometheus-operator/crds/crd-prometheus.yaml b/stable/prometheus-operator/crds/crd-prometheus.yaml index 0c08c659f6..063b18c360 100644 --- a/stable/prometheus-operator/crds/crd-prometheus.yaml +++ b/stable/prometheus-operator/crds/crd-prometheus.yaml @@ -5792,9 +5792,3 @@ spec: - name: v1 served: true storage: true -status: - acceptedNames: - kind: "" - plural: "" - conditions: [] - storedVersions: [] \ No newline at end of file diff --git a/stable/prometheus-operator/crds/crd-prometheusrules.yaml b/stable/prometheus-operator/crds/crd-prometheusrules.yaml index a18e67435a..3424f07e6d 100644 --- a/stable/prometheus-operator/crds/crd-prometheusrules.yaml +++ b/stable/prometheus-operator/crds/crd-prometheusrules.yaml @@ -86,9 +86,3 @@ spec: - name: v1 served: true storage: true -status: - acceptedNames: - kind: "" - plural: "" - conditions: [] - storedVersions: [] \ No newline at end of file diff --git a/stable/prometheus-operator/crds/crd-servicemonitor.yaml b/stable/prometheus-operator/crds/crd-servicemonitor.yaml index 7e614d036b..d2cbcdd21a 100644 --- a/stable/prometheus-operator/crds/crd-servicemonitor.yaml +++ b/stable/prometheus-operator/crds/crd-servicemonitor.yaml @@ -458,9 +458,3 @@ spec: - name: v1 served: true storage: true -status: - acceptedNames: - kind: "" - plural: "" - conditions: [] - storedVersions: [] \ No newline at end of file diff --git a/stable/prometheus-operator/crds/crd-thanosrulers.yaml b/stable/prometheus-operator/crds/crd-thanosrulers.yaml index 5711e7a7ab..712c86c074 100644 --- a/stable/prometheus-operator/crds/crd-thanosrulers.yaml +++ b/stable/prometheus-operator/crds/crd-thanosrulers.yaml @@ -3813,9 +3813,3 @@ spec: - name: v1 served: true storage: true -status: - acceptedNames: - kind: "" - plural: "" - conditions: [] - storedVersions: [] \ No newline at end of file