versions

package
v1.23.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 30, 2024 License: Apache-2.0 Imports: 0 Imported by: 0

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.23.1"

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

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

Variables

View Source
var (

	// Info contains the build info
	Info = BuildInfo{
		Version: buildVersion,
		Commit:  buildCommit,
		Date:    buildDate,
	}
)

Functions

This section is empty.

Types

type BuildInfo

type BuildInfo struct {
	Version, Commit, Date string
}

BuildInfo is a struct containing all the info about the build

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL