fix: update timemachine version to 0.1.1 and adjust mountPath in deployment configuration

This commit is contained in:
sha
2026-04-26 17:26:47 +03:00
parent 7c9aea29c7
commit 0267797898
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -2,5 +2,5 @@ apiVersion: v2
name: timemachine name: timemachine
description: macOS Time Machine backup server (Samba) based on mbentley/timemachine description: macOS Time Machine backup server (Samba) based on mbentley/timemachine
type: application type: application
version: 0.1.0 version: 0.1.1
appVersion: "smb" appVersion: "smb"
+1 -1
View File
@@ -102,7 +102,7 @@ spec:
key: {{ .Values.passwordKey }} key: {{ .Values.passwordKey }}
volumeMounts: volumeMounts:
- name: tm - name: tm
mountPath: /opt/timemachine mountPath: /opt/{{ .Values.timemachine.username }}
- name: run-samba - name: run-samba
mountPath: /run/samba mountPath: /run/samba
{{- range .Values.extraShares }} {{- range .Values.extraShares }}