mirror of
https://github.com/shadoll/helm-charts.git
synced 2026-08-28 03:27:08 +00:00
fix: update timemachine version to 0.1.1 and adjust mountPath in deployment configuration
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user