fix(open-xchange): Update OpenXchange Appsuite Bootstrap to v2.1.0

This commit is contained in:
Dominik Kaminski
2024-09-22 14:31:22 +02:00
committed by Thorsten Roßner
parent 6325b69a91
commit fb8f7cd28a
2 changed files with 11 additions and 1 deletions

View File

@@ -9,11 +9,21 @@ cleanup:
deletePodsOnSuccessTimeout: {{ .Values.debug.cleanup.deletePodsOnSuccessTimeout }}
containerSecurityContext:
allowPrivilegeEscalation: false
capabilities:
drop:
- "ALL"
enabled: true
runAsUser: 1000
runAsGroup: 1000
seccompProfile:
type: "RuntimeDefault"
readOnlyRootFilesystem: true
runAsNonRoot: true
seLinuxOptions:
{{ .Values.seLinuxOptions.openxchangeBootstrap | toYaml | nindent 4 }}
image:
registry: {{ coalesce .Values.repositories.image.dockerHub .Values.global.imageRegistry .Values.images.openxchangeBootstrap.registry | quote }}
url: {{ .Values.images.openxchangeBootstrap.repository | quote }}

View File

@@ -268,7 +268,7 @@ charts:
registry: "registry.opencode.de"
repository: "bmi/opendesk/components/platform-development/charts/opendesk-open-xchange-bootstrap"
name: "opendesk-open-xchange-bootstrap"
version: "2.0.0"
version: "2.1.0"
verify: true
otterize:
# providerCategory: "Platform"