From f3ad1c1c9469dedd9c8d91db80d2c1b0b16c33a9 Mon Sep 17 00:00:00 2001 From: Jeff Mesnil Date: Tue, 26 Nov 2024 09:03:17 +0100 Subject: [PATCH] Set the correct appVersion in the template NOTES.txt Signed-off-by: Jeff Mesnil --- charts/eap81/templates/NOTES.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/eap81/templates/NOTES.txt b/charts/eap81/templates/NOTES.txt index 8db2733..3409da0 100644 --- a/charts/eap81/templates/NOTES.txt +++ b/charts/eap81/templates/NOTES.txt @@ -1,7 +1,7 @@ {{- if .Release.IsInstall }} {{- if .Values.build.enabled }} -Your EAP 8 application is building! To follow the build, run: +Your EAP {{ .Chart.AppVersion }} application is building! To follow the build, run: $ oc get build -w