Skip to content

Commit

Permalink
Replace references to stackhpc/capi-helm-charts (#373)
Browse files Browse the repository at this point in the history
  • Loading branch information
mkjpryor authored Jul 31, 2024
1 parent 9dac4f6 commit 5946c80
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/actions/upgrade-and-test/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ inputs:
chart-repo:
description: The repository to fetch the charts from
required: true
default: https://stackhpc.github.io/capi-helm-charts
default: https://azimuth-cloud.github.io/capi-helm-charts
chart-name:
description: The name of the chart to use
required: true
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# capi-helm-charts
![Test](https://github.com/stackhpc/capi-helm-charts/actions/workflows/main.yaml/badge.svg?branch=main)
![Publish](https://github.com/stackhpc/capi-helm-charts/actions/workflows/publish-artifacts.yaml/badge.svg?branch=main)
![Test](https://github.com/azimuth-cloud/capi-helm-charts/actions/workflows/main.yaml/badge.svg?branch=main)
![Publish](https://github.com/azimuth-cloud/capi-helm-charts/actions/workflows/publish-artifacts.yaml/badge.svg?branch=main)

This repository contains [Helm charts](https://helm.sh/) for deploying [Kubernetes](https://kubernetes.io/)
clusters using [Cluster API](https://cluster-api.sigs.k8s.io/).

The charts are available from the `stackhpc.github.io/capi-helm-charts` repository:
The charts are available from the `azimuth-cloud.github.io/capi-helm-charts` repository:

```sh
helm repo add capi https://stackhpc.github.io/capi-helm-charts
helm repo add capi https://azimuth-cloud.github.io/capi-helm-charts
helm install my-release capi/<chartname> [...options]
```

Expand Down
2 changes: 1 addition & 1 deletion charts/openstack-cluster/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ In addition, Helm must be installed and configured to access your management clu
and the chart repository containing this chart must be configured:

```sh
helm repo add capi https://stackhpc.github.io/capi-helm-charts
helm repo add capi https://azimuth-cloud.github.io/capi-helm-charts
```

## OpenStack images
Expand Down

0 comments on commit 5946c80

Please sign in to comment.