diff --git a/.github/workflows/charts-release.yaml b/.github/workflows/charts-release.yaml index d01bc30e162..12f722e26cc 100644 --- a/.github/workflows/charts-release.yaml +++ b/.github/workflows/charts-release.yaml @@ -17,7 +17,6 @@ on: jobs: pre-release: - needs: copy runs-on: ubuntu-latest timeout-minutes: 5 steps: diff --git a/library/common-test/Chart.yaml b/library/common-test/Chart.yaml index 7513a3ddc5f..f87a67d38bc 100644 --- a/library/common-test/Chart.yaml +++ b/library/common-test/Chart.yaml @@ -1,15 +1,31 @@ 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" +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: + - common-test - truecharts - common -home: https://github.com/truecharts/truecharts/tree/master/charts/common-test -maintainers: - - name: truecharts + - test +sources: + - https://github.com/truecharts/charts/tree/master/library/common-test dependencies: - name: common repository: file://../common version: n/a + # condition: + # tags: + # import-values: + # alias: +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: truecharts.org +# annotations: diff --git a/library/common/Chart.yaml b/library/common/Chart.yaml index dae88a08b61..27606cb1568 100644 --- a/library/common/Chart.yaml +++ b/library/common/Chart.yaml @@ -1,16 +1,23 @@ apiVersion: v2 +kubeVersion: ">=1.16.0-0" name: common +version: 1.3.2 +# upstream_version: +# appVersion: description: Function library for TrueCharts type: library -version: 1.3.1 - -kubeVersion: ">=1.16.0-0" -# upstream_version: 3.0.1 +deprecated: false +home: https://github.com/truecharts/truecharts/tree/master/common +# icon: keywords: - truecharts - library-chart - - k8s-at-home - common -home: https://github.com/truecharts/truecharts/tree/master/common +sources: + - https://github.com/truecharts/charts/tree/master/library/common +# dependencies: maintainers: - - name: truecharts + - name: TrueCharts + email: info@truecharts.org + url: truecharts.org +# annotations: