From 1c28a19948be1db359cfc068a4c06ed8eb29a306 Mon Sep 17 00:00:00 2001 From: Jos van Bakel Date: Wed, 5 Aug 2020 10:48:08 +0200 Subject: [PATCH 1/2] Add metadata in Chart.yaml I'm trying to incorporate this Helm chart into a custom Helm charts repo, so I can use this as a Rancher catalog. The helm/chart-releaser-action Github Action however is complaining about missing metadata: ``` Error: validation: chart.metadata is required Run helm/chart-releaser-action@v1.0.0-rc.2 Installing chart-releaser... Packaging chart 'charts/bitwarden_rs'... Error: validation: chart.metadata is required ``` --- Chart.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Chart.yaml b/Chart.yaml index 019d4cb..4ccd590 100644 --- a/Chart.yaml +++ b/Chart.yaml @@ -3,3 +3,10 @@ appVersion: "1.0" description: A Bitwarden Helm chart for Kubernetes name: bitwarden-k8s version: 0.1.5 +home: https://github.com/dani-garcia/bitwarden_rs +icon: https://raw.githubusercontent.com/bitwarden/brand/master/icons/icon.svg +sources: + - https://github.com/dani-garcia/bitwarden_rs +maintainers: + - name: CodeWave + email: hello@codewave.eu From 70cb202b8904897fb2a831181ed1588158b03ce8 Mon Sep 17 00:00:00 2001 From: Jos van Bakel Date: Wed, 5 Aug 2020 16:37:39 +0200 Subject: [PATCH 2/2] Apply suggestions from code review Co-authored-by: rgembalik --- Chart.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Chart.yaml b/Chart.yaml index 4ccd590..12dd8ad 100644 --- a/Chart.yaml +++ b/Chart.yaml @@ -7,6 +7,8 @@ home: https://github.com/dani-garcia/bitwarden_rs icon: https://raw.githubusercontent.com/bitwarden/brand/master/icons/icon.svg sources: - https://github.com/dani-garcia/bitwarden_rs + - https://github.com/cdwv/bitwarden-k8s maintainers: - name: CodeWave email: hello@codewave.eu + url: https://codewave.eu