Skip to content

Commit

Permalink
bump version to 4.13.26 (#8645)
Browse files Browse the repository at this point in the history
Signed-off-by: Vivek Shankar <[email protected]>
  • Loading branch information
vivekshankar1 authored Nov 6, 2024
1 parent c1b6585 commit e0effc1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.13.25
4.13.26
Original file line number Diff line number Diff line change
Expand Up @@ -456,6 +456,7 @@ func (c *certRotateFlow) patchPGOSRootCAOnFrontend(infra *AutomateHAInfraDetails
}
patchConfig = patchConfig + "\n" + fmt.Sprintf(OPENSEARCH_FRONTEND_CONFIG, string(opensearchRootCA), nodeDn.CommonName)
}

if len(certToml.PostgreSQL.RootCA) != 0 {
postgreSQLRootCA, err := c.getCertFromFile(certToml.PostgreSQL.RootCA, infra)
if err != nil {
Expand Down

0 comments on commit e0effc1

Please sign in to comment.