Skip to content

Commit 1610693

Browse files
authored
Chore: bump KDP CLI install tag to v1.1.1 (#126)
Signed-off-by: harlee-x <hailin097@sina.com>
1 parent 6d46bba commit 1610693

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

cmd/const.go

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Licensed under the Apache License, Version 2.0 (the "License");
55
you may not use this file except in compliance with the License.
66
You 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
1010
Unless required by applicable law or agreed to in writing, software
1111
distributed under the License is distributed on an "AS IS" BASIS,
@@ -16,10 +16,10 @@ limitations under the License.
1616
package cmd
1717

1818
const (
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
)

0 commit comments

Comments
 (0)