Skip to content

Commit

Permalink
fix: recyclarr disable read-only fs
Browse files Browse the repository at this point in the history
  • Loading branch information
M0NsTeRRR committed Jun 25, 2024
1 parent 109cdd4 commit bdcba97
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/recyclarr/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kubeVersion: ">=1.23.0-0"
name: recyclarr
description: recyclarr helm chart for Kubernetes
type: application
version: 0.1.0
version: 0.1.1
# image: ghcr.io/recyclarr/recyclarr
appVersion: "6.0.2"
maintainers:
Expand Down
4 changes: 2 additions & 2 deletions charts/recyclarr/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# recyclarr

![Version: 0.1.0](https://img.shields.io/badge/Version-0.1.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 6.0.2](https://img.shields.io/badge/AppVersion-6.0.2-informational?style=flat-square)
![Version: 0.1.1](https://img.shields.io/badge/Version-0.1.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 6.0.2](https://img.shields.io/badge/AppVersion-6.0.2-informational?style=flat-square)

recyclarr helm chart for Kubernetes

Expand Down Expand Up @@ -57,7 +57,7 @@ helm repo add adminafk https://helm-charts.adminafk.fr
| securityContext.allowPrivilegeEscalation | bool | `false` | |
| securityContext.capabilities.drop[0] | string | `"ALL"` | |
| securityContext.privileged | bool | `false` | |
| securityContext.readOnlyRootFilesystem | bool | `true` | |
| securityContext.readOnlyRootFilesystem | bool | `false` | |
| securityContext.runAsGroup | int | `65534` | |
| securityContext.runAsNonRoot | bool | `true` | |
| securityContext.runAsUser | int | `65534` | |
Expand Down
2 changes: 1 addition & 1 deletion charts/recyclarr/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ securityContext:
capabilities:
drop:
- ALL
readOnlyRootFilesystem: true
readOnlyRootFilesystem: false
runAsNonRoot: true
privileged: false
runAsUser: 65534
Expand Down

0 comments on commit bdcba97

Please sign in to comment.