From 915c94887df5a73454097e340ccbb6a78a2df807 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?B=E1=B4=87=CA=80=C9=B4=E1=B4=85=20S=E1=B4=84=CA=9C?= =?UTF-8?q?=E1=B4=8F=CA=80=C9=A2=E1=B4=87=CA=80s?= <6213398+bjw-s@users.noreply.github.com> Date: Mon, 30 Nov 2020 11:54:24 +0100 Subject: [PATCH] Fix persistence mountPath (#288) * Fix persistence mountPath * Update Chart.yaml --- charts/octoprint/Chart.yaml | 2 +- charts/octoprint/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/octoprint/Chart.yaml b/charts/octoprint/Chart.yaml index caa6c48f..7e149349 100644 --- a/charts/octoprint/Chart.yaml +++ b/charts/octoprint/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: 1.4.2 description: OctoPrint is the snappy web interface for your 3D printer name: octoprint -version: 1.0.0 +version: 1.0.1 keywords: - octoprint - 3d diff --git a/charts/octoprint/values.yaml b/charts/octoprint/values.yaml index 751a9c9f..1eb5fb59 100644 --- a/charts/octoprint/values.yaml +++ b/charts/octoprint/values.yaml @@ -24,7 +24,7 @@ persistence: data: enabled: false emptyDir: false - mountPath: /home/octoprint/.octoprint + mountPath: /octoprint # Paths to your 3D printer and/or camera in the container additionalVolumeMounts: