Skip to content

Commit adb5c6c

Browse files
authored
update helm repo url (#768)
new url is now https://chartmuseum.codefresh.io/cf-runtime
1 parent a0a1c56 commit adb5c6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/interface/cli/commands/hybrid/init.cmd.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -943,7 +943,7 @@ const initCmd = new Command({
943943

944944
if (shouldUseHelm) {
945945
console.log(colors.blue('\nTo complete helm installation run: '));
946-
console.log(' helm repo add cf-runtime https://h.cfcr.io/codefresh-inc/runtime');
946+
console.log(' helm repo add cf-runtime https://chartmuseum.codefresh.io/cf-runtime');
947947
console.log(` helm install cf-runtime cf-runtime/cf-runtime -f ${helmValuesFile} --create-namespace --namespace ${kubeNamespace}`);
948948
console.log(colors.blue('\nIn order to test your runner helm based installation please execute:\n'));
949949
console.log(` codefresh runner execute-test-pipeline --runtime-name ${installationPlan.getContext('runtimeName')}\n`);

0 commit comments

Comments
 (0)