Skip to content

Commit

Permalink
Merge pull request #72 from kaasops/vptoall
Browse files Browse the repository at this point in the history
add vp to all category
  • Loading branch information
dkhachyan committed Dec 7, 2022
2 parents 4a457dc + bec1d70 commit 2c51044
Show file tree
Hide file tree
Showing 7 changed files with 30 additions and 8 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
### Added

### v0.0.9
- [[72]](https://github.com/kaasops/vector-operator/pull/72) **Feature** Add vp to all category
- [[71]](https://github.com/kaasops/vector-operator/pull/71) **Fix** Fix panic on empty sinks and sources
- [[70]](https://github.com/kaasops/vector-operator/pull/70) **Fix** Fix nil vector panic
- [[65](https://github.com/kaasops/vector-operator/pull/69)] **Helm**: Add toleration-control for vector-operator deployment to helm chart
- [[65](https://github.com/kaasops/vector-operator/pull/69)] **Cleanup**: Add default value for podSecurityContext in chart values

Expand Down
2 changes: 1 addition & 1 deletion api/v1alpha1/vectorpipeline_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ type VectorPipelineStatus struct {

//+kubebuilder:object:root=true
//+kubebuilder:subresource:status
//+kubebuilder:resource:shortName=vp
//+kubebuilder:resource:shortName=vp,categories=all
//+kubebuilder:printcolumn:name="Age",type="date",JSONPath=".metadata.creationTimestamp"
//+kubebuilder:printcolumn:name="Valid",type="boolean",JSONPath=".status.configCheckResult"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ metadata:
spec:
group: observability.kaasops.io
names:
categories:
- all
kind: VectorPipeline
listKind: VectorPipelineList
plural: vectorpipelines
Expand Down
4 changes: 2 additions & 2 deletions helm/charts/vector-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.0.8
version: 0.0.9

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "v0.0.8"
appVersion: "v0.0.9"

home: https://github.com/kaasops/vector-operator
sources:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ metadata:
spec:
group: observability.kaasops.io
names:
categories:
- all
kind: VectorPipeline
listKind: VectorPipelineList
plural: vectorpipelines
Expand Down
23 changes: 18 additions & 5 deletions helm/index.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,22 @@
apiVersion: v1
entries:
vector-operator:
- apiVersion: v2
appVersion: v0.0.9
created: "2022-12-07T16:21:23.988277182+02:00"
description: A Helm chart to install Vector Operator
digest: 66c528b6daa9f6fb9a8dd91895b69151f3f0183f4685ba4a2bc026fac27f25a7
home: https://github.com/kaasops/vector-operator
name: vector-operator
sources:
- https://github.com/kaasops/vector-operator
type: application
urls:
- https://kaasops.github.io/vector-operator/helm/packages/vector-operator-0.0.9.tgz
version: 0.0.9
- apiVersion: v2
appVersion: v0.0.8
created: "2022-12-02T15:36:12.752976791+02:00"
created: "2022-12-07T16:21:23.987759513+02:00"
description: A Helm chart to install Vector Operator
digest: 21c4c214cd0206abb743e82ac757804d644de08d80eb5f2edbb82ff9668cfed3
home: https://github.com/kaasops/vector-operator
Expand All @@ -16,7 +29,7 @@ entries:
version: 0.0.8
- apiVersion: v2
appVersion: v0.0.7
created: "2022-12-02T15:36:12.752470739+02:00"
created: "2022-12-07T16:21:23.980769185+02:00"
description: A Helm chart to install Vector Operator
digest: 27915a2bf70da3f66d08cf4a1f6c41ad38937759ad52eaf8b19f5a3e348e2f2e
home: https://github.com/kaasops/vector-operator
Expand All @@ -29,7 +42,7 @@ entries:
version: 0.0.7
- apiVersion: v2
appVersion: v0.0.6
created: "2022-12-02T15:36:12.751974518+02:00"
created: "2022-12-07T16:21:23.980285426+02:00"
description: A Helm chart to install Vector Operator
digest: 26760fbc2018336c12e8726307a624970ee994c4ffa021cc216c13669bd82f09
home: https://github.com/kaasops/vector-operator
Expand All @@ -42,7 +55,7 @@ entries:
version: 0.0.6
- apiVersion: v2
appVersion: v0.0.5
created: "2022-12-02T15:36:12.751485522+02:00"
created: "2022-12-07T16:21:23.979780268+02:00"
description: A Helm chart to install Vector Operator
digest: 1d6034027ae2f08a9dbea4d6ee9a1604117ae44d9daceb3f654b87a99175251f
home: https://github.com/kaasops/vector-operator
Expand All @@ -53,4 +66,4 @@ entries:
urls:
- https://kaasops.github.io/vector-operator/helm/packages/vector-operator-0.0.1.tgz
version: 0.0.1
generated: "2022-12-02T15:36:12.750776861+02:00"
generated: "2022-12-07T16:21:23.979201567+02:00"
Binary file added helm/packages/vector-operator-0.0.9.tgz
Binary file not shown.

0 comments on commit 2c51044

Please sign in to comment.