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
|
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"
|
||||||
|
|||||||
@@ -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 }}
|
||||||
|
|||||||
Reference in New Issue
Block a user