File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ Licensed under the Apache License, Version 2.0 (the "License");
55you may not use this file except in compliance with the License.
66You may obtain a copy of the License at
77
8- http://www.apache.org/licenses/LICENSE-2.0
8+ http://www.apache.org/licenses/LICENSE-2.0
99
1010Unless required by applicable law or agreed to in writing, software
1111distributed under the License is distributed on an "AS IS" BASIS,
@@ -16,10 +16,10 @@ limitations under the License.
1616package cmd
1717
1818const (
19- defaultKdpRepoUrl = "https://github.com/linktimecloud/kubernetes-data-platform.git"
20- defaultKdpRepoRef = "v1.1.0 "
21- defaultArtifactServer = "https://registry.linktimecloud.com/repository/raw/vela"
22- defaultHelmRepoisotry = "oci://registry-cr.linktimecloud.com/linktimecloud/"
23- defaultDockerRegistry = "registry-cr.linktimecloud.com"
24- velaVersion = "1.9.9"
19+ defaultKdpRepoUrl = "https://github.com/linktimecloud/kubernetes-data-platform.git"
20+ defaultKdpRepoRef = "v1.1.1 "
21+ defaultArtifactServer = "https://registry.linktimecloud.com/repository/raw/vela"
22+ defaultHelmRepoisotry = "oci://registry-cr.linktimecloud.com/linktimecloud/"
23+ defaultDockerRegistry = "registry-cr.linktimecloud.com"
24+ velaVersion = "1.9.9"
2525)
You can’t perform that action at this time.
0 commit comments