Skip to content

Commit

Permalink
Automatic update CHANGELOGs and READMEs (#1283)
Browse files Browse the repository at this point in the history
  • Loading branch information
victoriametrics-bot authored Aug 22, 2024
1 parent f9fbfea commit c6b08e5
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 2 deletions.
9 changes: 9 additions & 0 deletions charts/victoria-metrics-cluster/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

## Next release

- TODO

## 0.12.1

**Release date:** 2024-08-22

![AppVersion: v1.102.1](https://img.shields.io/static/v1?label=AppVersion&message=v1.102.1&color=success&logo=)
![Helm: v3](https://img.shields.io/static/v1?label=Helm&message=v3&color=informational&logo=helm)

- Added ability to configure container port
- Fixed volume template. See [this issue](https://github.com/VictoriaMetrics/helm-charts/issues/1280)

Expand Down
2 changes: 1 addition & 1 deletion charts/victoria-metrics-cluster/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Victoria Metrics Helm Chart for Cluster Version

![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![Version: 0.12.0](https://img.shields.io/badge/Version-0.12.0-informational?style=flat-square)
![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![Version: 0.12.1](https://img.shields.io/badge/Version-0.12.1-informational?style=flat-square)
[![Artifact Hub](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/victoriametrics)](https://artifacthub.io/packages/helm/victoriametrics/victoria-metrics-cluster)
[![Slack](https://img.shields.io/badge/join%20slack-%23victoriametrics-brightgreen.svg)](https://slack.victoriametrics.com/)

Expand Down
9 changes: 9 additions & 0 deletions charts/victoria-metrics-single/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

## Next release

- TODO

## 0.10.1

**Release date:** 2024-08-22

![AppVersion: v1.102.1](https://img.shields.io/static/v1?label=AppVersion&message=v1.102.1&color=success&logo=)
![Helm: v3](https://img.shields.io/static/v1?label=Helm&message=v3&color=informational&logo=helm)

- Added ability to configure container port
- Fixed volume template. See [this issue](https://github.com/VictoriaMetrics/helm-charts/issues/1280)

Expand Down
3 changes: 2 additions & 1 deletion charts/victoria-metrics-single/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Victoria Metrics Helm Chart for Single Version

![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![Version: 0.10.0](https://img.shields.io/badge/Version-0.10.0-informational?style=flat-square)
![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![Version: 0.10.1](https://img.shields.io/badge/Version-0.10.1-informational?style=flat-square)
[![Artifact Hub](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/victoriametrics)](https://artifacthub.io/packages/helm/victoriametrics/victoria-metrics-single)

Victoria Metrics Single version - high-performance, cost-effective and scalable TSDB, long-term remote storage for Prometheus
Expand Down Expand Up @@ -120,6 +120,7 @@ Change the values according to the need of the environment in ``victoria-metrics
| rbac.namespaced | bool | `false` | |
| server.affinity | object | `{}` | Pod affinity |
| server.containerWorkingDir | string | `""` | Container workdir |
| server.emptyDir | object | `{}` | |
| server.enabled | bool | `true` | Enable deployment of server component. Deployed as StatefulSet |
| server.env | list | `[]` | Additional environment variables (ex.: secret tokens, flags) https://docs.victoriametrics.com/#environment-variables |
| server.envFrom | list | `[]` | |
Expand Down

0 comments on commit c6b08e5

Please sign in to comment.