Skip to main content

Versions

The provider ships a curated catalog of SQL Server versions. Select one with spec.version on the Instance; if omitted, the default is used.

spec.versionSQL ServerImageDefault
20252025mcr.microsoft.com/mssql/server:2025-latest✅
20222022mcr.microsoft.com/mssql/server:2022-latest
20192019mcr.microsoft.com/mssql/server:2019-latest
spec:
providerRef:
name: mssql
version: "2022"
note

Native S3 backups (BACKUP ... TO URL) and Contained Availability Groups require SQL Server 2022 or later. If you need backup & restore, choose 2022 or 2025.

Editions​

Independently of the version, choose a SQL Server edition per instance under spec.components.engine.parameters.edition:

EditionLicensedNotes
Developer (default)Free (non-production)Full feature set; not for production use
ExpressFreeFeature-limited; standalone only (no Availability Groups)
StandardPaidSupports Always-On Availability Groups
EnterprisePaidFull feature set
EnterpriseCorePaidEnterprise, core-based licensing

Licensing and compliance are your responsibility. For the full mechanics of how editions are applied, see the operator's CR Reference.