diff --git a/charts/other/myprecious/Chart.yaml b/charts/other/myprecious/Chart.yaml index df25936da..2d08022b0 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.2531 +version: 1.0.2533-pre-01 # 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/values.yaml b/charts/other/myprecious/values.yaml index 6124e4819..a6dc3eeb2 100644 --- a/charts/other/myprecious/values.yaml +++ b/charts/other/myprecious/values.yaml @@ -163,6 +163,22 @@ rclonestorageboxencrypteda: &rclonestorageboxencrypteda claimName: storagebox-encrypted-a mountPath: /storage/storagebox-encrypted-a subaccount: false +rclonestorageboxencryptedb: &rclonestorageboxencryptedb + enabled: false + type: custom + volumeSpec: + persistentVolumeClaim: + claimName: storagebox-encrypted-b + mountPath: /storage/storagebox-encrypted-b + subaccount: false +rclonestorageboxencryptedc: &rclonestorageboxencryptedc + enabled: false + type: custom + volumeSpec: + persistentVolumeClaim: + claimName: storagebox-encrypted-c + mountPath: /storage/storagebox-encrypted-c + subaccount: false premiumize: &premiumize enabled: false type: custom @@ -240,6 +256,8 @@ appmounts: &appmounts storageboxb: *storageboxb storageboxc: *storageboxc rclonestorageboxencrypteda: *rclonestorageboxencrypteda + rclonestorageboxencryptedb: *rclonestorageboxencryptedb + rclonestorageboxencryptedc: *rclonestorageboxencryptedc premiumize: *premiumize b2: *b2 smbmounta: *smbmounta