From 1c6adf4bf1f3188a44b7c4d887549acc2689fc7f Mon Sep 17 00:00:00 2001 From: jonny Date: Sun, 27 Jun 2021 16:08:51 +0000 Subject: [PATCH] 'update files with ansible' --- Dockerfile | 2 +- chart/sonarr/Chart.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 394cd8c..e362c8a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -29,4 +29,4 @@ EXPOSE 8989 USER sonarr -CMD [ "/usr/bin/mono", "--debug", "/Sonarr/Sonarr.exe", "--nobrowser", "--data=/config" ] +CMD [ "exec", "env", "MONO_TLS_PROVIDER=legacy", "/usr/bin/mono", "--debug", "/Sonarr/Sonarr.exe", "--nobrowser", "--data=/config" ] diff --git a/chart/sonarr/Chart.yaml b/chart/sonarr/Chart.yaml index edcdee4..6681498 100644 --- a/chart/sonarr/Chart.yaml +++ b/chart/sonarr/Chart.yaml @@ -14,7 +14,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. -version: 0.1.8 +version: 0.1.9 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application.