diff --git a/.github/actions/upgrade-and-test/action.yml b/.github/actions/upgrade-and-test/action.yml index a78fb530..302fb4ae 100644 --- a/.github/actions/upgrade-and-test/action.yml +++ b/.github/actions/upgrade-and-test/action.yml @@ -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 diff --git a/README.md b/README.md index c1cacfc9..8531dd48 100644 --- a/README.md +++ b/README.md @@ -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/ [...options] ``` diff --git a/charts/openstack-cluster/README.md b/charts/openstack-cluster/README.md index ea0e5173..d0f8a99b 100644 --- a/charts/openstack-cluster/README.md +++ b/charts/openstack-cluster/README.md @@ -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