From 3af5df1148b2d574ee22ee6508856838796c7b2c Mon Sep 17 00:00:00 2001 From: Bernd Schorgers Date: Tue, 4 Mar 2025 17:31:49 +0100 Subject: [PATCH] fix(app-template): Fix chart metadata --- charts/other/app-template/Chart.yaml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/charts/other/app-template/Chart.yaml b/charts/other/app-template/Chart.yaml index 277e7646..557427cd 100644 --- a/charts/other/app-template/Chart.yaml +++ b/charts/other/app-template/Chart.yaml @@ -11,9 +11,13 @@ dependencies: - name: common repository: https://bjw-s.github.io/helm-charts version: 3.7.2 +sources: + - https://github.com/bjw-s/helm-charts annotations: - org.opencontainers.image.source: "https://github.com/bjw-s/helm-charts" artifacthub.io/changes: |- - - kind: added + - kind: fixed description: |- The Apache 2.0 LICENSE file has been added to the chart. + - kind: fixed + description: |- + Fixed non-deterministic selection of primary service and port.