Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
Signed-off-by: David Young <davidy@funkypenguin.co.nz>
  • Loading branch information
funkypenguin committed Dec 4, 2023
1 parent 6e90ed7 commit 1e41522
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion charts/other/myprecious/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit 1e41522

Please sign in to comment.