diff --git a/stable/mssql-linux/Chart.yaml b/stable/mssql-linux/Chart.yaml index 252f2dda0e..eb32f4ca08 100644 --- a/stable/mssql-linux/Chart.yaml +++ b/stable/mssql-linux/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v1 description: SQL Server 2017 Linux Helm Chart name: mssql-linux -version: 0.10.1 +version: 0.10.2 appVersion: 14.0.3023.8 home: https://hub.docker.com/r/microsoft/mssql-server-linux/ icon: https://img-prod-cms-rt-microsoft-com.akamaized.net/cms/api/am/imageFileData/RE1I4Dx diff --git a/stable/mssql-linux/README.md b/stable/mssql-linux/README.md index b61b15f9b3..b54606a24d 100755 --- a/stable/mssql-linux/README.md +++ b/stable/mssql-linux/README.md @@ -114,7 +114,7 @@ The configuration parameters in this section control the resources requested and | hadr | Enable Availability Group | `0` | | agent.enabled | Enable Agent | `false` | | schedulerName | Name of the k8s scheduler (other than default) | `nil` | -| persistence.enabled | Persist the Data and Log files for SQL Server | `false` | +| persistence.enabled | Persist the Data and Log files for SQL Server | `true` | | persistence.existingDataClaim | Identify an existing Claim to be used for the Data Directory | `Commented Out` | | persistence.existingTransactionLogClaim | Identify an existing Claim to be used for the Log Directory | `Commented Out` | | persistence.existingBackupClaim | Identify an existing Claim to be used for the SQL Database Backups | `Commented Out` |