Skip to content

Commit

Permalink
prepare release of operator and vmagent charts (#621)
Browse files Browse the repository at this point in the history
* prepare release of operator and vmagent chart

* update CRD

* charts/operator: correctly copy CRD.yaml without IDE formatting

---------

Co-authored-by: f41gh7 <[email protected]>
  • Loading branch information
Amper and f41gh7 authored Aug 24, 2023
1 parent a618be6 commit e1b5809
Show file tree
Hide file tree
Showing 5 changed files with 526 additions and 67 deletions.
2 changes: 1 addition & 1 deletion charts/victoria-metrics-agent/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
name: victoria-metrics-agent
description: Victoria Metrics Agent - collects metrics from various sources and stores them to VictoriaMetrics
version: 0.9.4
version: 0.9.5
appVersion: v1.93.1
sources:
- https://github.com/VictoriaMetrics/helm-charts
Expand Down
1 change: 1 addition & 0 deletions charts/victoria-metrics-operator/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
* Fix vm operator appVersion (#589)
* Fixes operator doc description
* Add `cleanupCRD` option to clean up vm cr resources when uninstalling (#593)
* Bump operator version to [v0.36.0](https://github.com/VictoriaMetrics/operator/releases/tag/v0.36.0)

## 0.24.1

Expand Down
4 changes: 2 additions & 2 deletions charts/victoria-metrics-operator/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
apiVersion: v1
appVersion: 0.35.1
appVersion: 0.36.0
description: Victoria Metrics Operator
name: victoria-metrics-operator
home: https://github.com/VictoriaMetrics/operator
sources:
- https://github.com/VictoriaMetrics/helm-charts
- https://github.com/VictoriaMetrics/operator
version: 0.24.1
version: 0.25.0
icon: https://avatars.githubusercontent.com/u/43720803?s=200&v=4
kubeVersion: ">=1.23.0-0"
keywords:
Expand Down
Loading

0 comments on commit e1b5809

Please sign in to comment.