From b2d6eeeab38f0ab582e15c01b88b3ba2d9c7ded7 Mon Sep 17 00:00:00 2001 From: Jean-Michel Crepel Date: Mon, 20 Apr 2026 12:03:25 +0200 Subject: [PATCH 1/6] upgrade uid user run apps --- mviewer/values.yaml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/mviewer/values.yaml b/mviewer/values.yaml index 9959273..e635d4b 100644 --- a/mviewer/values.yaml +++ b/mviewer/values.yaml @@ -12,11 +12,11 @@ mviewer: resources: {} podSecurityContext: runAsNonRoot: true - runAsUser: 999 - runAsGroup: 999 - fsGroup: 999 + runAsUser: 1000 + runAsGroup: 1000 + fsGroup: 1000 securityContext: - runAsUser: 999 + runAsUser: 1000 nodeSelector: {} tolerations: [] affinity: {} @@ -125,11 +125,11 @@ mviewerstudio: resources: {} podSecurityContext: runAsNonRoot: true - runAsUser: 999 - runAsGroup: 999 - fsGroup: 999 + runAsUser: 1000 + runAsGroup: 1000 + fsGroup: 1000 securityContext: - runAsUser: 999 + runAsUser: 1000 nodeSelector: {} tolerations: [] affinity: {} From 40c4501ca5b1c44473073213a7cda792ecce7836 Mon Sep 17 00:00:00 2001 From: Jean-Michel Crepel Date: Mon, 20 Apr 2026 12:11:21 +0200 Subject: [PATCH 2/6] include tag version --- mviewer/values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mviewer/values.yaml b/mviewer/values.yaml index e635d4b..bd087e6 100644 --- a/mviewer/values.yaml +++ b/mviewer/values.yaml @@ -8,7 +8,7 @@ mviewer: image: repository: mviewer/mviewer pullPolicy: IfNotPresent - tag: v3.13 + tag: v4.1 resources: {} podSecurityContext: runAsNonRoot: true @@ -121,7 +121,7 @@ mviewerstudio: image: repository: mviewer/mviewerstudio pullPolicy: IfNotPresent - tag: stable + tag: v4.3 resources: {} podSecurityContext: runAsNonRoot: true From a2e7a1a8fece0b36a5c6ccdcab31610c79e7812e Mon Sep 17 00:00:00 2001 From: Emilien Devos <121870973+edevosc2c@users.noreply.github.com> Date: Mon, 20 Apr 2026 15:49:06 +0200 Subject: [PATCH 3/6] docs: update changelog Updated changelog for version 1.1.0 with new features and user ID change instructions. --- mviewer/CHANGELOG.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/mviewer/CHANGELOG.md b/mviewer/CHANGELOG.md index 7517f9c..1b0791a 100644 --- a/mviewer/CHANGELOG.md +++ b/mviewer/CHANGELOG.md @@ -1,3 +1,10 @@ +# 1.1.0 +- Update to mviewer v4.1 & mviewerstudio v4.3 +- Switch user id from 999 to 1000. **Make sure to change the permission of your existing volume**: +``` +chown 1000:1000 * -R +``` + # 1.0.1 Bug fix for https://github.com/mviewer/mviewerstudio/issues/327 @@ -18,4 +25,4 @@ Update ingress so that / is default to mviewer # 0.7.0 -Initial version of the helm chart \ No newline at end of file +Initial version of the helm chart From 0a539b45fd4cd3bdccdfac5252d53ceab22c360a Mon Sep 17 00:00:00 2001 From: Jean-Michel Crepel Date: Mon, 20 Apr 2026 15:50:59 +0200 Subject: [PATCH 4/6] change mont for pvc --- mviewer/templates/mviewerstudio-deployment.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mviewer/templates/mviewerstudio-deployment.yaml b/mviewer/templates/mviewerstudio-deployment.yaml index c3f24f4..5d455a2 100644 --- a/mviewer/templates/mviewerstudio-deployment.yaml +++ b/mviewer/templates/mviewerstudio-deployment.yaml @@ -75,9 +75,9 @@ spec: {{- end }} volumeMounts: - name: mviewer-conf - mountPath: /home/apprunner/apps + mountPath: /home/mvuser/apps - name: mviewerstudio-static-apps - mountPath: /home/apprunner/mviewerstudio_backend/static/apps + mountPath: /home/mvuser/mviewerstudio_backend/static/apps {{- if $webapp.extraVolumeMounts }} {{- $webapp.extraVolumeMounts | toYaml | nindent 8 }} {{- end }} From 7d1e2f06ba3ddc1f5df42b99cacafbd44b3387f5 Mon Sep 17 00:00:00 2001 From: Emilien Devos <121870973+edevosc2c@users.noreply.github.com> Date: Mon, 20 Apr 2026 15:50:45 +0200 Subject: [PATCH 5/6] Update helm plugin install command to disable verification Change helm plugin installation to skip verification. --- .github/workflows/helm-lint-and-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/helm-lint-and-test.yml b/.github/workflows/helm-lint-and-test.yml index 2e7eac2..4542513 100644 --- a/.github/workflows/helm-lint-and-test.yml +++ b/.github/workflows/helm-lint-and-test.yml @@ -52,7 +52,7 @@ jobs: run: | # sometimes it fail to download the binary for i in {1..5}; do - helm plugin install https://github.com/jtyr/kubeconform-helm && break + helm plugin install --verify=false https://github.com/jtyr/kubeconform-helm && break echo "Retry $i failed... trying again in 5 seconds" sleep 5 done From 9eda803507dff9b2712a351d919bcee776b12f6a Mon Sep 17 00:00:00 2001 From: Jean-Michel Crepel Date: Mon, 27 Apr 2026 10:16:03 +0200 Subject: [PATCH 6/6] bump new version helm chart --- mviewer/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mviewer/Chart.yaml b/mviewer/Chart.yaml index e9c0f8a..ca42d51 100644 --- a/mviewer/Chart.yaml +++ b/mviewer/Chart.yaml @@ -15,7 +15,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 1.0.1 +version: 1.1.0 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to