Documentation
¶
Overview ¶
Package versions contains the version of the CloudNativePG operator and the software that is used by it
Index ¶
Constants ¶
View Source
const ( // Version is the version of the operator Version = "1.28.1" // DefaultImageName is the default image used by the operator to create pods DefaultImageName = "ghcr.io/cloudnative-pg/postgresql:18.1-system-trixie" // DefaultOperatorImageName is the default operator image used by the controller in the pods running PostgreSQL DefaultOperatorImageName = "ghcr.io/cloudnative-pg/cloudnative-pg:1.28.1" // DefaultPgbouncerImage is the name of the pgbouncer image used by default DefaultPgbouncerImage = "ghcr.io/cloudnative-pg/pgbouncer:1.25.1" )
Variables ¶
View Source
var ( // Info contains the build info Info = BuildInfo{ Version: buildVersion, Commit: buildCommit, Date: buildDate, } )
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.