Skip to content

Commit

Permalink
🐛 (obico): Initialize common chart values before generating notes
Browse files Browse the repository at this point in the history
  • Loading branch information
gabe565 committed Mar 9, 2023
1 parent 00a0b81 commit 4425423
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions charts/obico/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 1 addition & 0 deletions charts/obico/templates/NOTES.txt
Original file line number Diff line number Diff line change
@@ -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 -}}

0 comments on commit 4425423

Please sign in to comment.