File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
lib/interface/cli/commands/hybrid Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -943,7 +943,7 @@ const initCmd = new Command({
943
943
944
944
if ( shouldUseHelm ) {
945
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' ) ;
946
+ console . log ( ' helm repo add cf-runtime https://chartmuseum.codefresh .io/cf- runtime' ) ;
947
947
console . log ( ` helm install cf-runtime cf-runtime/cf-runtime -f ${ helmValuesFile } --create-namespace --namespace ${ kubeNamespace } ` ) ;
948
948
console . log ( colors . blue ( '\nIn order to test your runner helm based installation please execute:\n' ) ) ;
949
949
console . log ( ` codefresh runner execute-test-pipeline --runtime-name ${ installationPlan . getContext ( 'runtimeName' ) } \n` ) ;
You can’t perform that action at this time.
0 commit comments