diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f7b99b9..790d4ad 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,5 +1,5 @@ variables: - HELM_CHART_VERSION: "0.8.1" + HELM_CHART_VERSION: "0.8.2" stages: - deploy diff --git a/Chart/Chart.yaml b/Chart/Chart.yaml index 0af0c4d..c9f92f0 100644 --- a/Chart/Chart.yaml +++ b/Chart/Chart.yaml @@ -2,5 +2,5 @@ apiVersion: v2 name: cloudypress description: Helm chart to deploy Wordpress backed by PHP-CLI and Nginx Unit type: application -version: "0.8.1" +version: "0.8.2" appVersion: "6.2.0" diff --git a/Chart/templates/deployment.yaml b/Chart/templates/deployment.yaml index f4812e9..2135c8d 100644 --- a/Chart/templates/deployment.yaml +++ b/Chart/templates/deployment.yaml @@ -22,7 +22,7 @@ spec: cloudyne.systems/site: {{ .Values.site.url }} spec: securityContext: - fsGroup: 65534 + fsGroup: 101 volumes: - name: cloud persistentVolumeClaim: