diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md index 9da306bb..766dbcb5 100644 --- a/CODE_OF_CONDUCT.md +++ b/CODE_OF_CONDUCT.md @@ -36,7 +36,7 @@ This Code of Conduct applies within all community spaces, and also applies when ## Enforcement -Instances of abusive, harassing, or otherwise unacceptable behavior may be reported to the community leaders responsible for enforcement at [conduct@kubefirst.com](mailto:conduct@kubefirst.com). All complaints will be reviewed and investigated promptly and fairly. +Instances of abusive, harassing, or otherwise unacceptable behavior may be reported to the community leaders responsible for enforcement at [conduct@konstruct.io](mailto:conduct@konstruct.io). All complaints will be reviewed and investigated promptly and fairly. All community leaders are obligated to respect the privacy and security of the reporter of any incident. diff --git a/internal/launch/constants.go b/internal/launch/constants.go index ded8255a..a2ea1c73 100644 --- a/internal/launch/constants.go +++ b/internal/launch/constants.go @@ -10,7 +10,7 @@ const ( consoleURL = "https://console.kubefirst.dev" helmChartName = "kubefirst" helmChartRepoName = "kubefirst" - helmChartRepoURL = "https://charts.kubefirst.com" + helmChartRepoURL = "https://charts.konstruct.io" helmChartVersion = "2.5.3" namespace = "kubefirst" secretName = "kubefirst-initial-secrets"