Skip to content

Commit c38530b

Browse files
nhinze23cesmarvin
authored andcommitted
Merge branch 'release/v5.0.3-5' into main
2 parents 72ade46 + f4372eb commit c38530b

File tree

3 files changed

+11
-6
lines changed

3 files changed

+11
-6
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [v5.0.3-5] - 2024-01-03
10+
### Changed
11+
- [#9] Use existing secret for backup-storage
12+
913
## [v5.0.2-4] - 2023-12-13
1014
### Fixed
1115
- [#7] Add volumemounts for init containers in patch templates.

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
ARTIFACT_ID=k8s-velero
2-
VERSION=5.0.2-4
2+
VERSION=5.0.3-5
33
MAKEFILES_VERSION=9.0.1
44
REGISTRY_NAMESPACE?=k8s
55
HELM_REPO_ENDPOINT=k3ces.local:30099

k8s/helm/values.yaml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -123,13 +123,14 @@ velero:
123123
region: minio-default
124124
features: EnableCSI
125125

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.
126129
credentials:
130+
# Whether a secret should be used. Set to false if, for examples:
127131
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:
133134

134135

135136
volumesnapshotclass:

0 commit comments

Comments
 (0)