diff --git a/profisee-platform-0.1.33.tgz b/profisee-platform-0.1.33.tgz index 48a0673..8f321d9 100644 Binary files a/profisee-platform-0.1.33.tgz and b/profisee-platform-0.1.33.tgz differ diff --git a/profisee-platform/templates/sqlmaintenance.yaml b/profisee-platform/templates/sqlmaintenance.yaml index 60977d1..5bc34d0 100644 --- a/profisee-platform/templates/sqlmaintenance.yaml +++ b/profisee-platform/templates/sqlmaintenance.yaml @@ -44,8 +44,8 @@ spec: - $SqlCmd = New-Object System.Data.SqlClient.SqlCommand; - $SqlCmd.CommandText = $sqlText; - $SqlCmd.Connection = $SqlConnection; - - $SqlCmd.ExecuteNonQuery(); - $SqlCmd.CommandTimeout=0; + - $SqlCmd.ExecuteNonQuery(); - $SqlConnection.Close(); restartPolicy: Never imagePullSecrets: