From 1e41522f72fb40fd39396de899f12db7b921215c Mon Sep 17 00:00:00 2001 From: David Young Date: Mon, 4 Dec 2023 13:08:59 +1300 Subject: [PATCH] Update Signed-off-by: David Young --- charts/other/myprecious/Chart.yaml | 2 +- .../templates/secrets/secret-rclone-gdrive-encrypted-a.yaml | 1 - .../templates/secrets/secret-rclone-smb-encrypted-a.yaml | 1 - .../templates/secrets/secret-rclone-storagebox-encrypted-a.yaml | 1 - 4 files changed, 1 insertion(+), 4 deletions(-) diff --git a/charts/other/myprecious/Chart.yaml b/charts/other/myprecious/Chart.yaml index 9fb58cc00..db6b935b3 100644 --- a/charts/other/myprecious/Chart.yaml +++ b/charts/other/myprecious/Chart.yaml @@ -15,7 +15,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 1.0.2524-pre-10 +version: 1.0.2524-pre-11 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to diff --git a/charts/other/myprecious/templates/secrets/secret-rclone-gdrive-encrypted-a.yaml b/charts/other/myprecious/templates/secrets/secret-rclone-gdrive-encrypted-a.yaml index cb0629f62..b8ffc40fc 100644 --- a/charts/other/myprecious/templates/secrets/secret-rclone-gdrive-encrypted-a.yaml +++ b/charts/other/myprecious/templates/secrets/secret-rclone-gdrive-encrypted-a.yaml @@ -28,7 +28,6 @@ stringData: [gdrive-encrypted-a] type = crypt remote = gdrive-a:{{ .Values.rclonegdriveencrypteda.encryption_root | default }} - filename_encryption = {{ .Values.rclonegdriveencrypteda.filename_encryption | default "on" }} password = {{ .Values.rclonegdriveencrypteda.password }} password2 = {{ .Values.rclonegdriveencrypteda.password2 | default }} diff --git a/charts/other/myprecious/templates/secrets/secret-rclone-smb-encrypted-a.yaml b/charts/other/myprecious/templates/secrets/secret-rclone-smb-encrypted-a.yaml index 78cbdfca4..b58966b90 100644 --- a/charts/other/myprecious/templates/secrets/secret-rclone-smb-encrypted-a.yaml +++ b/charts/other/myprecious/templates/secrets/secret-rclone-smb-encrypted-a.yaml @@ -25,7 +25,6 @@ stringData: [smb-encrypted-a] type = crypt remote = smb-a:{{ .Values.rclonesmbencrypteda.share }} - filename_encryption = off password = {{ .Values.rclonesmbencrypteda.encryption_password }} password2 = {{ .Values.rclonesmbencrypteda.encryption_password2 | default }} {{ end }} \ No newline at end of file diff --git a/charts/other/myprecious/templates/secrets/secret-rclone-storagebox-encrypted-a.yaml b/charts/other/myprecious/templates/secrets/secret-rclone-storagebox-encrypted-a.yaml index 8659210e6..97584fb4d 100644 --- a/charts/other/myprecious/templates/secrets/secret-rclone-storagebox-encrypted-a.yaml +++ b/charts/other/myprecious/templates/secrets/secret-rclone-storagebox-encrypted-a.yaml @@ -26,7 +26,6 @@ stringData: [storagebox-encrypted-a] type = crypt remote = storagebox-a:{{ .Values.rclonestorageboxencrypteda.encryption_root | default }} - filename_encryption = {{ .Values.rclonestorageboxencrypteda.filename_encryption | default "on" }} password = {{ .Values.rclonestorageboxencrypteda.encryption_password }} password2 = {{ .Values.rclonestorageboxencrypteda.encryption_password2 | default }} {{ end }} \ No newline at end of file