From 7ee16a424d5d46cba8a480135c01a42b5062c83d Mon Sep 17 00:00:00 2001 From: William Trelawny <22324745+williamtrelawny@users.noreply.github.com> Date: Wed, 27 Nov 2024 20:23:02 -0500 Subject: [PATCH] Update values.yaml Fixed in-code documentation referring to non-existent `.Values.imageTag`. Changed to `.Values.image.tag` instead. Signed-off-by: William Trelawny <22324745+williamtrelawny@users.noreply.github.com> --- charts/opensearch/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/opensearch/values.yaml b/charts/opensearch/values.yaml index 8e5c6eaf..7bfdccde 100644 --- a/charts/opensearch/values.yaml +++ b/charts/opensearch/values.yaml @@ -21,7 +21,7 @@ roles: replicas: 3 -# if not set, falls back to parsing .Values.imageTag, then .Chart.appVersion. +# if not set, falls back to parsing .Values.image.tag, then .Chart.appVersion. majorVersion: "" global: