Skip to content
This repository has been archived by the owner on Jan 21, 2025. It is now read-only.

Commit

Permalink
chore: change domain
Browse files Browse the repository at this point in the history
  • Loading branch information
ialejandro committed Oct 23, 2024
1 parent f6b2a55 commit 2dbb07d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}"

Expand Down
2 changes: 1 addition & 1 deletion helm/kre/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down

0 comments on commit 2dbb07d

Please # to comment.