-
Notifications
You must be signed in to change notification settings - Fork 126
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update Velero addon to v5.x #287
Comments
@bryantbiggs velero latest chart is 5.1.2 not 4.0 This is already supported in gitops-bridge we need equivalent in addons v2.0 values: |
configuration:
backupStorageLocation:
- name: default
provider: aws
prefix: {{metadata.annotations.velero_backup_s3_bucket_prefix}}
bucket: {{metadata.annotations.velero_backup_s3_bucket_name}}
config:
region: {{metadata.annotations.aws_region}}
volumeSnapshotLocation:
- name: default
provider: aws
config:
region: {{metadata.annotations.aws_region}}
serviceAccount:
server:
name: {{metadata.annotations.velero_service_account}}
annotations:
eks.amazonaws.com/role-arn: {{metadata.annotations.velero_iam_role_arn}}
initContainers:
- name: velero-plugin-for-aws
image: velero/velero-plugin-for-aws:v1.7.1
imagePullPolicy: IfNotPresent
volumeMounts:
- mountPath: /target
name: plugins |
This issue has been automatically marked as stale because it has been open 30 days |
@bryantbiggs Hi, when is the v2.0 target date ? |
Community Note
What is the outcome that you are trying to reach?
Describe the solution you would like
Describe alternatives you have considered
Additional context
terraform-aws-eks-blueprints-addons/main.tf
Line 3341 in f039cda
The text was updated successfully, but these errors were encountered: