From 02677978988d1e3af78bc553102d74ea317e5835 Mon Sep 17 00:00:00 2001 From: sHa Date: Sun, 26 Apr 2026 17:26:47 +0300 Subject: [PATCH] fix: update timemachine version to 0.1.1 and adjust mountPath in deployment configuration --- timemachine/Chart.yaml | 2 +- timemachine/templates/deployment.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/timemachine/Chart.yaml b/timemachine/Chart.yaml index 3dd0004..6e9942e 100644 --- a/timemachine/Chart.yaml +++ b/timemachine/Chart.yaml @@ -2,5 +2,5 @@ apiVersion: v2 name: timemachine description: macOS Time Machine backup server (Samba) based on mbentley/timemachine type: application -version: 0.1.0 +version: 0.1.1 appVersion: "smb" diff --git a/timemachine/templates/deployment.yaml b/timemachine/templates/deployment.yaml index 77fc830..ac7366a 100644 --- a/timemachine/templates/deployment.yaml +++ b/timemachine/templates/deployment.yaml @@ -102,7 +102,7 @@ spec: key: {{ .Values.passwordKey }} volumeMounts: - name: tm - mountPath: /opt/timemachine + mountPath: /opt/{{ .Values.timemachine.username }} - name: run-samba mountPath: /run/samba {{- range .Values.extraShares }}