UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit a29dcbb1 authored by Daniel Chen's avatar Daniel Chen
Browse files

Merge branch 'renovate/ironbank' into 'main'

Update Ironbank

See merge request !189
parents 5b05cf4e 58be28b2
No related branches found
No related tags found
1 merge request!189Update Ironbank
Pipeline #3849582 failed
......@@ -3,6 +3,12 @@
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
---
## [8.1.0-bb.1] - 2024-12-27
### Added
- velero/velero-plugin-for-aws v1.11.0 -> v1.11.1
- velero/velero-restore-helper v1.15.0 -> v1.15.1
## [8.1.0-bb.0] - 2024-12-12
......
<!-- Warning: Do not manually edit this file. See notes on gluon + helm-docs at the end of this file for more information. -->
# velero
![Version: 8.1.0-bb.0](https://img.shields.io/badge/Version-8.1.0--bb.0-informational?style=flat-square) ![AppVersion: 1.15.0](https://img.shields.io/badge/AppVersion-1.15.0-informational?style=flat-square)
![Version: 8.1.0-bb.1](https://img.shields.io/badge/Version-8.1.0--bb.1-informational?style=flat-square) ![AppVersion: 1.15.0](https://img.shields.io/badge/AppVersion-1.15.0-informational?style=flat-square)
A Helm chart for velero
......@@ -89,7 +89,7 @@ helm install velero chart/
| plugins.aws.enabled | bool | `false` | |
| plugins.aws.name | string | `"velero-plugin-for-aws"` | |
| plugins.aws.image.repository | string | `"registry1.dso.mil/ironbank/opensource/velero/velero-plugin-for-aws"` | |
| plugins.aws.image.tag | string | `"v1.11.0"` | |
| plugins.aws.image.tag | string | `"v1.11.1"` | |
| plugins.aws.container.imagePullPolicy | string | `"IfNotPresent"` | |
| plugins.aws.container.volumeMounts[0].mountPath | string | `"/target"` | |
| plugins.aws.container.volumeMounts[0].name | string | `"plugins"` | |
......
......@@ -3,7 +3,7 @@ appVersion: 1.15.0
kubeVersion: ">=1.16.0-0"
description: A Helm chart for velero
name: velero
version: 8.1.0-bb.0
version: 8.1.0-bb.1
home: https://github.com/vmware-tanzu/velero
icon: https://cdn-images-1.medium.com/max/1600/1*-9mb3AKnKdcL_QD3CMnthQ.png
sources:
......@@ -33,7 +33,7 @@ annotations:
image: registry1.dso.mil/ironbank/opensource/velero/velero-plugin-for-csi:v0.7.1
condition: plugins.csi.enabled
- name: velero-plugin-for-aws
image: registry1.dso.mil/ironbank/opensource/velero/velero-plugin-for-aws:v1.11.0
image: registry1.dso.mil/ironbank/opensource/velero/velero-plugin-for-aws:v1.11.1
condition: plugins.aws.enabled
- name: velero-plugin-for-azure
image: registry1.dso.mil/ironbank/opensource/velero/velero-plugin-for-microsoft-azure:v1.11.0
......
......@@ -141,7 +141,7 @@ plugins:
name: velero-plugin-for-aws
image:
repository: registry1.dso.mil/ironbank/opensource/velero/velero-plugin-for-aws
tag: v1.11.0
tag: v1.11.1
container:
imagePullPolicy: IfNotPresent
volumeMounts:
......@@ -198,7 +198,7 @@ initContainers:
# memory: 512Mi
# cpu: 100m
# - name: velero-plugin-for-aws
# image: velero/velero-plugin-for-aws:v1.11.0
# image: velero/velero-plugin-for-aws:v1.11.1
# imagePullPolicy: IfNotPresent
# volumeMounts:
# - mountPath: /target
......@@ -790,7 +790,7 @@ schedules: {}
# velero.io/plugin-config: ""
# velero.io/pod-volume-restore: RestoreItemAction
# data:
# image: velero/velero-restore-helper:v1.15.0
# image: velero/velero-restore-helper:v1.15.1
# cpuRequest: 200m
# memRequest: 128Mi
# cpuLimit: 200m
......
registry1.dso.mil/ironbank/opensource/velero/velero-plugin-for-csi:v0.7.1
registry1.dso.mil/ironbank/opensource/velero/velero-plugin-for-aws:v1.11.0
registry1.dso.mil/ironbank/opensource/velero/velero-plugin-for-aws:v1.11.1
registry1.dso.mil/ironbank/opensource/velero/velero-plugin-for-microsoft-azure:v1.11.0
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment