Skip to content

Commit 3af5df1

Browse files
committed
fix(app-template): Fix chart metadata
1 parent 9efa8f0 commit 3af5df1

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

charts/other/app-template/Chart.yaml

+6-2
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,13 @@ dependencies:
1111
- name: common
1212
repository: https://bjw-s.github.io/helm-charts
1313
version: 3.7.2
14+
sources:
15+
- https://github.com/bjw-s/helm-charts
1416
annotations:
15-
org.opencontainers.image.source: "https://github.com/bjw-s/helm-charts"
1617
artifacthub.io/changes: |-
17-
- kind: added
18+
- kind: fixed
1819
description: |-
1920
The Apache 2.0 LICENSE file has been added to the chart.
21+
- kind: fixed
22+
description: |-
23+
Fixed non-deterministic selection of primary service and port.

0 commit comments

Comments
 (0)