From 2dbb07dd86d788076243aada05a4966706c4f5c8 Mon Sep 17 00:00:00 2001 From: ialejandro Date: Wed, 23 Oct 2024 11:40:12 +0200 Subject: [PATCH] chore: change domain --- .github/workflows/build_release.yaml | 2 +- helm/kre/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_release.yaml b/.github/workflows/build_release.yaml index 9c4ec9c0..620720c9 100644 --- a/.github/workflows/build_release.yaml +++ b/.github/workflows/build_release.yaml @@ -289,7 +289,7 @@ jobs: uses: helm/chart-releaser-action@v1.4.1 with: charts_dir: 'helm' - charts_repo_url: 'https://charts.konstellation.io' + charts_repo_url: 'https://kre.konstellation.io' env: CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}" diff --git a/helm/kre/README.md b/helm/kre/README.md index a18e6792..e3e274f3 100644 --- a/helm/kre/README.md +++ b/helm/kre/README.md @@ -17,7 +17,7 @@ Installs KRE kubernetes manifests. ## Install chart ```bash -$ helm repo add konstellation-io https://charts.konstellation.io +$ helm repo add konstellation-io https://kre.konstellation.io $ helm repo update $ helm install [RELEASE_NAME] konstellation-io/kre ```