mirror of
https://github.com/bjw-s-labs/helm-charts.git
synced 2025-07-04 00:47:04 +02:00
fix(app-template): Fix chart metadata
This commit is contained in:
parent
9efa8f0adb
commit
3af5df1148
1 changed files with 6 additions and 2 deletions
|
@ -11,9 +11,13 @@ dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
repository: https://bjw-s.github.io/helm-charts
|
repository: https://bjw-s.github.io/helm-charts
|
||||||
version: 3.7.2
|
version: 3.7.2
|
||||||
|
sources:
|
||||||
|
- https://github.com/bjw-s/helm-charts
|
||||||
annotations:
|
annotations:
|
||||||
org.opencontainers.image.source: "https://github.com/bjw-s/helm-charts"
|
|
||||||
artifacthub.io/changes: |-
|
artifacthub.io/changes: |-
|
||||||
- kind: added
|
- kind: fixed
|
||||||
description: |-
|
description: |-
|
||||||
The Apache 2.0 LICENSE file has been added to the chart.
|
The Apache 2.0 LICENSE file has been added to the chart.
|
||||||
|
- kind: fixed
|
||||||
|
description: |-
|
||||||
|
Fixed non-deterministic selection of primary service and port.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue