Update library charts to standardised Chart.yaml format

This commit is contained in:
kjeld Schouten-Lebbing 2021-02-27 20:51:35 +01:00
parent 10833f8d53
commit 2f4027b2c2
No known key found for this signature in database
GPG Key ID: 4CDAD4A532BC1EDB
3 changed files with 36 additions and 14 deletions

View File

@ -17,7 +17,6 @@ on:
jobs: jobs:
pre-release: pre-release:
needs: copy
runs-on: ubuntu-latest runs-on: ubuntu-latest
timeout-minutes: 5 timeout-minutes: 5
steps: steps:

View File

@ -1,15 +1,31 @@
apiVersion: v2 apiVersion: v2
name: common-test
description: Helper chart to test different use cases of the common library
version: 1.3.1
kubeVersion: ">=1.16.0-0" kubeVersion: ">=1.16.0-0"
name: common-test
version: 1.3.2
# upstream_version:
# appVersion:
description: Helper chart to test different use cases of the common library
type: application
deprecated: false
home: https://github.com/truecharts/charts/tree/master/library/common-test
# icon:
keywords: keywords:
- common-test
- truecharts - truecharts
- common - common
home: https://github.com/truecharts/truecharts/tree/master/charts/common-test - test
maintainers: sources:
- name: truecharts - https://github.com/truecharts/charts/tree/master/library/common-test
dependencies: dependencies:
- name: common - name: common
repository: file://../common repository: file://../common
version: n/a version: n/a
# condition:
# tags:
# import-values:
# alias:
maintainers:
- name: TrueCharts
email: info@truecharts.org
url: truecharts.org
# annotations:

View File

@ -1,16 +1,23 @@
apiVersion: v2 apiVersion: v2
kubeVersion: ">=1.16.0-0"
name: common name: common
version: 1.3.2
# upstream_version:
# appVersion:
description: Function library for TrueCharts description: Function library for TrueCharts
type: library type: library
version: 1.3.1 deprecated: false
home: https://github.com/truecharts/truecharts/tree/master/common
kubeVersion: ">=1.16.0-0" # icon:
# upstream_version: 3.0.1
keywords: keywords:
- truecharts - truecharts
- library-chart - library-chart
- k8s-at-home
- common - common
home: https://github.com/truecharts/truecharts/tree/master/common sources:
- https://github.com/truecharts/charts/tree/master/library/common
# dependencies:
maintainers: maintainers:
- name: truecharts - name: TrueCharts
email: info@truecharts.org
url: truecharts.org
# annotations: