diff --git a/charts/victoria-metrics-k8s-stack/README.md b/charts/victoria-metrics-k8s-stack/README.md index ba3c3fe55..9988f5a69 100644 --- a/charts/victoria-metrics-k8s-stack/README.md +++ b/charts/victoria-metrics-k8s-stack/README.md @@ -431,6 +431,7 @@ Change the values according to the need of the environment in ``victoria-metrics | externalVM.write.url | string | `""` | | | extraObjects | list | `[]` | Add extra objects dynamically to this chart | | fullnameOverride | string | `""` | | +| global.clusterLabel | string | `"cluster"` | | | global.license.key | string | `""` | | | global.license.keyRef | object | `{}` | | | grafana.additionalDataSources | list | `[]` | | @@ -444,7 +445,7 @@ Change the values according to the need of the environment in ``victoria-metrics | grafana.dashboardProviders."dashboardproviders.yaml".providers[0].type | string | `"file"` | | | grafana.dashboards.default.nodeexporter.datasource | string | `"VictoriaMetrics"` | | | grafana.dashboards.default.nodeexporter.gnetId | int | `1860` | | -| grafana.dashboards.default.nodeexporter.revision | int | `22` | | +| grafana.dashboards.default.nodeexporter.revision | int | `37` | | | grafana.defaultDashboardsTimezone | string | `"utc"` | | | grafana.defaultDatasourceType | string | `"prometheus"` | | | grafana.enabled | bool | `true` | | diff --git a/charts/victoria-metrics-operator/CHANGELOG.md b/charts/victoria-metrics-operator/CHANGELOG.md index 3aed40e70..825cf37a7 100644 --- a/charts/victoria-metrics-operator/CHANGELOG.md +++ b/charts/victoria-metrics-operator/CHANGELOG.md @@ -2,6 +2,15 @@ ## Next release +- TODO + +## 0.34.2 + +**Release date:** 2024-08-26 + +![AppVersion: v0.47.2](https://img.shields.io/static/v1?label=AppVersion&message=v0.47.2&color=success&logo=) +![Helm: v3](https://img.shields.io/static/v1?label=Helm&message=v3&color=informational&logo=helm) + - set `admissionWebhooks.keepTLSSecret` to `true` by default - fixed indent, for Issuer crd, when `cert-manager.enabled: true` - updates operator to [v0.47.2](https://github.com/VictoriaMetrics/operator/releases/tag/v0.47.2) version diff --git a/charts/victoria-metrics-operator/README.md b/charts/victoria-metrics-operator/README.md index e734053a2..82a76967d 100644 --- a/charts/victoria-metrics-operator/README.md +++ b/charts/victoria-metrics-operator/README.md @@ -1,6 +1,6 @@ # Helm Chart For Victoria Metrics Operator. -![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![Version: 0.34.1](https://img.shields.io/badge/Version-0.34.1-informational?style=flat-square) +![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![Version: 0.34.2](https://img.shields.io/badge/Version-0.34.2-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-operator) Victoria Metrics Operator @@ -171,7 +171,7 @@ Change the values according to the need of the environment in ``victoria-metrics | Key | Type | Default | Description | |-----|------|---------|-------------| -| admissionWebhooks | object | `{"certManager":{"enabled":false,"issuer":{}},"enabled":true,"enabledCRDValidation":{"vlogs":true,"vmagent":true,"vmalert":true,"vmalertmanager":true,"vmalertmanagerconfig":true,"vmauth":true,"vmcluster":true,"vmnodescrapes":true,"vmpodscrapes":true,"vmprobes":true,"vmrule":true,"vmrules":true,"vmscrapeconfigs":true,"vmservicescrapes":true,"vmsingle":true,"vmstaticscrapes":true,"vmuser":true},"keepTLSSecret":true,"policy":"Fail","tls":{"caCert":null,"cert":null,"key":null}}` | Configures resource validation | +| admissionWebhooks | object | `{"certManager":{"enabled":false,"issuer":{}},"enabled":true,"enabledCRDValidation":{"vlogs":true,"vmagent":true,"vmalert":true,"vmalertmanager":true,"vmalertmanagerconfig":true,"vmauth":true,"vmcluster":true,"vmnodescrape":true,"vmpodscrape":true,"vmprobe":true,"vmrule":true,"vmscrapeconfig":true,"vmservicescrape":true,"vmsingle":true,"vmstaticscrape":true,"vmuser":true},"keepTLSSecret":true,"policy":"Fail","tls":{"caCert":null,"cert":null,"key":null}}` | Configures resource validation | | admissionWebhooks.certManager | object | `{"enabled":false,"issuer":{}}` | with keys: tls.key, tls.crt, ca.crt | | admissionWebhooks.certManager.enabled | bool | `false` | Enables cert creation and injection by cert-manager. | | admissionWebhooks.certManager.issuer | object | `{}` | If needed, provide own issuer. Operator will create self-signed if empty. |