Skip to content

Commit

Permalink
fix(prometheus-operator): remove status field in CRDs (helm#21824)
Browse files Browse the repository at this point in the history
Having the status field in the CRDs prevents continuous deployment tools (like
Argo CD) from converging.

Signed-off-by: Yann Soubeyrand <[email protected]>
  • Loading branch information
yann-soubeyrand authored Apr 8, 2020
1 parent 106969f commit c1bd30c
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 37 deletions.
2 changes: 1 addition & 1 deletion stable/prometheus-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 0 additions & 6 deletions stable/prometheus-operator/crds/crd-alertmanager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4472,9 +4472,3 @@ spec:
- name: v1
served: true
storage: true
status:
acceptedNames:
kind: ""
plural: ""
conditions: []
storedVersions: []
6 changes: 0 additions & 6 deletions stable/prometheus-operator/crds/crd-podmonitor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -260,9 +260,3 @@ spec:
- name: v1
served: true
storage: true
status:
acceptedNames:
kind: ""
plural: ""
conditions: []
storedVersions: []
6 changes: 0 additions & 6 deletions stable/prometheus-operator/crds/crd-prometheus.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5792,9 +5792,3 @@ spec:
- name: v1
served: true
storage: true
status:
acceptedNames:
kind: ""
plural: ""
conditions: []
storedVersions: []
6 changes: 0 additions & 6 deletions stable/prometheus-operator/crds/crd-prometheusrules.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,3 @@ spec:
- name: v1
served: true
storage: true
status:
acceptedNames:
kind: ""
plural: ""
conditions: []
storedVersions: []
6 changes: 0 additions & 6 deletions stable/prometheus-operator/crds/crd-servicemonitor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -458,9 +458,3 @@ spec:
- name: v1
served: true
storage: true
status:
acceptedNames:
kind: ""
plural: ""
conditions: []
storedVersions: []
6 changes: 0 additions & 6 deletions stable/prometheus-operator/crds/crd-thanosrulers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3813,9 +3813,3 @@ spec:
- name: v1
served: true
storage: true
status:
acceptedNames:
kind: ""
plural: ""
conditions: []
storedVersions: []

0 comments on commit c1bd30c

Please sign in to comment.