Skip to content

Commit 2ce3372

Browse files
committed
Chore: bump KDP to v1.2.2
Signed-off-by: jason.jin <jason@linktime.cloud>
1 parent d19b65c commit 2ce3372

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cmd/const.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ package cmd
1717

1818
const (
1919
defaultKdpRepoUrl = "https://github.com/linktimecloud/kubernetes-data-platform.git"
20-
defaultKdpRepoRef = "v1.2.1"
20+
defaultKdpRepoRef = "v1.2.2"
2121
defaultArtifactServer = "https://registry.linktimecloud.com/repository/raw/vela"
2222
defaultHelmRepoisotry = "oci://registry-cr.linktimecloud.com/linktimecloud/"
2323
defaultDockerRegistry = "registry-cr.linktimecloud.com"

infra/kdp-core/template.cue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import (
55
)
66

77
_version: {
8-
kdp: "v1.2.1"
8+
kdp: "v1.2.2"
99
operator: "v1.1.1"
1010
catalogManager: "v1.0.0"
1111
ux: "v1.2.0"

0 commit comments

Comments
 (0)