Skip to content

Commit 9bc77a8

Browse files
authored
[prometheus-operator-crds] bump to 0.78.2 (#5019)
* bump to 0.78.2 Signed-off-by: markus.wagner <[email protected]> * bump chart version Signed-off-by: markus.wagner <[email protected]> --------- Signed-off-by: markus.wagner <[email protected]>
1 parent bc27892 commit 9bc77a8

File tree

11 files changed

+94
-22
lines changed

11 files changed

+94
-22
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: 16.0.0
3+
version: 16.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.78.1
12+
appVersion: v0.78.2
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: 74 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.78.1/example/prometheus-operator-crd/monitoring.coreos.com_alertmanagerconfigs.yaml
1+
# https://raw.githubusercontent.com/prometheus-operator/prometheus-operator/v0.78.2/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.4
11-
operator.prometheus.io/version: 0.78.1
11+
operator.prometheus.io/version: 0.78.2
1212
name: alertmanagerconfigs.monitoring.coreos.com
1313
spec:
1414
group: monitoring.coreos.com
@@ -779,6 +779,12 @@ spec:
779779

780780
It requires Prometheus >= v2.43.0 or Alertmanager >= 0.25.0.
781781
type: boolean
782+
proxyURL:
783+
description: |-
784+
Optional proxy URL.
785+
786+
If defined, this field takes precedence over `proxyUrl`.
787+
type: string
782788
proxyUrl:
783789
description: '`proxyURL` defines the HTTP proxy server
784790
to use.'
@@ -1770,6 +1776,12 @@ spec:
17701776

17711777
It requires Prometheus >= v2.43.0 or Alertmanager >= 0.25.0.
17721778
type: boolean
1779+
proxyURL:
1780+
description: |-
1781+
Optional proxy URL.
1782+
1783+
If defined, this field takes precedence over `proxyUrl`.
1784+
type: string
17731785
proxyUrl:
17741786
description: '`proxyURL` defines the HTTP proxy server
17751787
to use.'
@@ -2574,6 +2586,12 @@ spec:
25742586

25752587
It requires Prometheus >= v2.43.0 or Alertmanager >= 0.25.0.
25762588
type: boolean
2589+
proxyURL:
2590+
description: |-
2591+
Optional proxy URL.
2592+
2593+
If defined, this field takes precedence over `proxyUrl`.
2594+
type: string
25772595
proxyUrl:
25782596
description: '`proxyURL` defines the HTTP proxy server
25792597
to use.'
@@ -3360,6 +3378,12 @@ spec:
33603378

33613379
It requires Prometheus >= v2.43.0 or Alertmanager >= 0.25.0.
33623380
type: boolean
3381+
proxyURL:
3382+
description: |-
3383+
Optional proxy URL.
3384+
3385+
If defined, this field takes precedence over `proxyUrl`.
3386+
type: string
33633387
proxyUrl:
33643388
description: '`proxyURL` defines the HTTP proxy server
33653389
to use.'
@@ -4180,6 +4204,12 @@ spec:
41804204

41814205
It requires Prometheus >= v2.43.0 or Alertmanager >= 0.25.0.
41824206
type: boolean
4207+
proxyURL:
4208+
description: |-
4209+
Optional proxy URL.
4210+
4211+
If defined, this field takes precedence over `proxyUrl`.
4212+
type: string
41834213
proxyUrl:
41844214
description: '`proxyURL` defines the HTTP proxy server
41854215
to use.'
@@ -5094,6 +5124,12 @@ spec:
50945124

50955125
It requires Prometheus >= v2.43.0 or Alertmanager >= 0.25.0.
50965126
type: boolean
5127+
proxyURL:
5128+
description: |-
5129+
Optional proxy URL.
5130+
5131+
If defined, this field takes precedence over `proxyUrl`.
5132+
type: string
50975133
proxyUrl:
50985134
description: '`proxyURL` defines the HTTP proxy server
50995135
to use.'
@@ -5833,6 +5869,12 @@ spec:
58335869

58345870
It requires Prometheus >= v2.43.0 or Alertmanager >= 0.25.0.
58355871
type: boolean
5872+
proxyURL:
5873+
description: |-
5874+
Optional proxy URL.
5875+
5876+
If defined, this field takes precedence over `proxyUrl`.
5877+
type: string
58365878
proxyUrl:
58375879
description: '`proxyURL` defines the HTTP proxy server
58385880
to use.'
@@ -6675,6 +6717,12 @@ spec:
66756717

66766718
It requires Prometheus >= v2.43.0 or Alertmanager >= 0.25.0.
66776719
type: boolean
6720+
proxyURL:
6721+
description: |-
6722+
Optional proxy URL.
6723+
6724+
If defined, this field takes precedence over `proxyUrl`.
6725+
type: string
66786726
proxyUrl:
66796727
description: '`proxyURL` defines the HTTP proxy server
66806728
to use.'
@@ -7440,6 +7488,12 @@ spec:
74407488

74417489
It requires Prometheus >= v2.43.0 or Alertmanager >= 0.25.0.
74427490
type: boolean
7491+
proxyURL:
7492+
description: |-
7493+
Optional proxy URL.
7494+
7495+
If defined, this field takes precedence over `proxyUrl`.
7496+
type: string
74437497
proxyUrl:
74447498
description: '`proxyURL` defines the HTTP proxy server
74457499
to use.'
@@ -8166,6 +8220,12 @@ spec:
81668220

81678221
It requires Prometheus >= v2.43.0 or Alertmanager >= 0.25.0.
81688222
type: boolean
8223+
proxyURL:
8224+
description: |-
8225+
Optional proxy URL.
8226+
8227+
If defined, this field takes precedence over `proxyUrl`.
8228+
type: string
81698229
proxyUrl:
81708230
description: '`proxyURL` defines the HTTP proxy server
81718231
to use.'
@@ -8879,6 +8939,12 @@ spec:
88798939

88808940
It requires Prometheus >= v2.43.0 or Alertmanager >= 0.25.0.
88818941
type: boolean
8942+
proxyURL:
8943+
description: |-
8944+
Optional proxy URL.
8945+
8946+
If defined, this field takes precedence over `proxyUrl`.
8947+
type: string
88828948
proxyUrl:
88838949
description: '`proxyURL` defines the HTTP proxy server
88848950
to use.'
@@ -9657,6 +9723,12 @@ spec:
96579723

96589724
It requires Prometheus >= v2.43.0 or Alertmanager >= 0.25.0.
96599725
type: boolean
9726+
proxyURL:
9727+
description: |-
9728+
Optional proxy URL.
9729+
9730+
If defined, this field takes precedence over `proxyUrl`.
9731+
type: string
96609732
proxyUrl:
96619733
description: '`proxyURL` defines the HTTP proxy server
96629734
to use.'

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.78.1/example/prometheus-operator-crd/monitoring.coreos.com_alertmanagers.yaml
1+
# https://raw.githubusercontent.com/prometheus-operator/prometheus-operator/v0.78.2/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.4
11-
operator.prometheus.io/version: 0.78.1
11+
operator.prometheus.io/version: 0.78.2
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: 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.78.1/example/prometheus-operator-crd/monitoring.coreos.com_podmonitors.yaml
1+
# https://raw.githubusercontent.com/prometheus-operator/prometheus-operator/v0.78.2/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.4
11-
operator.prometheus.io/version: 0.78.1
11+
operator.prometheus.io/version: 0.78.2
1212
name: podmonitors.monitoring.coreos.com
1313
spec:
1414
group: monitoring.coreos.com

charts/prometheus-operator-crds/charts/crds/templates/crd-probes.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.78.1/example/prometheus-operator-crd/monitoring.coreos.com_probes.yaml
1+
# https://raw.githubusercontent.com/prometheus-operator/prometheus-operator/v0.78.2/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.4
11-
operator.prometheus.io/version: 0.78.1
11+
operator.prometheus.io/version: 0.78.2
1212
name: probes.monitoring.coreos.com
1313
spec:
1414
group: monitoring.coreos.com

charts/prometheus-operator-crds/charts/crds/templates/crd-prometheusagents.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.78.1/example/prometheus-operator-crd/monitoring.coreos.com_prometheusagents.yaml
1+
# https://raw.githubusercontent.com/prometheus-operator/prometheus-operator/v0.78.2/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.4
11-
operator.prometheus.io/version: 0.78.1
11+
operator.prometheus.io/version: 0.78.2
1212
name: prometheusagents.monitoring.coreos.com
1313
spec:
1414
group: monitoring.coreos.com

charts/prometheus-operator-crds/charts/crds/templates/crd-prometheuses.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.78.1/example/prometheus-operator-crd/monitoring.coreos.com_prometheuses.yaml
1+
# https://raw.githubusercontent.com/prometheus-operator/prometheus-operator/v0.78.2/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.4
11-
operator.prometheus.io/version: 0.78.1
11+
operator.prometheus.io/version: 0.78.2
1212
name: prometheuses.monitoring.coreos.com
1313
spec:
1414
group: monitoring.coreos.com

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.78.1/example/prometheus-operator-crd/monitoring.coreos.com_prometheusrules.yaml
1+
# https://raw.githubusercontent.com/prometheus-operator/prometheus-operator/v0.78.2/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.4
11-
operator.prometheus.io/version: 0.78.1
11+
operator.prometheus.io/version: 0.78.2
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: 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.78.1/example/prometheus-operator-crd/monitoring.coreos.com_scrapeconfigs.yaml
1+
# https://raw.githubusercontent.com/prometheus-operator/prometheus-operator/v0.78.2/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.4
11-
operator.prometheus.io/version: 0.78.1
11+
operator.prometheus.io/version: 0.78.2
1212
name: scrapeconfigs.monitoring.coreos.com
1313
spec:
1414
group: monitoring.coreos.com

charts/prometheus-operator-crds/charts/crds/templates/crd-servicemonitors.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.78.1/example/prometheus-operator-crd/monitoring.coreos.com_servicemonitors.yaml
1+
# https://raw.githubusercontent.com/prometheus-operator/prometheus-operator/v0.78.2/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.4
11-
operator.prometheus.io/version: 0.78.1
11+
operator.prometheus.io/version: 0.78.2
1212
name: servicemonitors.monitoring.coreos.com
1313
spec:
1414
group: monitoring.coreos.com

0 commit comments

Comments
 (0)