mirror of https://github.com/kubernetes/kops.git
Merge pull request #14417 from zetaab/bumpoccmm
bump Openstack ccm version
This commit is contained in:
commit
0759cfc241
|
|
@ -775,7 +775,7 @@ func (tf *TemplateFunctions) OpenStackCCMTag() string {
|
|||
} else if parsed.Minor == 24 {
|
||||
tag = "v1.24.5"
|
||||
} else if parsed.Minor == 25 {
|
||||
tag = "v1.25.2"
|
||||
tag = "v1.25.3"
|
||||
} else {
|
||||
// otherwise we use always .0 ccm image, if needed that can be overrided using clusterspec
|
||||
tag = fmt.Sprintf("v%d.%d.0", parsed.Major, parsed.Minor)
|
||||
|
|
@ -795,7 +795,7 @@ func (tf *TemplateFunctions) OpenStackCSITag() string {
|
|||
if parsed.Minor == 24 {
|
||||
tag = "v1.24.5"
|
||||
} else if parsed.Minor == 25 {
|
||||
tag = "v1.25.2"
|
||||
tag = "v1.25.3"
|
||||
} else {
|
||||
// otherwise we use always .0 csi image, if needed that can be overrided using cloud config spec
|
||||
tag = fmt.Sprintf("v%d.%d.0", parsed.Major, parsed.Minor)
|
||||
|
|
|
|||
Loading…
Reference in New Issue