Skip to content

Commit

Permalink
Chore: bump KDP CLI install tag to v1.1.1 (#126)
Browse files Browse the repository at this point in the history
Signed-off-by: harlee-x <hailin097@sina.com>
  • Loading branch information
harlee-x authored Jun 7, 2024
1 parent 6d46bba commit 1610693
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions cmd/const.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
Expand All @@ -16,10 +16,10 @@ limitations under the License.
package cmd

const (
defaultKdpRepoUrl = "https://github.com/linktimecloud/kubernetes-data-platform.git"
defaultKdpRepoRef = "v1.1.0"
defaultArtifactServer = "https://registry.linktimecloud.com/repository/raw/vela"
defaultHelmRepoisotry = "oci://registry-cr.linktimecloud.com/linktimecloud/"
defaultDockerRegistry = "registry-cr.linktimecloud.com"
velaVersion = "1.9.9"
defaultKdpRepoUrl = "https://github.com/linktimecloud/kubernetes-data-platform.git"
defaultKdpRepoRef = "v1.1.1"
defaultArtifactServer = "https://registry.linktimecloud.com/repository/raw/vela"
defaultHelmRepoisotry = "oci://registry-cr.linktimecloud.com/linktimecloud/"
defaultDockerRegistry = "registry-cr.linktimecloud.com"
velaVersion = "1.9.9"
)

0 comments on commit 1610693

Please sign in to comment.