We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0a1c56 commit adb5c6cCopy full SHA for adb5c6c
lib/interface/cli/commands/hybrid/init.cmd.js
@@ -943,7 +943,7 @@ const initCmd = new Command({
943
944
if (shouldUseHelm) {
945
console.log(colors.blue('\nTo complete helm installation run: '));
946
- console.log(' helm repo add cf-runtime https://h.cfcr.io/codefresh-inc/runtime');
+ console.log(' helm repo add cf-runtime https://chartmuseum.codefresh.io/cf-runtime');
947
console.log(` helm install cf-runtime cf-runtime/cf-runtime -f ${helmValuesFile} --create-namespace --namespace ${kubeNamespace}`);
948
console.log(colors.blue('\nIn order to test your runner helm based installation please execute:\n'));
949
console.log(` codefresh runner execute-test-pipeline --runtime-name ${installationPlan.getContext('runtimeName')}\n`);
0 commit comments