From 3fe43fb323ba6ca788b83eda8c7e5aadbf1a1171 Mon Sep 17 00:00:00 2001 From: Akshay Iyyadurai Balasundaram Date: Thu, 14 Nov 2024 14:58:27 +0100 Subject: [PATCH] [ENHANCEMENT] add global values schema Signed-off-by: Akshay Iyyadurai Balasundaram --- charts/perses/Chart.yaml | 2 +- charts/perses/README.md | 2 +- charts/perses/values.schema.json | 5 +++++ 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/charts/perses/Chart.yaml b/charts/perses/Chart.yaml index 9a06f22..3efa115 100644 --- a/charts/perses/Chart.yaml +++ b/charts/perses/Chart.yaml @@ -3,7 +3,7 @@ name: perses description: Perses helm chart icon: https://avatars.githubusercontent.com/u/77209215?s=200&v=4 type: application -version: 0.7.1 +version: 0.7.2 appVersion: "v0.49.0" sources: - https://github.com/perses/perses diff --git a/charts/perses/README.md b/charts/perses/README.md index f707caa..1c6d28a 100644 --- a/charts/perses/README.md +++ b/charts/perses/README.md @@ -4,7 +4,7 @@ Perses helm chart -![Version: 0.7.1](https://img.shields.io/badge/Version-0.7.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.49.0](https://img.shields.io/badge/AppVersion-v0.49.0-informational?style=flat-square) +![Version: 0.7.2](https://img.shields.io/badge/Version-0.7.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.49.0](https://img.shields.io/badge/AppVersion-v0.49.0-informational?style=flat-square) ## Installing the Chart diff --git a/charts/perses/values.schema.json b/charts/perses/values.schema.json index 358b3fc..694c62f 100644 --- a/charts/perses/values.schema.json +++ b/charts/perses/values.schema.json @@ -4,6 +4,11 @@ "title": "Values", "additionalProperties": false, "properties": { + "global": { + "type": "object", + "description": "Global values applied to all resources.", + "default": {} + }, "nameOverride": { "description": "Override name of the chart used in Kubernetes object names.", "type": "string"