From c02cefbe7d66ac83a4a94eba11b10d990c61ad21 Mon Sep 17 00:00:00 2001 From: Kevin Fox Date: Sat, 11 Nov 2023 11:04:47 -0800 Subject: [PATCH] Documentation cleanup Fix links to the repo after move. Remove references to other versions of images we don't support. Signed-off-by: Kevin Fox --- charts/spire/charts/spiffe-csi-driver/Chart.yaml | 4 ++-- charts/spire/charts/spiffe-csi-driver/README.md | 8 ++------ .../charts/spiffe-oidc-discovery-provider/Chart.yaml | 4 ++-- .../charts/spiffe-oidc-discovery-provider/README.md | 9 ++------- charts/spire/charts/spire-agent/Chart.yaml | 4 ++-- charts/spire/charts/spire-agent/README.md | 9 ++------- charts/spire/charts/spire-server/Chart.yaml | 4 ++-- charts/spire/charts/spire-server/README.md | 12 ++---------- charts/spire/charts/tornjak-frontend/Chart.yaml | 2 +- charts/spire/charts/tornjak-frontend/README.md | 4 +--- 10 files changed, 18 insertions(+), 42 deletions(-) diff --git a/charts/spire/charts/spiffe-csi-driver/Chart.yaml b/charts/spire/charts/spiffe-csi-driver/Chart.yaml index a7d5ab008..0d883d9e6 100644 --- a/charts/spire/charts/spiffe-csi-driver/Chart.yaml +++ b/charts/spire/charts/spiffe-csi-driver/Chart.yaml @@ -5,9 +5,9 @@ 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 +home: https://github.com/spiffe/helm-charts-hardened/tree/main/charts/spire sources: - - https://github.com/spiffe/helm-charts/tree/main/charts/spire + - https://github.com/spiffe/helm-charts-hardened/tree/main/charts/spire icon: https://spiffe.io/img/logos/spire/icon/color/spire-icon-color.png maintainers: - name: marcofranssen diff --git a/charts/spire/charts/spiffe-csi-driver/README.md b/charts/spire/charts/spiffe-csi-driver/README.md index 2b2b1155d..d33e26b06 100644 --- a/charts/spire/charts/spiffe-csi-driver/README.md +++ b/charts/spire/charts/spiffe-csi-driver/README.md @@ -4,11 +4,7 @@ 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`. +**Homepage:** ## Maintainers @@ -21,7 +17,7 @@ A Helm chart to install the SPIFFE CSI driver. ## Source Code -* +* diff --git a/charts/spire/charts/spiffe-oidc-discovery-provider/Chart.yaml b/charts/spire/charts/spiffe-oidc-discovery-provider/Chart.yaml index d38ddbf72..023a1b582 100644 --- a/charts/spire/charts/spiffe-oidc-discovery-provider/Chart.yaml +++ b/charts/spire/charts/spiffe-oidc-discovery-provider/Chart.yaml @@ -5,9 +5,9 @@ type: application version: 0.1.0 appVersion: "1.8.4" keywords: ["spiffe", "oidc"] -home: https://github.com/spiffe/helm-charts/tree/main/charts/spire +home: https://github.com/spiffe/helm-charts-hardened/tree/main/charts/spire sources: - - https://github.com/spiffe/helm-charts/tree/main/charts/spire + - https://github.com/spiffe/helm-charts-hardened/tree/main/charts/spire icon: https://spiffe.io/img/logos/spire/icon/color/spire-icon-color.png maintainers: - name: marcofranssen diff --git a/charts/spire/charts/spiffe-oidc-discovery-provider/README.md b/charts/spire/charts/spiffe-oidc-discovery-provider/README.md index 38d9e866e..0bf3bbbc3 100644 --- a/charts/spire/charts/spiffe-oidc-discovery-provider/README.md +++ b/charts/spire/charts/spiffe-oidc-discovery-provider/README.md @@ -4,12 +4,7 @@ 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`. +**Homepage:** ## Maintainers @@ -22,7 +17,7 @@ A Helm chart to install the SPIFFE OIDC discovery provider. ## Source Code -* +* diff --git a/charts/spire/charts/spire-agent/Chart.yaml b/charts/spire/charts/spire-agent/Chart.yaml index 514744fd3..ecf8501d4 100644 --- a/charts/spire/charts/spire-agent/Chart.yaml +++ b/charts/spire/charts/spire-agent/Chart.yaml @@ -5,9 +5,9 @@ type: application version: 0.1.0 appVersion: "1.8.4" keywords: ["spiffe", "spire-agent"] -home: https://github.com/spiffe/helm-charts/tree/main/charts/spire +home: https://github.com/spiffe/helm-charts-hardened/tree/main/charts/spire sources: - - https://github.com/spiffe/helm-charts/tree/main/charts/spire + - https://github.com/spiffe/helm-charts-hardened/tree/main/charts/spire icon: https://spiffe.io/img/logos/spire/icon/color/spire-icon-color.png maintainers: - name: marcofranssen diff --git a/charts/spire/charts/spire-agent/README.md b/charts/spire/charts/spire-agent/README.md index 976eca7b5..d672c80d9 100644 --- a/charts/spire/charts/spire-agent/README.md +++ b/charts/spire/charts/spire-agent/README.md @@ -4,12 +4,7 @@ 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`. +**Homepage:** ## Maintainers @@ -22,7 +17,7 @@ A Helm chart to install the SPIRE agent. ## Source Code -* +* diff --git a/charts/spire/charts/spire-server/Chart.yaml b/charts/spire/charts/spire-server/Chart.yaml index a150171b7..4460bad99 100644 --- a/charts/spire/charts/spire-server/Chart.yaml +++ b/charts/spire/charts/spire-server/Chart.yaml @@ -5,9 +5,9 @@ type: application version: 0.1.0 appVersion: "1.8.4" keywords: ["spiffe", "spire-server", "spire-controller-manager"] -home: https://github.com/spiffe/helm-charts/tree/main/charts/spire +home: https://github.com/spiffe/helm-charts-hardened/tree/main/charts/spire sources: - - https://github.com/spiffe/helm-charts/tree/main/charts/spire + - https://github.com/spiffe/helm-charts-hardened/tree/main/charts/spire icon: https://spiffe.io/img/logos/spire/icon/color/spire-icon-color.png maintainers: - name: marcofranssen diff --git a/charts/spire/charts/spire-server/README.md b/charts/spire/charts/spire-server/README.md index 4bf91ecc7..355c2a2a8 100644 --- a/charts/spire/charts/spire-server/README.md +++ b/charts/spire/charts/spire-server/README.md @@ -4,15 +4,7 @@ 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`. -> -> 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`. +**Homepage:** ## Maintainers @@ -25,7 +17,7 @@ A Helm chart to install the SPIRE server. ## Source Code -* +* ## Tornjak diff --git a/charts/spire/charts/tornjak-frontend/Chart.yaml b/charts/spire/charts/tornjak-frontend/Chart.yaml index 38a2e7a6b..1e72c8e0e 100644 --- a/charts/spire/charts/tornjak-frontend/Chart.yaml +++ b/charts/spire/charts/tornjak-frontend/Chart.yaml @@ -4,7 +4,7 @@ description: A Helm chart to deploy Tornjak frontend type: application version: 0.1.0 appVersion: "v1.4.0" -home: https://github.com/spiffe/helm-charts/tree/main/charts/spire +home: https://github.com/spiffe/helm-charts-hardened/tree/main/charts/spire sources: - https://github.com/spiffe/tornjak icon: https://raw.githubusercontent.com/spiffe/tornjak/main/logos/logo%2Btornjak.2132x1291.png diff --git a/charts/spire/charts/tornjak-frontend/README.md b/charts/spire/charts/tornjak-frontend/README.md index 38239d4f1..661e6a8e1 100644 --- a/charts/spire/charts/tornjak-frontend/README.md +++ b/charts/spire/charts/tornjak-frontend/README.md @@ -5,7 +5,7 @@ A Helm chart to deploy Tornjak frontend -**Homepage:** +**Homepage:** ## Version support @@ -16,8 +16,6 @@ A Helm chart to deploy Tornjak frontend | Dependency | Supported Versions | |:-----------|:-------------------| -| SPIRE | `1.5.3+`, `1.6.x` | -| Tornjak | `1.0.x` | | Helm | `3.x` | ## Tornjak