diff --git a/charts/stable/profilarr/Chart.yaml b/charts/stable/profilarr/Chart.yaml index ec61148f8b3..3ff852fde44 100644 --- a/charts/stable/profilarr/Chart.yaml +++ b/charts/stable/profilarr/Chart.yaml @@ -9,7 +9,7 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable apiVersion: v2 -appVersion: 1.0.1 +appVersion: 1.1.3 dependencies: - name: common version: 28.16.4 @@ -36,5 +36,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/profilarr - https://hub.docker.com/r/santiagosayshey/profilarr type: application -version: 2.3.3 - +version: 2.4.0 diff --git a/charts/stable/profilarr/values.yaml b/charts/stable/profilarr/values.yaml index 749c7cb141c..a0e7274c204 100644 --- a/charts/stable/profilarr/values.yaml +++ b/charts/stable/profilarr/values.yaml @@ -1,7 +1,7 @@ image: repository: docker.io/santiagosayshey/profilarr pullPolicy: IfNotPresent - tag: v1.0.1@sha256:16ea5790e612889e02e297094ae0b0d605c5770511a7564d6a43e663cafebf26 + tag: v1.1.3@sha256:c8ad91a8e5d60b3816321b3a1f68332b29a23f910f6bd2c2d7b4a83f881f032f service: main: ports: @@ -13,3 +13,9 @@ persistence: config: enabled: true mountPath: "/config" +securityContext: + container: + runAsNonRoot: false + readOnlyRootFilesystem: false + runAsUser: 0 + runAsGroup: 0