Skip to content
This repository has been archived by the owner on Feb 22, 2022. It is now read-only.

Commit

Permalink
[stable/prometheus-operator] Remove Duplicate Annotations from CRDs (#…
Browse files Browse the repository at this point in the history
…20544)

    * remove duplicate CRDs from annotations on prometheus-operator.

    Signed-off-by: Brian Davis <slimm609@gmail.com>

Signed-off-by: Brian Davis <brian.davis@ciphertrace.com>
  • Loading branch information
Brian Davis committed Feb 4, 2020
1 parent 98a5b82 commit ba7231c
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 12 deletions.
4 changes: 2 additions & 2 deletions stable/prometheus-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ sources:
- https://github.com/coreos/kube-prometheus
- https://github.com/coreos/prometheus-operator
- https://coreos.com/operators/prometheus
version: 8.7.0
appVersion: 0.35.0
version: 8.8.0
appVersion: 0.36.0
tillerVersion: ">=2.12.0"
home: https://github.com/coreos/prometheus-operator
keywords:
Expand Down
3 changes: 1 addition & 2 deletions stable/prometheus-operator/crds/crd-alertmanager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,9 @@ kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.2.4
helm.sh/hook: crd-install
creationTimestamp: null
name: alertmanagers.monitoring.coreos.com
annotations:
"helm.sh/hook": crd-install
spec:
group: monitoring.coreos.com
names:
Expand Down
3 changes: 1 addition & 2 deletions stable/prometheus-operator/crds/crd-podmonitor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,9 @@ kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.2.4
helm.sh/hook: crd-install
creationTimestamp: null
name: podmonitors.monitoring.coreos.com
annotations:
"helm.sh/hook": crd-install
spec:
group: monitoring.coreos.com
names:
Expand Down
3 changes: 1 addition & 2 deletions stable/prometheus-operator/crds/crd-prometheus.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,9 @@ kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.2.4
helm.sh/hook: crd-install
creationTimestamp: null
name: prometheuses.monitoring.coreos.com
annotations:
"helm.sh/hook": crd-install
spec:
group: monitoring.coreos.com
names:
Expand Down
3 changes: 1 addition & 2 deletions stable/prometheus-operator/crds/crd-prometheusrules.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,9 @@ kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.2.4
helm.sh/hook: crd-install
creationTimestamp: null
name: prometheusrules.monitoring.coreos.com
annotations:
"helm.sh/hook": crd-install
spec:
group: monitoring.coreos.com
names:
Expand Down
3 changes: 1 addition & 2 deletions stable/prometheus-operator/crds/crd-servicemonitor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,9 @@ kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.2.4
helm.sh/hook: crd-install
creationTimestamp: null
name: servicemonitors.monitoring.coreos.com
annotations:
"helm.sh/hook": crd-install
spec:
group: monitoring.coreos.com
names:
Expand Down

0 comments on commit ba7231c

Please sign in to comment.