Merge pull request #14417 from zetaab/bumpoccmm

bump Openstack ccm version
This commit is contained in:
Kubernetes Prow Robot 2022-10-16 11:53:06 -07:00 committed by GitHub
commit 0759cfc241
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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)