Skip to content
This repository has been archived by the owner on Aug 22, 2022. It is now read-only.

[mopidy] Add new chart #1616

Merged
merged 4 commits into from
Jun 13, 2022
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Indent for yaml list in Chart.yaml
Signed-off-by: lanquarden <lanquarden@gmail.com>
  • Loading branch information
lanquarden committed Jun 13, 2022
commit 90a65b5ab367f99af832dfe28209de78eb4139c0
14 changes: 7 additions & 7 deletions charts/incubator/mopidy/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,18 @@ name: mopidy
version: 0.0.1
kubeVersion: ">=1.16.0-0"
keywords:
- mopidy
- mopidy
home: https://github.com/k8s-at-home/charts/tree/master/charts/stable/mopidy
icon: https://mopidy.org/icon
sources:
- https://github.com/mopidy/mopidy-docker
- https://github.com/mopidy/mopidy-docker
maintainers:
- name: lanquarden
email: lanquarden@gmail.com
- name: lanquarden
email: lanquarden@gmail.com
dependencies:
- name: common
repository: https://library-charts.k8s-at-home.com
version: 4.4.2
- name: common
repository: https://library-charts.k8s-at-home.com
version: 4.4.2
annotations:
artifacthub.io/changes: |
- kind: added
Expand Down
14 changes: 7 additions & 7 deletions templates/chart/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,18 @@ name: ${CHARTNAME}
version: 1.1.2
kubeVersion: ">=1.16.0-0"
keywords:
- ${CHARTNAME}
- ${CHARTNAME}
home: https://github.com/k8s-at-home/charts/tree/master/charts/stable/${CHARTNAME}
icon: https://${CHARTNAME}.org/icon
sources:
- https://github.com/${CHARTNAME}/${CHARTNAME}-docker
- https://github.com/${CHARTNAME}/${CHARTNAME}-docker
maintainers:
- name: ${CHARTNAME}
email: ${CHARTNAME}@${CHARTNAME}.com
- name: ${CHARTNAME}
email: ${CHARTNAME}@${CHARTNAME}.com
dependencies:
- name: common
repository: https://library-charts.k8s-at-home.com
version: 4.4.2
- name: common
repository: https://library-charts.k8s-at-home.com
version: 4.4.2
annotations:
artifacthub.io/changes: |
- kind: added
Expand Down