Skip to content

Commit

Permalink
ok, srsly now
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 e49e505 commit 2109576
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
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.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
Expand Down
18 changes: 18 additions & 0 deletions charts/other/myprecious/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -240,6 +256,8 @@ appmounts: &appmounts
storageboxb: *storageboxb
storageboxc: *storageboxc
rclonestorageboxencrypteda: *rclonestorageboxencrypteda
rclonestorageboxencryptedb: *rclonestorageboxencryptedb
rclonestorageboxencryptedc: *rclonestorageboxencryptedc
premiumize: *premiumize
b2: *b2
smbmounta: *smbmounta
Expand Down

0 comments on commit 2109576

Please sign in to comment.