diff --git a/charts/victoria-metrics-cluster/CHANGELOG.md b/charts/victoria-metrics-cluster/CHANGELOG.md index 0b673363d..aa4061f23 100644 --- a/charts/victoria-metrics-cluster/CHANGELOG.md +++ b/charts/victoria-metrics-cluster/CHANGELOG.md @@ -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) diff --git a/charts/victoria-metrics-cluster/README.md b/charts/victoria-metrics-cluster/README.md index 19c2fb7c4..b703440d4 100644 --- a/charts/victoria-metrics-cluster/README.md +++ b/charts/victoria-metrics-cluster/README.md @@ -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/) diff --git a/charts/victoria-metrics-single/CHANGELOG.md b/charts/victoria-metrics-single/CHANGELOG.md index 9e1eb719b..b34aad785 100644 --- a/charts/victoria-metrics-single/CHANGELOG.md +++ b/charts/victoria-metrics-single/CHANGELOG.md @@ -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) diff --git a/charts/victoria-metrics-single/README.md b/charts/victoria-metrics-single/README.md index 5637d4e79..9bc483956 100644 --- a/charts/victoria-metrics-single/README.md +++ b/charts/victoria-metrics-single/README.md @@ -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 @@ -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 | `[]` | |