From e56ded0eacbf396408069842e211faa45cc07ff4 Mon Sep 17 00:00:00 2001 From: Jared Edwards Date: Thu, 29 Aug 2024 00:41:31 -0600 Subject: [PATCH] fix bad chart ref from kubefirst and emails (#2274) --- CODE_OF_CONDUCT.md | 2 +- internal/launch/constants.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md index 9da306bb9..766dbcb57 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 ded8255aa..a2ea1c73b 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"