From 2884daaf326460b7a2aafbdbc51018efa433163a Mon Sep 17 00:00:00 2001 From: Github Actions <133988544+victoriametrics-bot@users.noreply.github.com> Date: Mon, 26 Aug 2024 10:03:53 -0700 Subject: [PATCH] Automatic update CHANGELOGs and READMEs (#1335) --- charts/victoria-metrics-operator/CHANGELOG.md | 9 +++++++++ charts/victoria-metrics-operator/README.md | 4 ++-- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/charts/victoria-metrics-operator/CHANGELOG.md b/charts/victoria-metrics-operator/CHANGELOG.md index fa997b0d2..542440a87 100644 --- a/charts/victoria-metrics-operator/CHANGELOG.md +++ b/charts/victoria-metrics-operator/CHANGELOG.md @@ -2,6 +2,15 @@ ## Next release +- TODO + +## 0.34.3 + +**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) + - removes not implemented scrape CRDs from validation webhook ## 0.34.2 diff --git a/charts/victoria-metrics-operator/README.md b/charts/victoria-metrics-operator/README.md index 82a76967d..05f8932b3 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.2](https://img.shields.io/badge/Version-0.34.2-informational?style=flat-square) +![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![Version: 0.34.3](https://img.shields.io/badge/Version-0.34.3-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,"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 | object | `{"certManager":{"enabled":false,"issuer":{}},"enabled":true,"enabledCRDValidation":{"vlogs":true,"vmagent":true,"vmalert":true,"vmalertmanager":true,"vmalertmanagerconfig":true,"vmauth":true,"vmcluster":true,"vmrule":true,"vmsingle":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. |