Fixed fsGroup and user ID for Unit

This commit is contained in:
2023-04-15 20:03:29 +00:00
parent 269d9f5550
commit 54fdb529f8
3 changed files with 3 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
variables: variables:
HELM_CHART_VERSION: "0.8.1" HELM_CHART_VERSION: "0.8.2"
stages: stages:
- deploy - deploy

View File

@@ -2,5 +2,5 @@ apiVersion: v2
name: cloudypress name: cloudypress
description: Helm chart to deploy Wordpress backed by PHP-CLI and Nginx Unit description: Helm chart to deploy Wordpress backed by PHP-CLI and Nginx Unit
type: application type: application
version: "0.8.1" version: "0.8.2"
appVersion: "6.2.0" appVersion: "6.2.0"

View File

@@ -22,7 +22,7 @@ spec:
cloudyne.systems/site: {{ .Values.site.url }} cloudyne.systems/site: {{ .Values.site.url }}
spec: spec:
securityContext: securityContext:
fsGroup: 65534 fsGroup: 101
volumes: volumes:
- name: cloud - name: cloud
persistentVolumeClaim: persistentVolumeClaim: