From d5727cdc5ed52e9fee39417c2a086937686b9e7b Mon Sep 17 00:00:00 2001 From: ERP4SME-DevOps-GitHub-Workflow-User <134080766+ERP4SME-DevOps-GitHub-Workflow-User@users.noreply.github.com> Date: Thu, 11 Apr 2024 16:33:16 +0000 Subject: [PATCH] Update chart docs --- chart/README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/chart/README.md b/chart/README.md index 16d6732..3deebc4 100644 --- a/chart/README.md +++ b/chart/README.md @@ -1,6 +1,6 @@ # redis-operator -![Version: 0.1.28](https://img.shields.io/badge/Version-0.1.28-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.1.27](https://img.shields.io/badge/AppVersion-v0.1.27-informational?style=flat-square) +![Version: 0.1.29](https://img.shields.io/badge/Version-0.1.29-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.1.27](https://img.shields.io/badge/AppVersion-v0.1.27-informational?style=flat-square) A Helm chart for https://github.com/sap/redis-operator @@ -36,6 +36,9 @@ A Helm chart for https://github.com/sap/redis-operator | webhook.certManager.issuerGroup | string | `""` | Issuer group (only relevant if enabled is true; if unset, the default cert-manager group is used) | | webhook.certManager.issuerKind | string | `""` | Issuer kind (only relevant if enabled is true; if unset, the default cert-manager type 'Issuer' is used) | | webhook.certManager.issuerName | string | `""` | Issuer name (only relevant if enabled is true; if unset, a self-signed issuer is used) | +| metrics.podMonitor.enabled | bool | `false` | Whether to create a PodMonitor resource | +| metrics.prometheusRule.enabled | bool | `false` | Whether to create a PrometheusRule resource | +| metrics.prometheusRule.rules | list | `[]` | PrometheusRule rules | ---------------------------------------------- Autogenerated from chart metadata using [helm-docs v1.11.0](https://github.com/norwoodj/helm-docs/releases/v1.11.0)