Skip to content

Commit 109bfae

Browse files
use quay.io as default registery (#635)
1 parent 02563a9 commit 109bfae

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,8 +148,9 @@ const initCmd = new Command({
148148
describe: 'Set a name of your custom storage class',
149149
})
150150
.option('docker-registry', {
151-
describe: 'The prefix for the container registry that will be used for pulling the required components images. Example: --docker-registry="docker.io"',
151+
describe: 'The prefix for the container registry that will be used for pulling the required components images. Example: --docker-registry="docker.io" default is quay.io',
152152
type: 'string',
153+
default: 'quay.io',
153154
})
154155
.option('kube-config-path', {
155156
describe: 'Path to kubeconfig file (default is $HOME/.kube/config)',

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "codefresh",
3-
"version": "0.75.5",
3+
"version": "0.75.6",
44
"description": "Codefresh command line utility",
55
"main": "index.js",
66
"preferGlobal": true,

0 commit comments

Comments
 (0)