From 457dee6ab2de35ba1adc5b9d0d5c9f280f38b726 Mon Sep 17 00:00:00 2001 From: Jonathan Ervine Date: Thu, 30 Jul 2020 09:51:17 +0800 Subject: [PATCH] Fixed radarr chart --- radarr/Chart.yaml | 2 +- radarr/templates/{deployment.yaml => statefulset.yaml} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename radarr/templates/{deployment.yaml => statefulset.yaml} (98%) diff --git a/radarr/Chart.yaml b/radarr/Chart.yaml index ac6271e..879ca60 100644 --- a/radarr/Chart.yaml +++ b/radarr/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.0 +version: 0.1.1 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. diff --git a/radarr/templates/deployment.yaml b/radarr/templates/statefulset.yaml similarity index 98% rename from radarr/templates/deployment.yaml rename to radarr/templates/statefulset.yaml index ac77a78..e322a15 100644 --- a/radarr/templates/deployment.yaml +++ b/radarr/templates/statefulset.yaml @@ -23,7 +23,7 @@ spec: securityContext: {{- toYaml .Values.podSecurityContext | nindent 8 }} containers: - - name: {{ .Chart.Name }}-sidecar + - name: {{ .Chart.Name }}-sidecar image: harbor.ervine.dev/public/x86_64/alpine/sonarr-sidecar:v3.12.0 securityContext: privileged: true