diff --git a/charts/alfresco-adf-app/Chart.yaml b/charts/alfresco-adf-app/Chart.yaml index 0359bfc2..5d04202c 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 9b18bc40..659b94ae 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 86d0388f..6d187d5c 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: {}