Skip to content

Commit

Permalink
Merge pull request #4127 from MolisXYliu/master
Browse files Browse the repository at this point in the history
update karmada operator default karmada version
  • Loading branch information
karmada-bot authored Oct 13, 2023
2 parents f1f1a82 + b25d8c6 commit f56af66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion operator/pkg/constants/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const (
// EtcdDefaultVersion defines the default of the karmada etcd image tag
EtcdDefaultVersion = "3.5.9-0"
// KarmadaDefaultVersion defines the default of the karmada components image tag
KarmadaDefaultVersion = "v1.6.0"
KarmadaDefaultVersion = "v1.7.0"
// KubeDefaultVersion defines the default of the karmada apiserver and kubeControllerManager image tag
KubeDefaultVersion = "v1.25.4"
// KarmadaDefaultServiceSubnet defines the default of the subnet used by k8s services.
Expand Down

0 comments on commit f56af66

Please sign in to comment.