diff --git a/helmfiles/helmfile.d/00-storage.yaml b/helmfiles/helmfile.d/00-storage.yaml
index 7761a6cddbb6a20db03404497d36542348bbe10b..f9ce001f0a3c66d7e2a3b3279d898f64084fd7f8 100644
--- a/helmfiles/helmfile.d/00-storage.yaml
+++ b/helmfiles/helmfile.d/00-storage.yaml
@@ -1,7 +1,7 @@
 environments:
   oas:
     values:
-      - "../../../../../../etc/OpenAppStack/values/local.yaml"
+      - "/etc/OpenAppStack/values/local.yaml"
 
 releases:
   - name: "oas-{{ .Environment.Values.releaseName }}-local-storage"
diff --git a/helmfiles/helmfile.d/05-cert-manager.yaml b/helmfiles/helmfile.d/05-cert-manager.yaml
index 7dd0555b8026d797d0dd23558d6f1d17e1a1db61..bee3cf9626f9fc449b68f5b7d4f7bc101c66ed57 100644
--- a/helmfiles/helmfile.d/05-cert-manager.yaml
+++ b/helmfiles/helmfile.d/05-cert-manager.yaml
@@ -1,7 +1,7 @@
 environments:
   oas:
     values:
-      - "../../../../../../etc/OpenAppStack/values/local.yaml"
+      - "/etc/OpenAppStack/values/local.yaml"
 
 repositories:
   - name: jetstack
diff --git a/helmfiles/helmfile.d/10-nginx.yaml b/helmfiles/helmfile.d/10-nginx.yaml
index c044531afe09a9e53607971a7902fcf2aec5438f..3e89ef640fc8f824cf48c092352c8480266f5d11 100644
--- a/helmfiles/helmfile.d/10-nginx.yaml
+++ b/helmfiles/helmfile.d/10-nginx.yaml
@@ -1,7 +1,7 @@
 environments:
   oas:
     values:
-      - "../../../../../../etc/OpenAppStack/values/local.yaml"
+      - "/etc/OpenAppStack/values/local.yaml"
 
 releases:
   - name: "oas-{{ .Environment.Values.releaseName }}-proxy"
diff --git a/helmfiles/helmfile.d/15-monitoring.yaml b/helmfiles/helmfile.d/15-monitoring.yaml
index 27065dadfc3eea6e5e49cfc6f20583e84cc73364..221d81d3bbdc7b0954bd9fa35230218e135277cc 100644
--- a/helmfiles/helmfile.d/15-monitoring.yaml
+++ b/helmfiles/helmfile.d/15-monitoring.yaml
@@ -1,7 +1,7 @@
 environments:
   oas:
     values:
-      - "../../../../../../etc/OpenAppStack/values/local.yaml"
+      - "/etc/OpenAppStack/values/local.yaml"
 
 releases:
   - name: "oas-{{ .Environment.Values.releaseName }}-prometheus"
diff --git a/helmfiles/helmfile.d/20-nextcloud.yaml b/helmfiles/helmfile.d/20-nextcloud.yaml
index c0018e2fcfe4577a3ee7ce0e122e891b9855ddf8..0b7438bc9f03edebddcd7f6cbee2d32fae09bf2d 100644
--- a/helmfiles/helmfile.d/20-nextcloud.yaml
+++ b/helmfiles/helmfile.d/20-nextcloud.yaml
@@ -1,7 +1,7 @@
 environments:
   oas:
     values:
-      - "../../../../../../etc/OpenAppStack/values/local.yaml"
+      - "/etc/OpenAppStack/values/local.yaml"
 
 # Note: needs helm-git plugin (https://github.com/aslafy-z/helm-git)
 repositories: