From bdef4addff410be85b79c002d555cda29254fc08 Mon Sep 17 00:00:00 2001 From: Kevin Fox Date: Tue, 13 Jun 2023 17:17:14 -0700 Subject: [PATCH] Add missing metadata to subcharts Signed-off-by: Kevin Fox --- charts/spire/charts/spiffe-csi-driver/Chart.yaml | 15 +++++++++++++++ charts/spire/charts/spiffe-csi-driver/README.md | 15 +++++++++++++++ .../spiffe-oidc-discovery-provider/Chart.yaml | 15 +++++++++++++++ .../spiffe-oidc-discovery-provider/README.md | 15 +++++++++++++++ charts/spire/charts/spire-agent/Chart.yaml | 15 +++++++++++++++ charts/spire/charts/spire-agent/README.md | 15 +++++++++++++++ charts/spire/charts/spire-server/Chart.yaml | 15 +++++++++++++++ charts/spire/charts/spire-server/README.md | 15 +++++++++++++++ 8 files changed, 120 insertions(+) diff --git a/charts/spire/charts/spiffe-csi-driver/Chart.yaml b/charts/spire/charts/spiffe-csi-driver/Chart.yaml index 9aaefb15a..a7d5ab008 100644 --- a/charts/spire/charts/spiffe-csi-driver/Chart.yaml +++ b/charts/spire/charts/spiffe-csi-driver/Chart.yaml @@ -4,3 +4,18 @@ description: A Helm chart to install the SPIFFE CSI driver. type: application version: 0.1.0 appVersion: "0.2.3" +keywords: ["spiffe", "csi-driver"] +home: https://github.com/spiffe/helm-charts/tree/main/charts/spire +sources: + - https://github.com/spiffe/helm-charts/tree/main/charts/spire +icon: https://spiffe.io/img/logos/spire/icon/color/spire-icon-color.png +maintainers: + - name: marcofranssen + email: marco.franssen@gmail.com + url: https://marcofranssen.nl + - name: kfox1111 + email: Kevin.Fox@pnnl.gov + - name: faisal-memon + email: fymemon@yahoo.com + - name: edwbuck + email: edwbuck@gmail.com diff --git a/charts/spire/charts/spiffe-csi-driver/README.md b/charts/spire/charts/spiffe-csi-driver/README.md index 1d08183b2..954456acb 100644 --- a/charts/spire/charts/spiffe-csi-driver/README.md +++ b/charts/spire/charts/spiffe-csi-driver/README.md @@ -6,9 +6,24 @@ A Helm chart to install the SPIFFE CSI driver. +**Homepage:** + > **Note**: The recommended version is `0.2.3` to support arm64 nodes. If running with any > prior version to `0.2.3` you have to use a `nodeSelector` to limit to `kubernetes.io/arch: amd64`. +## Maintainers + +| Name | Email | Url | +| ---- | ------ | --- | +| marcofranssen | | | +| kfox1111 | | | +| faisal-memon | | | +| edwbuck | | | + +## Source Code + +* + ## Values | Key | Type | Default | Description | diff --git a/charts/spire/charts/spiffe-oidc-discovery-provider/Chart.yaml b/charts/spire/charts/spiffe-oidc-discovery-provider/Chart.yaml index 3c1e0491b..46eb477c3 100644 --- a/charts/spire/charts/spiffe-oidc-discovery-provider/Chart.yaml +++ b/charts/spire/charts/spiffe-oidc-discovery-provider/Chart.yaml @@ -4,3 +4,18 @@ description: A Helm chart to install the SPIFFE OIDC discovery provider. type: application version: 0.1.0 appVersion: "1.6.4" +keywords: ["spiffe", "oidc"] +home: https://github.com/spiffe/helm-charts/tree/main/charts/spire +sources: + - https://github.com/spiffe/helm-charts/tree/main/charts/spire +icon: https://spiffe.io/img/logos/spire/icon/color/spire-icon-color.png +maintainers: + - name: marcofranssen + email: marco.franssen@gmail.com + url: https://marcofranssen.nl + - name: kfox1111 + email: Kevin.Fox@pnnl.gov + - name: faisal-memon + email: fymemon@yahoo.com + - name: edwbuck + email: edwbuck@gmail.com diff --git a/charts/spire/charts/spiffe-oidc-discovery-provider/README.md b/charts/spire/charts/spiffe-oidc-discovery-provider/README.md index 2079babab..037327097 100644 --- a/charts/spire/charts/spiffe-oidc-discovery-provider/README.md +++ b/charts/spire/charts/spiffe-oidc-discovery-provider/README.md @@ -6,10 +6,25 @@ A Helm chart to install the SPIFFE OIDC discovery provider. +**Homepage:** + > **Note**: Minimum Spire version is `1.5.3`. > The recommended version is `1.6.0` to support arm64 nodes. If running with any > prior version to `1.6.0` you have to use a `nodeSelector` to limit to `kubernetes.io/arch: amd64`. +## Maintainers + +| Name | Email | Url | +| ---- | ------ | --- | +| marcofranssen | | | +| kfox1111 | | | +| faisal-memon | | | +| edwbuck | | | + +## Source Code + +* + ## Values | Key | Type | Default | Description | diff --git a/charts/spire/charts/spire-agent/Chart.yaml b/charts/spire/charts/spire-agent/Chart.yaml index 5a566bccb..f6ab3f0b1 100644 --- a/charts/spire/charts/spire-agent/Chart.yaml +++ b/charts/spire/charts/spire-agent/Chart.yaml @@ -4,3 +4,18 @@ description: A Helm chart to install the SPIRE agent. type: application version: 0.1.0 appVersion: "1.6.4" +keywords: ["spiffe", "spire-agent"] +home: https://github.com/spiffe/helm-charts/tree/main/charts/spire +sources: + - https://github.com/spiffe/helm-charts/tree/main/charts/spire +icon: https://spiffe.io/img/logos/spire/icon/color/spire-icon-color.png +maintainers: + - name: marcofranssen + email: marco.franssen@gmail.com + url: https://marcofranssen.nl + - name: kfox1111 + email: Kevin.Fox@pnnl.gov + - name: faisal-memon + email: fymemon@yahoo.com + - name: edwbuck + email: edwbuck@gmail.com diff --git a/charts/spire/charts/spire-agent/README.md b/charts/spire/charts/spire-agent/README.md index 25be0e9e7..ccaa07b1c 100644 --- a/charts/spire/charts/spire-agent/README.md +++ b/charts/spire/charts/spire-agent/README.md @@ -6,10 +6,25 @@ A Helm chart to install the SPIRE agent. +**Homepage:** + > **Note**: Minimum Spire version is `1.5.3`. > The recommended version is `1.6.0` to support arm64 nodes. If running with any > prior version to `1.6.0` you have to use a `nodeSelector` to limit to `kubernetes.io/arch: amd64`. +## Maintainers + +| Name | Email | Url | +| ---- | ------ | --- | +| marcofranssen | | | +| kfox1111 | | | +| faisal-memon | | | +| edwbuck | | | + +## Source Code + +* + ## Values | Key | Type | Default | Description | diff --git a/charts/spire/charts/spire-server/Chart.yaml b/charts/spire/charts/spire-server/Chart.yaml index 3614da407..bf2caf64f 100644 --- a/charts/spire/charts/spire-server/Chart.yaml +++ b/charts/spire/charts/spire-server/Chart.yaml @@ -4,3 +4,18 @@ description: A Helm chart to install the SPIRE server. type: application version: 0.1.0 appVersion: "1.6.4" +keywords: ["spiffe", "spire-server", "spire-controller-manager"] +home: https://github.com/spiffe/helm-charts/tree/main/charts/spire +sources: + - https://github.com/spiffe/helm-charts/tree/main/charts/spire +icon: https://spiffe.io/img/logos/spire/icon/color/spire-icon-color.png +maintainers: + - name: marcofranssen + email: marco.franssen@gmail.com + url: https://marcofranssen.nl + - name: kfox1111 + email: Kevin.Fox@pnnl.gov + - name: faisal-memon + email: fymemon@yahoo.com + - name: edwbuck + email: edwbuck@gmail.com diff --git a/charts/spire/charts/spire-server/README.md b/charts/spire/charts/spire-server/README.md index ccccebc2b..c5aaa9d68 100644 --- a/charts/spire/charts/spire-server/README.md +++ b/charts/spire/charts/spire-server/README.md @@ -6,6 +6,8 @@ A Helm chart to install the SPIRE server. +**Homepage:** + > **Note**: Minimum Spire version is `1.5.3`. > The recommended version is `1.6.0` to support arm64 nodes. If running with any > prior version to `1.6.0` you have to use a `nodeSelector` to limit to `kubernetes.io/arch: amd64`. @@ -13,6 +15,19 @@ A Helm chart to install the SPIRE server. > The recommended spire-controller-manager version is `0.2.2` to support arm64 nodes. If running with any > prior version to `0.2.2` you have to use a `nodeSelector` to limit to `kubernetes.io/arch: amd64`. +## Maintainers + +| Name | Email | Url | +| ---- | ------ | --- | +| marcofranssen | | | +| kfox1111 | | | +| faisal-memon | | | +| edwbuck | | | + +## Source Code + +* + ## Values | Key | Type | Default | Description |