Skip to content

Commit 915c4e2

Browse files
committed
chore: prepare release v0.4.0
Signed-off-by: Aleksandr Aleksandrov <aaleksandrov.cy@gmail.com>
1 parent 68c12c6 commit 915c4e2

6 files changed

Lines changed: 99 additions & 50 deletions

helm/charts/vector-operator/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ type: application
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: "0.7.2"
18+
version: "0.8.0"
1919

2020
# This is the version number of the application being deployed. This version number should be
2121
# incremented each time you make changes to the application. Versions are not expected to
2222
# follow Semantic Versioning. They should reflect the version the application is using.
2323
# It is recommended to use it with quotes.
24-
appVersion: "v0.3.3"
24+
appVersion: "v0.4.0"
2525

2626
home: https://github.com/kaasops/vector-operator
2727
sources:

helm/charts/vector-operator/crds/observability.kaasops.io_clustervectoraggregators.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3147,6 +3147,18 @@ spec:
31473147
schedulerName:
31483148
description: SchedulerName - defines kubernetes scheduler name
31493149
type: string
3150+
scrapeInterval:
3151+
description: |-
3152+
ScrapeInterval defines the interval at which Prometheus should scrape metrics.
3153+
Example values: "30s", "1m", "5m". If not specified, Prometheus default is used.
3154+
pattern: ^(0|([0-9]+(\.[0-9]+)?(ms|s|m|h))+)$
3155+
type: string
3156+
scrapeTimeout:
3157+
description: |-
3158+
ScrapeTimeout defines the timeout for scraping metrics.
3159+
Example values: "10s", "30s". Must be less than ScrapeInterval. If not specified, Prometheus default is used.
3160+
pattern: ^(0|([0-9]+(\.[0-9]+)?(ms|s|m|h))+)$
3161+
type: string
31503162
selector:
31513163
description: |-
31523164
Selector defines a filter for the Vector Pipeline and Cluster Vector Pipeline by labels.

helm/charts/vector-operator/crds/observability.kaasops.io_vectoraggregators.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3141,6 +3141,18 @@ spec:
31413141
schedulerName:
31423142
description: SchedulerName - defines kubernetes scheduler name
31433143
type: string
3144+
scrapeInterval:
3145+
description: |-
3146+
ScrapeInterval defines the interval at which Prometheus should scrape metrics.
3147+
Example values: "30s", "1m", "5m". If not specified, Prometheus default is used.
3148+
pattern: ^(0|([0-9]+(\.[0-9]+)?(ms|s|m|h))+)$
3149+
type: string
3150+
scrapeTimeout:
3151+
description: |-
3152+
ScrapeTimeout defines the timeout for scraping metrics.
3153+
Example values: "10s", "30s". Must be less than ScrapeInterval. If not specified, Prometheus default is used.
3154+
pattern: ^(0|([0-9]+(\.[0-9]+)?(ms|s|m|h))+)$
3155+
type: string
31443156
selector:
31453157
description: |-
31463158
Selector defines a filter for the Vector Pipeline and Cluster Vector Pipeline by labels.

helm/charts/vector-operator/crds/observability.kaasops.io_vectors.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3149,6 +3149,18 @@ spec:
31493149
schedulerName:
31503150
description: SchedulerName - defines kubernetes scheduler name
31513151
type: string
3152+
scrapeInterval:
3153+
description: |-
3154+
ScrapeInterval defines the interval at which Prometheus should scrape metrics.
3155+
Example values: "30s", "1m", "5m". If not specified, Prometheus default is used.
3156+
pattern: ^(0|([0-9]+(\.[0-9]+)?(ms|s|m|h))+)$
3157+
type: string
3158+
scrapeTimeout:
3159+
description: |-
3160+
ScrapeTimeout defines the timeout for scraping metrics.
3161+
Example values: "10s", "30s". Must be less than ScrapeInterval. If not specified, Prometheus default is used.
3162+
pattern: ^(0|([0-9]+(\.[0-9]+)?(ms|s|m|h))+)$
3163+
type: string
31523164
tolerations:
31533165
description: Tolerations If specified, the pod's tolerations.
31543166
items:

0 commit comments

Comments
 (0)