diff --git a/charts/incubator/haste-server/Chart.yaml b/charts/incubator/haste-server/Chart.yaml index 14b66a7e64b..bccb9a03cda 100644 --- a/charts/incubator/haste-server/Chart.yaml +++ b/charts/incubator/haste-server/Chart.yaml @@ -21,4 +21,4 @@ name: haste-server sources: - https://github.com/seejohnrun/haste-server - https://github.com/k8s-at-home/container-images -version: 1.1.7 +version: 1.1.8 diff --git a/charts/incubator/haste-server/SCALE/questions.yaml b/charts/incubator/haste-server/SCALE/questions.yaml index 35c1dc90617..23c1fbc45cc 100644 --- a/charts/incubator/haste-server/SCALE/questions.yaml +++ b/charts/incubator/haste-server/SCALE/questions.yaml @@ -500,6 +500,17 @@ questions: schema: type: dict attrs: + - variable: runAsNonRoot + label: "runAsNonRoot" + schema: + type: boolean + default: true + - variable: runAsUser + label: "runAsUser" + description: "The UserID of the user running the application" + schema: + type: int + default: 568 - variable: runAsGroup label: "runAsGroup" description: The groupID this App of the user running the application" diff --git a/charts/incubator/haste-server/values.yaml b/charts/incubator/haste-server/values.yaml index 942cc592bd5..2a475ddaa2a 100644 --- a/charts/incubator/haste-server/values.yaml +++ b/charts/incubator/haste-server/values.yaml @@ -16,6 +16,11 @@ image: strategy: type: Recreate +podSecurityContext: + runAsNonRoot: true + runAsUser: 568 + runAsGroup: 568 + # -- environment variables. See [image docs](https://github.com/seejohnrun/haste-server) for more details. # @default -- See below env: diff --git a/charts/incubator/mealie/Chart.yaml b/charts/incubator/mealie/Chart.yaml index 3a9dc15d0f0..4c7a1b0bd34 100644 --- a/charts/incubator/mealie/Chart.yaml +++ b/charts/incubator/mealie/Chart.yaml @@ -19,4 +19,4 @@ maintainers: name: mealie sources: - https://github.com/hay-kot/mealie -version: 1.1.8 +version: 1.1.9 diff --git a/charts/incubator/mealie/SCALE/questions.yaml b/charts/incubator/mealie/SCALE/questions.yaml index 959879453d6..70476f73974 100644 --- a/charts/incubator/mealie/SCALE/questions.yaml +++ b/charts/incubator/mealie/SCALE/questions.yaml @@ -489,28 +489,6 @@ questions: type: boolean default: false - - variable: podSecurityContext - group: "Security and Permissions" - label: "Pod Security Context" - schema: - type: dict - attrs: - - variable: runAsGroup - label: "runAsGroup" - description: The groupID this App of the user running the application" - schema: - type: int - default: 568 - - variable: fsGroupChangePolicy - label: "When should we take ownership?" - schema: - type: string - default: "OnRootMismatch" - enum: - - value: "OnRootMismatch" - description: "OnRootMismatch" - - value: "Always" - description: "Always" - variable: resources group: "Resources and Devices" label: "" diff --git a/charts/incubator/prowlarr/Chart.yaml b/charts/incubator/prowlarr/Chart.yaml index 22295ec705a..aa0668708d2 100644 --- a/charts/incubator/prowlarr/Chart.yaml +++ b/charts/incubator/prowlarr/Chart.yaml @@ -21,4 +21,4 @@ name: prowlarr sources: - https://github.com/Prowlarr/Prowlarr - https://github.com/k8s-at-home/container-images -version: 1.1.10 +version: 1.1.11 diff --git a/charts/incubator/prowlarr/SCALE/questions.yaml b/charts/incubator/prowlarr/SCALE/questions.yaml index 54c0f382908..ca04b497f11 100644 --- a/charts/incubator/prowlarr/SCALE/questions.yaml +++ b/charts/incubator/prowlarr/SCALE/questions.yaml @@ -502,6 +502,17 @@ questions: schema: type: dict attrs: + - variable: runAsNonRoot + label: "runAsNonRoot" + schema: + type: boolean + default: true + - variable: runAsUser + label: "runAsUser" + description: "The UserID of the user running the application" + schema: + type: int + default: 568 - variable: runAsGroup label: "runAsGroup" description: The groupID this App of the user running the application" diff --git a/charts/incubator/prowlarr/values.yaml b/charts/incubator/prowlarr/values.yaml index 2458c966270..d4862bcc58a 100644 --- a/charts/incubator/prowlarr/values.yaml +++ b/charts/incubator/prowlarr/values.yaml @@ -13,6 +13,11 @@ image: # -- image pull policy pullPolicy: IfNotPresent +podSecurityContext: + runAsNonRoot: true + runAsUser: 568 + runAsGroup: 568 + # -- environment variables. # @default -- See below env: diff --git a/charts/incubator/reg/Chart.yaml b/charts/incubator/reg/Chart.yaml index f27f4bf1d39..cfc307d2699 100644 --- a/charts/incubator/reg/Chart.yaml +++ b/charts/incubator/reg/Chart.yaml @@ -19,4 +19,4 @@ name: reg sources: - https://github.com/genuinetools/reg - https://github.com/k8s-at-home/container-images/ -version: 1.1.7 +version: 1.1.8 diff --git a/charts/incubator/reg/SCALE/questions.yaml b/charts/incubator/reg/SCALE/questions.yaml index bed23f4bdae..ec1481b024d 100644 --- a/charts/incubator/reg/SCALE/questions.yaml +++ b/charts/incubator/reg/SCALE/questions.yaml @@ -490,6 +490,17 @@ questions: schema: type: dict attrs: + - variable: runAsNonRoot + label: "runAsNonRoot" + schema: + type: boolean + default: true + - variable: runAsUser + label: "runAsUser" + description: "The UserID of the user running the application" + schema: + type: int + default: 568 - variable: runAsGroup label: "runAsGroup" description: The groupID this App of the user running the application" diff --git a/charts/incubator/reg/values.yaml b/charts/incubator/reg/values.yaml index c8102013d79..93668d4a17f 100644 --- a/charts/incubator/reg/values.yaml +++ b/charts/incubator/reg/values.yaml @@ -13,6 +13,11 @@ image: # -- image tag tag: v0.16.1 +podSecurityContext: + runAsNonRoot: true + runAsUser: 568 + runAsGroup: 568 + # -- environment variables. See more environment variables in the [reg documentation](https://github.com/genuinetools/reg). env: # -- Set the container timezone diff --git a/charts/incubator/thelounge/Chart.yaml b/charts/incubator/thelounge/Chart.yaml index dc751fca98d..fa423097726 100644 --- a/charts/incubator/thelounge/Chart.yaml +++ b/charts/incubator/thelounge/Chart.yaml @@ -21,4 +21,4 @@ maintainers: name: thelounge sources: - https://github.com/thelounge/thelounge -version: 1.1.7 +version: 1.1.8 diff --git a/charts/incubator/thelounge/SCALE/questions.yaml b/charts/incubator/thelounge/SCALE/questions.yaml index d8c57916eb7..280152498c4 100644 --- a/charts/incubator/thelounge/SCALE/questions.yaml +++ b/charts/incubator/thelounge/SCALE/questions.yaml @@ -489,28 +489,6 @@ questions: type: boolean default: false - - variable: podSecurityContext - group: "Security and Permissions" - label: "Pod Security Context" - schema: - type: dict - attrs: - - variable: runAsGroup - label: "runAsGroup" - description: The groupID this App of the user running the application" - schema: - type: int - default: 568 - - variable: fsGroupChangePolicy - label: "When should we take ownership?" - schema: - type: string - default: "OnRootMismatch" - enum: - - value: "OnRootMismatch" - description: "OnRootMismatch" - - value: "Always" - description: "Always" - variable: resources group: "Resources and Devices" label: ""