Skip to content

Commit

Permalink
Run adf-app container on high uid by default (#417)
Browse files Browse the repository at this point in the history
  • Loading branch information
gionn authored Nov 22, 2024
1 parent c222d51 commit d71133b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion charts/alfresco-adf-app/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions charts/alfresco-adf-app/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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"` | |
Expand Down
3 changes: 1 addition & 2 deletions charts/alfresco-adf-app/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@ podAnnotations: {}
podLabels: {}

podSecurityContext:
# -- Retrocompat with Activiti Common chart
runAsUser: 101
runAsUser: 33000
runAsNonRoot: true

securityContext: {}
Expand Down

0 comments on commit d71133b

Please sign in to comment.