Skip to content

Commit

Permalink
Automatic update CHANGELOGs and READMEs (#1335)
Browse files Browse the repository at this point in the history
  • Loading branch information
victoriametrics-bot authored Aug 26, 2024
1 parent bf4ccd7 commit 2884daa
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions charts/victoria-metrics-operator/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions charts/victoria-metrics-operator/README.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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. |
Expand Down

0 comments on commit 2884daa

Please sign in to comment.