Skip to content

Commit d2ba9fa

Browse files
authored
[prometheus-operator-crds] bump to 0.79.1 (#5071)
Signed-off-by: Micah Nagel <[email protected]>
1 parent 22d1213 commit d2ba9fa

File tree

11 files changed

+70
-94
lines changed

11 files changed

+70
-94
lines changed

charts/prometheus-operator-crds/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
apiVersion: v2
22
type: application
3-
version: 17.0.0
3+
version: 17.0.1
44
name: prometheus-operator-crds
55
icon: https://raw.githubusercontent.com/prometheus/prometheus.github.io/master/assets/prometheus_logo-cb55bb5c346.png
66
description: |
@@ -9,7 +9,7 @@ description: |
99
keywords:
1010
- prometheus
1111
- crds
12-
appVersion: v0.79.0
12+
appVersion: v0.79.1
1313
kubeVersion: ">=1.16.0-0"
1414
sources:
1515
- https://github.com/prometheus-community/helm-charts

charts/prometheus-operator-crds/charts/crds/templates/crd-alertmanagerconfigs.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# https://raw.githubusercontent.com/prometheus-operator/prometheus-operator/v0.79.0/example/prometheus-operator-crd/monitoring.coreos.com_alertmanagerconfigs.yaml
1+
# https://raw.githubusercontent.com/prometheus-operator/prometheus-operator/v0.79.1/example/prometheus-operator-crd/monitoring.coreos.com_alertmanagerconfigs.yaml
22
---
33
apiVersion: apiextensions.k8s.io/v1
44
kind: CustomResourceDefinition
@@ -8,7 +8,7 @@ metadata:
88
{{- toYaml . | nindent 4 }}
99
{{- end }}
1010
controller-gen.kubebuilder.io/version: v0.16.5
11-
operator.prometheus.io/version: 0.79.0
11+
operator.prometheus.io/version: 0.79.1
1212
name: alertmanagerconfigs.monitoring.coreos.com
1313
spec:
1414
group: monitoring.coreos.com

charts/prometheus-operator-crds/charts/crds/templates/crd-alertmanagers.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# https://raw.githubusercontent.com/prometheus-operator/prometheus-operator/v0.79.0/example/prometheus-operator-crd/monitoring.coreos.com_alertmanagers.yaml
1+
# https://raw.githubusercontent.com/prometheus-operator/prometheus-operator/v0.79.1/example/prometheus-operator-crd/monitoring.coreos.com_alertmanagers.yaml
22
---
33
apiVersion: apiextensions.k8s.io/v1
44
kind: CustomResourceDefinition
@@ -8,7 +8,7 @@ metadata:
88
{{- toYaml . | nindent 4 }}
99
{{- end }}
1010
controller-gen.kubebuilder.io/version: v0.16.5
11-
operator.prometheus.io/version: 0.79.0
11+
operator.prometheus.io/version: 0.79.1
1212
name: alertmanagers.monitoring.coreos.com
1313
spec:
1414
group: monitoring.coreos.com

charts/prometheus-operator-crds/charts/crds/templates/crd-podmonitors.yaml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# https://raw.githubusercontent.com/prometheus-operator/prometheus-operator/v0.79.0/example/prometheus-operator-crd/monitoring.coreos.com_podmonitors.yaml
1+
# https://raw.githubusercontent.com/prometheus-operator/prometheus-operator/v0.79.1/example/prometheus-operator-crd/monitoring.coreos.com_podmonitors.yaml
22
---
33
apiVersion: apiextensions.k8s.io/v1
44
kind: CustomResourceDefinition
@@ -8,7 +8,7 @@ metadata:
88
{{- toYaml . | nindent 4 }}
99
{{- end }}
1010
controller-gen.kubebuilder.io/version: v0.16.5
11-
operator.prometheus.io/version: 0.79.0
11+
operator.prometheus.io/version: 0.79.1
1212
name: podmonitors.monitoring.coreos.com
1313
spec:
1414
group: monitoring.coreos.com
@@ -81,6 +81,18 @@ spec:
8181
It requires Prometheus >= v2.28.0.
8282
pattern: (^0|([0-9]*[.])?[0-9]+((K|M|G|T|E|P)i?)?B)$
8383
type: string
84+
fallbackScrapeProtocol:
85+
description: |-
86+
The protocol to use if a scrape returns blank, unparseable, or otherwise invalid Content-Type.
87+
88+
It requires Prometheus >= v3.0.0.
89+
enum:
90+
- PrometheusProto
91+
- OpenMetricsText0.0.1
92+
- OpenMetricsText1.0.0
93+
- PrometheusText0.0.4
94+
- PrometheusText1.0.0
95+
type: string
8496
jobLabel:
8597
description: |-
8698
The label to use to retrieve the job name from.
@@ -1097,18 +1109,6 @@ spec:
10971109
Whether to scrape a classic histogram that is also exposed as a native histogram.
10981110
It requires Prometheus >= v2.45.0.
10991111
type: boolean
1100-
scrapeFallbackProtocol:
1101-
description: |-
1102-
The protocol to use if a scrape returns blank, unparseable, or otherwise invalid Content-Type.
1103-
1104-
It requires Prometheus >= v3.0.0.
1105-
enum:
1106-
- PrometheusProto
1107-
- OpenMetricsText0.0.1
1108-
- OpenMetricsText1.0.0
1109-
- PrometheusText0.0.4
1110-
- PrometheusText1.0.0
1111-
type: string
11121112
scrapeProtocols:
11131113
description: |-
11141114
`scrapeProtocols` defines the protocols to negotiate during a scrape. It tells clients the

charts/prometheus-operator-crds/charts/crds/templates/crd-probes.yaml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# https://raw.githubusercontent.com/prometheus-operator/prometheus-operator/v0.79.0/example/prometheus-operator-crd/monitoring.coreos.com_probes.yaml
1+
# https://raw.githubusercontent.com/prometheus-operator/prometheus-operator/v0.79.1/example/prometheus-operator-crd/monitoring.coreos.com_probes.yaml
22
---
33
apiVersion: apiextensions.k8s.io/v1
44
kind: CustomResourceDefinition
@@ -8,7 +8,7 @@ metadata:
88
{{- toYaml . | nindent 4 }}
99
{{- end }}
1010
controller-gen.kubebuilder.io/version: v0.16.5
11-
operator.prometheus.io/version: 0.79.0
11+
operator.prometheus.io/version: 0.79.1
1212
name: probes.monitoring.coreos.com
1313
spec:
1414
group: monitoring.coreos.com
@@ -177,6 +177,18 @@ spec:
177177
- key
178178
type: object
179179
x-kubernetes-map-type: atomic
180+
fallbackScrapeProtocol:
181+
description: |-
182+
The protocol to use if a scrape returns blank, unparseable, or otherwise invalid Content-Type.
183+
184+
It requires Prometheus >= v3.0.0.
185+
enum:
186+
- PrometheusProto
187+
- OpenMetricsText0.0.1
188+
- OpenMetricsText1.0.0
189+
- PrometheusText0.0.4
190+
- PrometheusText1.0.0
191+
type: string
180192
interval:
181193
description: |-
182194
Interval at which targets are probed using the configured prober.
@@ -686,18 +698,6 @@ spec:
686698
Whether to scrape a classic histogram that is also exposed as a native histogram.
687699
It requires Prometheus >= v2.45.0.
688700
type: boolean
689-
scrapeFallbackProtocol:
690-
description: |-
691-
The protocol to use if a scrape returns blank, unparseable, or otherwise invalid Content-Type.
692-
693-
It requires Prometheus >= v3.0.0.
694-
enum:
695-
- PrometheusProto
696-
- OpenMetricsText0.0.1
697-
- OpenMetricsText1.0.0
698-
- PrometheusText0.0.4
699-
- PrometheusText1.0.0
700-
type: string
701701
scrapeProtocols:
702702
description: |-
703703
`scrapeProtocols` defines the protocols to negotiate during a scrape. It tells clients the

charts/prometheus-operator-crds/charts/crds/templates/crd-prometheusagents.yaml

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# https://raw.githubusercontent.com/prometheus-operator/prometheus-operator/v0.79.0/example/prometheus-operator-crd/monitoring.coreos.com_prometheusagents.yaml
1+
# https://raw.githubusercontent.com/prometheus-operator/prometheus-operator/v0.79.1/example/prometheus-operator-crd/monitoring.coreos.com_prometheusagents.yaml
22
---
33
apiVersion: apiextensions.k8s.io/v1
44
kind: CustomResourceDefinition
@@ -8,7 +8,7 @@ metadata:
88
{{- toYaml . | nindent 4 }}
99
{{- end }}
1010
controller-gen.kubebuilder.io/version: v0.16.5
11-
operator.prometheus.io/version: 0.79.0
11+
operator.prometheus.io/version: 0.79.1
1212
name: prometheusagents.monitoring.coreos.com
1313
spec:
1414
group: monitoring.coreos.com
@@ -6859,18 +6859,6 @@ spec:
68596859
type: object
68606860
type: object
68616861
x-kubernetes-map-type: atomic
6862-
scrapeFallbackProtocol:
6863-
description: |-
6864-
The protocol to use if a scrape returns blank, unparseable, or otherwise invalid Content-Type.
6865-
6866-
It requires Prometheus >= v3.0.0.
6867-
enum:
6868-
- PrometheusProto
6869-
- OpenMetricsText0.0.1
6870-
- OpenMetricsText1.0.0
6871-
- PrometheusText0.0.4
6872-
- PrometheusText1.0.0
6873-
type: string
68746862
scrapeInterval:
68756863
default: 30s
68766864
description: |-

charts/prometheus-operator-crds/charts/crds/templates/crd-prometheuses.yaml

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# https://raw.githubusercontent.com/prometheus-operator/prometheus-operator/v0.79.0/example/prometheus-operator-crd/monitoring.coreos.com_prometheuses.yaml
1+
# https://raw.githubusercontent.com/prometheus-operator/prometheus-operator/v0.79.1/example/prometheus-operator-crd/monitoring.coreos.com_prometheuses.yaml
22
---
33
apiVersion: apiextensions.k8s.io/v1
44
kind: CustomResourceDefinition
@@ -8,7 +8,7 @@ metadata:
88
{{- toYaml . | nindent 4 }}
99
{{- end }}
1010
controller-gen.kubebuilder.io/version: v0.16.5
11-
operator.prometheus.io/version: 0.79.0
11+
operator.prometheus.io/version: 0.79.1
1212
name: prometheuses.monitoring.coreos.com
1313
spec:
1414
group: monitoring.coreos.com
@@ -8567,18 +8567,6 @@ spec:
85678567
type: object
85688568
type: object
85698569
x-kubernetes-map-type: atomic
8570-
scrapeFallbackProtocol:
8571-
description: |-
8572-
The protocol to use if a scrape returns blank, unparseable, or otherwise invalid Content-Type.
8573-
8574-
It requires Prometheus >= v3.0.0.
8575-
enum:
8576-
- PrometheusProto
8577-
- OpenMetricsText0.0.1
8578-
- OpenMetricsText1.0.0
8579-
- PrometheusText0.0.4
8580-
- PrometheusText1.0.0
8581-
type: string
85828570
scrapeInterval:
85838571
default: 30s
85848572
description: |-

charts/prometheus-operator-crds/charts/crds/templates/crd-prometheusrules.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# https://raw.githubusercontent.com/prometheus-operator/prometheus-operator/v0.79.0/example/prometheus-operator-crd/monitoring.coreos.com_prometheusrules.yaml
1+
# https://raw.githubusercontent.com/prometheus-operator/prometheus-operator/v0.79.1/example/prometheus-operator-crd/monitoring.coreos.com_prometheusrules.yaml
22
---
33
apiVersion: apiextensions.k8s.io/v1
44
kind: CustomResourceDefinition
@@ -8,7 +8,7 @@ metadata:
88
{{- toYaml . | nindent 4 }}
99
{{- end }}
1010
controller-gen.kubebuilder.io/version: v0.16.5
11-
operator.prometheus.io/version: 0.79.0
11+
operator.prometheus.io/version: 0.79.1
1212
name: prometheusrules.monitoring.coreos.com
1313
spec:
1414
group: monitoring.coreos.com

charts/prometheus-operator-crds/charts/crds/templates/crd-scrapeconfigs.yaml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# https://raw.githubusercontent.com/prometheus-operator/prometheus-operator/v0.79.0/example/prometheus-operator-crd/monitoring.coreos.com_scrapeconfigs.yaml
1+
# https://raw.githubusercontent.com/prometheus-operator/prometheus-operator/v0.79.1/example/prometheus-operator-crd/monitoring.coreos.com_scrapeconfigs.yaml
22
---
33
apiVersion: apiextensions.k8s.io/v1
44
kind: CustomResourceDefinition
@@ -8,7 +8,7 @@ metadata:
88
{{- toYaml . | nindent 4 }}
99
{{- end }}
1010
controller-gen.kubebuilder.io/version: v0.16.5
11-
operator.prometheus.io/version: 0.79.0
11+
operator.prometheus.io/version: 0.79.1
1212
name: scrapeconfigs.monitoring.coreos.com
1313
spec:
1414
group: monitoring.coreos.com
@@ -4078,6 +4078,18 @@ spec:
40784078
- server
40794079
type: object
40804080
type: array
4081+
fallbackScrapeProtocol:
4082+
description: |-
4083+
The protocol to use if a scrape returns blank, unparseable, or otherwise invalid Content-Type.
4084+
4085+
It requires Prometheus >= v3.0.0.
4086+
enum:
4087+
- PrometheusProto
4088+
- OpenMetricsText0.0.1
4089+
- OpenMetricsText1.0.0
4090+
- PrometheusText0.0.4
4091+
- PrometheusText1.0.0
4092+
type: string
40814093
fileSDConfigs:
40824094
description: FileSDConfigs defines a list of file service discovery
40834095
configurations.
@@ -11262,18 +11274,6 @@ spec:
1126211274
Whether to scrape a classic histogram that is also exposed as a native histogram.
1126311275
It requires Prometheus >= v2.45.0.
1126411276
type: boolean
11265-
scrapeFallbackProtocol:
11266-
description: |-
11267-
The protocol to use if a scrape returns blank, unparseable, or otherwise invalid Content-Type.
11268-
11269-
It requires Prometheus >= v3.0.0.
11270-
enum:
11271-
- PrometheusProto
11272-
- OpenMetricsText0.0.1
11273-
- OpenMetricsText1.0.0
11274-
- PrometheusText0.0.4
11275-
- PrometheusText1.0.0
11276-
type: string
1127711277
scrapeInterval:
1127811278
description: ScrapeInterval is the interval between consecutive scrapes.
1127911279
pattern: ^(0|(([0-9]+)y)?(([0-9]+)w)?(([0-9]+)d)?(([0-9]+)h)?(([0-9]+)m)?(([0-9]+)s)?(([0-9]+)ms)?)$

charts/prometheus-operator-crds/charts/crds/templates/crd-servicemonitors.yaml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# https://raw.githubusercontent.com/prometheus-operator/prometheus-operator/v0.79.0/example/prometheus-operator-crd/monitoring.coreos.com_servicemonitors.yaml
1+
# https://raw.githubusercontent.com/prometheus-operator/prometheus-operator/v0.79.1/example/prometheus-operator-crd/monitoring.coreos.com_servicemonitors.yaml
22
---
33
apiVersion: apiextensions.k8s.io/v1
44
kind: CustomResourceDefinition
@@ -8,7 +8,7 @@ metadata:
88
{{- toYaml . | nindent 4 }}
99
{{- end }}
1010
controller-gen.kubebuilder.io/version: v0.16.5
11-
operator.prometheus.io/version: 0.79.0
11+
operator.prometheus.io/version: 0.79.1
1212
name: servicemonitors.monitoring.coreos.com
1313
spec:
1414
group: monitoring.coreos.com
@@ -1014,6 +1014,18 @@ spec:
10141014
type: boolean
10151015
type: object
10161016
type: array
1017+
fallbackScrapeProtocol:
1018+
description: |-
1019+
The protocol to use if a scrape returns blank, unparseable, or otherwise invalid Content-Type.
1020+
1021+
It requires Prometheus >= v3.0.0.
1022+
enum:
1023+
- PrometheusProto
1024+
- OpenMetricsText0.0.1
1025+
- OpenMetricsText1.0.0
1026+
- PrometheusText0.0.4
1027+
- PrometheusText1.0.0
1028+
type: string
10171029
jobLabel:
10181030
description: |-
10191031
`jobLabel` selects the label from the associated Kubernetes `Service`
@@ -1111,18 +1123,6 @@ spec:
11111123
Whether to scrape a classic histogram that is also exposed as a native histogram.
11121124
It requires Prometheus >= v2.45.0.
11131125
type: boolean
1114-
scrapeFallbackProtocol:
1115-
description: |-
1116-
The protocol to use if a scrape returns blank, unparseable, or otherwise invalid Content-Type.
1117-
1118-
It requires Prometheus >= v3.0.0.
1119-
enum:
1120-
- PrometheusProto
1121-
- OpenMetricsText0.0.1
1122-
- OpenMetricsText1.0.0
1123-
- PrometheusText0.0.4
1124-
- PrometheusText1.0.0
1125-
type: string
11261126
scrapeProtocols:
11271127
description: |-
11281128
`scrapeProtocols` defines the protocols to negotiate during a scrape. It tells clients the

0 commit comments

Comments
 (0)