From d71133b654415d017fee9efb0978d313ab4b6e14 Mon Sep 17 00:00:00 2001 From: Giovanni Toraldo <71768+gionn@users.noreply.github.com> Date: Fri, 22 Nov 2024 09:16:37 +0100 Subject: [PATCH] Run adf-app container on high uid by default (#417) --- charts/alfresco-adf-app/Chart.yaml | 2 +- charts/alfresco-adf-app/README.md | 4 ++-- charts/alfresco-adf-app/values.yaml | 3 +-- 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/charts/alfresco-adf-app/Chart.yaml b/charts/alfresco-adf-app/Chart.yaml index 0359bfc2a..5d04202c7 100644 --- a/charts/alfresco-adf-app/Chart.yaml +++ b/charts/alfresco-adf-app/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: alfresco-adf-app description: A generic Alfresco Development Framework Helm chart for Kubernetes type: application -version: 0.2.0-alpha.0 +version: 0.2.0-alpha.1 dependencies: - name: alfresco-common version: 3.1.3 diff --git a/charts/alfresco-adf-app/README.md b/charts/alfresco-adf-app/README.md index 9b18bc403..659b94ae5 100644 --- a/charts/alfresco-adf-app/README.md +++ b/charts/alfresco-adf-app/README.md @@ -5,7 +5,7 @@ parent: Charts Reference # alfresco-adf-app -![Version: 0.2.0-alpha.0](https://img.shields.io/badge/Version-0.2.0--alpha.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) +![Version: 0.2.0-alpha.1](https://img.shields.io/badge/Version-0.2.0--alpha.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) A generic Alfresco Development Framework Helm chart for Kubernetes @@ -47,7 +47,7 @@ Checkout [alfresco-content-services chart's doc](https://github.com/Alfresco/acs | podAnnotations | object | `{}` | | | podLabels | object | `{}` | | | podSecurityContext.runAsNonRoot | bool | `true` | | -| podSecurityContext.runAsUser | int | `101` | Retrocompat with Activiti Common chart | +| podSecurityContext.runAsUser | int | `33000` | | | readinessProbe.failureThreshold | int | `3` | | | readinessProbe.httpGet.path | string | `"/"` | | | readinessProbe.httpGet.port | string | `"http"` | | diff --git a/charts/alfresco-adf-app/values.yaml b/charts/alfresco-adf-app/values.yaml index 86d0388f7..6d187d5c9 100644 --- a/charts/alfresco-adf-app/values.yaml +++ b/charts/alfresco-adf-app/values.yaml @@ -24,8 +24,7 @@ podAnnotations: {} podLabels: {} podSecurityContext: - # -- Retrocompat with Activiti Common chart - runAsUser: 101 + runAsUser: 33000 runAsNonRoot: true securityContext: {}