File tree Expand file tree Collapse file tree 3 files changed +11
-6
lines changed Expand file tree Collapse file tree 3 files changed +11
-6
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
## [ Unreleased]
8
8
9
+ ## [ v5.0.3-5] - 2024-01-03
10
+ ### Changed
11
+ - [ #9 ] Use existing secret for backup-storage
12
+
9
13
## [ v5.0.2-4] - 2023-12-13
10
14
### Fixed
11
15
- [ #7 ] Add volumemounts for init containers in patch templates.
Original file line number Diff line number Diff line change 1
1
ARTIFACT_ID =k8s-velero
2
- VERSION =5.0.2-4
2
+ VERSION =5.0.3-5
3
3
MAKEFILES_VERSION =9.0.1
4
4
REGISTRY_NAMESPACE? =k8s
5
5
HELM_REPO_ENDPOINT =k3ces.local:30099
Original file line number Diff line number Diff line change @@ -123,13 +123,14 @@ velero:
123
123
region : minio-default
124
124
features : EnableCSI
125
125
126
+ # Info about the secret to be used by the Velero deployment, which
127
+ # should contain credentials for the cloud provider IAM account you've
128
+ # set up for Velero.
126
129
credentials :
130
+ # Whether a secret should be used. Set to false if, for examples:
127
131
useSecret : true
128
- secretContents :
129
- cloud : |
130
- [default]
131
- aws_access_key_id=longhorn-test-key
132
- aws_secret_access_key=longhorn-test-secret-key
132
+ # Name of a pre-existing secret in the Velero namespace
133
+ existingSecret :
133
134
134
135
135
136
volumesnapshotclass :
You can’t perform that action at this time.
0 commit comments