diff --git a/charts/obico/Chart.yaml b/charts/obico/Chart.yaml index 308272bd5..9c3d02bbd 100644 --- a/charts/obico/Chart.yaml +++ b/charts/obico/Chart.yaml @@ -26,3 +26,5 @@ annotations: artifacthub.io/changes: |- - kind: fixed description: Fix error when `server.env` is unset + - kind: fixed + description: Initialize common chart values before generating notes diff --git a/charts/obico/templates/NOTES.txt b/charts/obico/templates/NOTES.txt index 9087aa595..8e088516a 100644 --- a/charts/obico/templates/NOTES.txt +++ b/charts/obico/templates/NOTES.txt @@ -1,4 +1,5 @@ {{- $ctx := deepCopy . -}} {{- $_ := mergeOverwrite $ctx.Values .Values.server -}} {{- $_ = include "obico.server.hardcodedValues" . | fromYaml | merge $ctx.Values -}} +{{- include "bjw-s.common.values.init" $ctx -}} {{- include "bjw-s.common.lib.chart.notes" $ctx -}}