From b17c20946d8eb8693242e205600f4f40f2287bcd Mon Sep 17 00:00:00 2001 From: StevenMcElligott <89483932+StevenMcElligott@users.noreply.github.com> Date: Fri, 25 Feb 2022 15:20:29 -0500 Subject: [PATCH] Added proper mount folders for Omada (#1968) * Added missing folder to Omada Omada-controller needs a /work folder or else it's configurations don't persist after starting/stopping the container * Update questions.yaml * Update questions.yaml * Update charts/incubator/omada-controller/questions.yaml * Added proper mountpaths for Omada folders * Update Chart.yaml Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com> --- charts/incubator/omada-controller/Chart.yaml | 2 +- charts/incubator/omada-controller/values.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/incubator/omada-controller/Chart.yaml b/charts/incubator/omada-controller/Chart.yaml index 65772c4dbe1..fe9059c4a8b 100644 --- a/charts/incubator/omada-controller/Chart.yaml +++ b/charts/incubator/omada-controller/Chart.yaml @@ -18,7 +18,7 @@ name: omada-controller sources: - https://github.com/mbentley/docker-omada-controller - https://github.com/truecharts/apps/tree/master/charts/omada-controller -version: 4.0.68 +version: 4.0.69 annotations: truecharts.org/catagories: | - media diff --git a/charts/incubator/omada-controller/values.yaml b/charts/incubator/omada-controller/values.yaml index d761bfbf683..d61f206ed33 100644 --- a/charts/incubator/omada-controller/values.yaml +++ b/charts/incubator/omada-controller/values.yaml @@ -60,7 +60,7 @@ service: persistence: data: enabled: true - mountPath: "/data" + mountPath: "/opt/tplink/EAPController/data" work: enabled: true - mountPath: "/work" + mountPath: "/opt/tplink/EAPController/work"