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

[stable/prometheus-operator] Remove Duplicate Annotations from CRDs (#20544) #20545

Merged
merged 1 commit into from
Feb 19, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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