From b6fe4af745c9cb61dc784bc26d25dfc7d5d38cc0 Mon Sep 17 00:00:00 2001 From: Roi Date: Tue, 14 Nov 2023 22:18:44 +0200 Subject: [PATCH] add fullnameOverride, nameOverride and global to values.schema.json (#333) --- charts/atlantis/Chart.yaml | 2 +- charts/atlantis/values.schema.json | 15 +++++++++++++++ charts/atlantis/values.yaml | 6 ++++++ 3 files changed, 22 insertions(+), 1 deletion(-) diff --git a/charts/atlantis/Chart.yaml b/charts/atlantis/Chart.yaml index 58c2eff9..843d6c6c 100644 --- a/charts/atlantis/Chart.yaml +++ b/charts/atlantis/Chart.yaml @@ -3,7 +3,7 @@ apiVersion: v1 appVersion: v0.26.0 description: A Helm chart for Atlantis https://www.runatlantis.io name: atlantis -version: 4.17.0 +version: 4.17.1 keywords: - terraform home: https://www.runatlantis.io diff --git a/charts/atlantis/values.schema.json b/charts/atlantis/values.schema.json index c0e91fb4..9a26daa6 100644 --- a/charts/atlantis/values.schema.json +++ b/charts/atlantis/values.schema.json @@ -4,6 +4,21 @@ "type":"object", "additionalProperties":false, "properties":{ + "global": { + "description": "Global values applied to all charts", + "type": "object", + "additionalProperties": true + }, + "fullnameOverride": { + "description": "Provide a name to substitute for the full names of resources", + "type": "string", + "default": "" + }, + "nameOverride": { + "description": "Override the name of the chart", + "type": "string", + "default": "" + }, "atlantisUrl":{ "description":"The URL at which Atlantis will be available. This is used to set the webhook URL in GitHub.", "type":"string", diff --git a/charts/atlantis/values.yaml b/charts/atlantis/values.yaml index e7d8d44b..bb9386c8 100644 --- a/charts/atlantis/values.yaml +++ b/charts/atlantis/values.yaml @@ -2,6 +2,12 @@ # Values to override for your instance. ## -------------------------- ## +# Provide a name to substitute for the full names of resources +fullnameOverride: "" + +# Provide a name to substitute for the name of the chart +nameOverride: "" + ## An option to override the atlantis url, ## if not using an ingress, set it to the external IP. # atlantisUrl: http://10.0.0.0