Skip to content

Commit 88c46b3

Browse files
authored
Prepare v0.3.0 release
Signed-off-by: Aleksandr Aleksandrov <[email protected]>
1 parent d64270d commit 88c46b3

6 files changed

+198
-46
lines changed

helm/charts/vector-operator/Chart.yaml

+2-2
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.5"
18+
version: "0.6"
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.2.0"
24+
appVersion: "v0.3.0"
2525

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

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

+46
Original file line numberDiff line numberDiff line change
@@ -2416,6 +2416,52 @@ spec:
24162416
- name
24172417
type: object
24182418
type: array
2419+
envFrom:
2420+
description: Env that will be added to Vector pod from ConfigMap or
2421+
Secret sources
2422+
items:
2423+
description: EnvFromSource represents the source of a set of ConfigMaps
2424+
properties:
2425+
configMapRef:
2426+
description: The ConfigMap to select from
2427+
properties:
2428+
name:
2429+
default: ""
2430+
description: |-
2431+
Name of the referent.
2432+
This field is effectively required, but due to backwards compatibility is
2433+
allowed to be empty. Instances of this type with an empty value here are
2434+
almost certainly wrong.
2435+
More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
2436+
type: string
2437+
optional:
2438+
description: Specify whether the ConfigMap must be defined
2439+
type: boolean
2440+
type: object
2441+
x-kubernetes-map-type: atomic
2442+
prefix:
2443+
description: An optional identifier to prepend to each key in
2444+
the ConfigMap. Must be a C_IDENTIFIER.
2445+
type: string
2446+
secretRef:
2447+
description: The Secret to select from
2448+
properties:
2449+
name:
2450+
default: ""
2451+
description: |-
2452+
Name of the referent.
2453+
This field is effectively required, but due to backwards compatibility is
2454+
allowed to be empty. Instances of this type with an empty value here are
2455+
almost certainly wrong.
2456+
More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
2457+
type: string
2458+
optional:
2459+
description: Specify whether the Secret must be defined
2460+
type: boolean
2461+
type: object
2462+
x-kubernetes-map-type: atomic
2463+
type: object
2464+
type: array
24192465
eventCollector:
24202466
properties:
24212467
image:

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

+46
Original file line numberDiff line numberDiff line change
@@ -2414,6 +2414,52 @@ spec:
24142414
- name
24152415
type: object
24162416
type: array
2417+
envFrom:
2418+
description: Env that will be added to Vector pod from ConfigMap or
2419+
Secret sources
2420+
items:
2421+
description: EnvFromSource represents the source of a set of ConfigMaps
2422+
properties:
2423+
configMapRef:
2424+
description: The ConfigMap to select from
2425+
properties:
2426+
name:
2427+
default: ""
2428+
description: |-
2429+
Name of the referent.
2430+
This field is effectively required, but due to backwards compatibility is
2431+
allowed to be empty. Instances of this type with an empty value here are
2432+
almost certainly wrong.
2433+
More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
2434+
type: string
2435+
optional:
2436+
description: Specify whether the ConfigMap must be defined
2437+
type: boolean
2438+
type: object
2439+
x-kubernetes-map-type: atomic
2440+
prefix:
2441+
description: An optional identifier to prepend to each key in
2442+
the ConfigMap. Must be a C_IDENTIFIER.
2443+
type: string
2444+
secretRef:
2445+
description: The Secret to select from
2446+
properties:
2447+
name:
2448+
default: ""
2449+
description: |-
2450+
Name of the referent.
2451+
This field is effectively required, but due to backwards compatibility is
2452+
allowed to be empty. Instances of this type with an empty value here are
2453+
almost certainly wrong.
2454+
More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
2455+
type: string
2456+
optional:
2457+
description: Specify whether the Secret must be defined
2458+
type: boolean
2459+
type: object
2460+
x-kubernetes-map-type: atomic
2461+
type: object
2462+
type: array
24172463
eventCollector:
24182464
properties:
24192465
image:

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

+47
Original file line numberDiff line numberDiff line change
@@ -2434,6 +2434,53 @@ spec:
24342434
- name
24352435
type: object
24362436
type: array
2437+
envFrom:
2438+
description: Env that will be added to Vector pod from ConfigMap
2439+
or Secret sources
2440+
items:
2441+
description: EnvFromSource represents the source of a set of
2442+
ConfigMaps
2443+
properties:
2444+
configMapRef:
2445+
description: The ConfigMap to select from
2446+
properties:
2447+
name:
2448+
default: ""
2449+
description: |-
2450+
Name of the referent.
2451+
This field is effectively required, but due to backwards compatibility is
2452+
allowed to be empty. Instances of this type with an empty value here are
2453+
almost certainly wrong.
2454+
More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
2455+
type: string
2456+
optional:
2457+
description: Specify whether the ConfigMap must be defined
2458+
type: boolean
2459+
type: object
2460+
x-kubernetes-map-type: atomic
2461+
prefix:
2462+
description: An optional identifier to prepend to each key
2463+
in the ConfigMap. Must be a C_IDENTIFIER.
2464+
type: string
2465+
secretRef:
2466+
description: The Secret to select from
2467+
properties:
2468+
name:
2469+
default: ""
2470+
description: |-
2471+
Name of the referent.
2472+
This field is effectively required, but due to backwards compatibility is
2473+
allowed to be empty. Instances of this type with an empty value here are
2474+
almost certainly wrong.
2475+
More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
2476+
type: string
2477+
optional:
2478+
description: Specify whether the Secret must be defined
2479+
type: boolean
2480+
type: object
2481+
x-kubernetes-map-type: atomic
2482+
type: object
2483+
type: array
24372484
expireMetricsSecs:
24382485
description: |-
24392486
Vector will expire internal metrics that haven’t been emitted/updated in the configured interval (default 300 seconds).

0 commit comments

Comments
 (0)