Skip to content

Commit

Permalink
Version tag to 1.25.0-rc1
Browse files Browse the repository at this point in the history
Signed-off-by: Niccolò Fei <[email protected]>
  • Loading branch information
NiccoloFei committed Sep 19, 2024
1 parent 0b300f4 commit 2c50087
Show file tree
Hide file tree
Showing 2 changed files with 17,085 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkg/versions/versions.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ package versions

const (
// Version is the version of the operator
Version = "1.24.0"
Version = "1.25.0-rc1"

// DefaultImageName is the default image used by the operator to create pods
DefaultImageName = "ghcr.io/cloudnative-pg/postgresql:16.4"

// DefaultOperatorImageName is the default operator image used by the controller in the pods running PostgreSQL
DefaultOperatorImageName = "ghcr.io/cloudnative-pg/cloudnative-pg:1.24.0"
DefaultOperatorImageName = "ghcr.io/cloudnative-pg/cloudnative-pg:1.25.0-rc1"
)

// BuildInfo is a struct containing all the info about the build
Expand All @@ -36,7 +36,7 @@ type BuildInfo struct {

var (
// buildVersion injected during the build
buildVersion = "1.24.0"
buildVersion = "1.25.0-rc1"

// buildCommit injected during the build
buildCommit = "none"
Expand Down
Loading

0 comments on commit 2c50087

Please sign in to comment.