Skip to content

Commit

Permalink
Fix links still pointing at older git repo (#167)
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin Fox <[email protected]>
  • Loading branch information
kfox1111 authored Dec 28, 2023
1 parent e5c5527 commit 2454b8c
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions charts/spire-crds/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ type: application
version: 0.2.0
appVersion: "0.0.1"
keywords: ["spire-crds"]
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
Expand Down
4 changes: 2 additions & 2 deletions charts/spire-crds/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

A Helm chart to install the SPIRE CRDS.

**Homepage:** <https://github.com/spiffe/helm-charts/tree/main/charts/spire>
**Homepage:** <https://github.com/spiffe/helm-charts-hardened/tree/main/charts/spire>

## Maintainers

Expand All @@ -17,7 +17,7 @@ A Helm chart to install the SPIRE CRDS.

## Source Code

* <https://github.com/spiffe/helm-charts/tree/main/charts/spire-crds>
* <https://github.com/spiffe/helm-charts-hardened/tree/main/charts/spire-crds>

<!-- The parameters section is generated using helm-docs.sh and should not be edited by hand. -->

Expand Down
4 changes: 2 additions & 2 deletions charts/spire/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ type: application
version: 0.16.0
appVersion: "1.8.5"
keywords: ["spiffe", "spire", "spire-server", "spire-agent", "oidc", "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
Expand Down
4 changes: 2 additions & 2 deletions charts/spire/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

A Helm chart for deploying the complete Spire stack including: spire-server, spire-agent, spiffe-csi-driver, spiffe-oidc-discovery-provider and spire-controller-manager.

**Homepage:** <https://github.com/spiffe/helm-charts/tree/main/charts/spire>
**Homepage:** <https://github.com/spiffe/helm-charts-hardened/tree/main/charts/spire>

## Install notes

Expand Down Expand Up @@ -130,7 +130,7 @@ Now you can interact with the Spire agent socket from your own application. The

## Source Code

* <https://github.com/spiffe/helm-charts/tree/main/charts/spire>
* <https://github.com/spiffe/helm-charts-hardened/tree/main/charts/spire>

## Requirements

Expand Down

0 comments on commit 2454b8c

Please sign in to comment.