UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit 574809d5 authored by RENOVATE_BOT's avatar RENOVATE_BOT Committed by Michael Martin
Browse files

Update Ironbank

parent 74f10ea6
No related branches found
No related tags found
1 merge request!182Update Ironbank
......@@ -4,6 +4,15 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
---
## [7.2.2-bb.1] - 2024-11-07
### Changed
- Updated velero-restore-helper v1.14.1 -> v1.15.0
- Updated registry1.dso.mil/ironbank/opensource/velero/velero-plugin-for-microsoft-azure v1.10.1 -> v1.11.0
- Updated registry1.dso.mil/ironbank/opensource/velero/velero-plugin-for-aws v1.10.1 -> v1.11.0
- Updated registry1.dso.mil/ironbank/opensource/velero/velero 1.14.1 -> 1.15.0
## [7.2.2-bb.0] - 2024-10-31
### Changed
......
<!-- Warning: Do not manually edit this file. See notes on gluon + helm-docs at the end of this file for more information. -->
# velero
![Version: 7.2.2-bb.0](https://img.shields.io/badge/Version-7.2.2--bb.0-informational?style=flat-square) ![AppVersion: 1.14.1](https://img.shields.io/badge/AppVersion-1.14.1-informational?style=flat-square)
![Version: 7.2.2-bb.1](https://img.shields.io/badge/Version-7.2.2--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
......
apiVersion: v2
appVersion: 1.14.1
appVersion: 1.15.0
kubeVersion: ">=1.16.0-0"
description: A Helm chart for velero
name: velero
version: 7.2.2-bb.0
version: 7.2.2-bb.1
home: https://github.com/vmware-tanzu/velero
icon: https://cdn-images-1.medium.com/max/1600/1*-9mb3AKnKdcL_QD3CMnthQ.png
sources:
......@@ -23,7 +23,7 @@ dependencies:
repository: oci://registry1.dso.mil/bigbang
annotations:
bigbang.dev/applicationVersions: |
- Velero: 1.14.1
- Velero: 1.15.0
bigbang.dev/upstreamReleaseNotesMarkdown: |
* [Find our upstream chart's CHANGELOG here](https://github.com/vmware-tanzu/velero/blob/main/CHANGELOG.md)
* [and our upstream application release notes here](https://github.com/vmware-tanzu/velero/releases)
......@@ -32,13 +32,13 @@ 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.10.1
image: registry1.dso.mil/ironbank/opensource/velero/velero-plugin-for-aws:v1.11.0
condition: plugins.aws.enabled
- name: velero-plugin-for-azure
image: registry1.dso.mil/ironbank/opensource/velero/velero-plugin-for-microsoft-azure:v1.10.1
image: registry1.dso.mil/ironbank/opensource/velero/velero-plugin-for-microsoft-azure:v1.11.0
condition: plugins.azure.enabled
- name: velero
image: registry1.dso.mil/ironbank/opensource/velero/velero:v1.14.1
image: registry1.dso.mil/ironbank/opensource/velero/velero:v1.15.0
- name: kubectl
image: registry1.dso.mil/ironbank/opensource/kubernetes/kubectl:v1.30.6
- name: velero-tester
......
......@@ -35,7 +35,7 @@ namespace:
# enabling node-agent). Required.
image:
repository: registry1.dso.mil/ironbank/opensource/velero/velero
tag: v1.14.1
tag: v1.15.0
# Digest value example: sha256:d238835e151cec91c6a811fe3a89a66d3231d9f64d09e5f3c49552672d271f38.
# If used, it will take precedence over the image.tag.
# digest:
......@@ -140,7 +140,7 @@ plugins:
name: velero-plugin-for-aws
image:
repository: registry1.dso.mil/ironbank/opensource/velero/velero-plugin-for-aws
tag: v1.10.1
tag: v1.11.0
container:
imagePullPolicy: IfNotPresent
volumeMounts:
......@@ -162,7 +162,7 @@ plugins:
name: velero-plugin-for-microsoft-azure
image:
repository: registry1.dso.mil/ironbank/opensource/velero/velero-plugin-for-microsoft-azure
tag: v1.10.1
tag: v1.11.0
container:
imagePullPolicy: IfNotPresent
volumeMounts:
......@@ -197,7 +197,7 @@ initContainers:
# memory: 512Mi
# cpu: 100m
# - name: velero-plugin-for-aws
# image: velero/velero-plugin-for-aws:v1.10.1
# image: velero/velero-plugin-for-aws:v1.11.0
# 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.14.1
# image: velero/velero-restore-helper:v1.15.0
# 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.10.1
registry1.dso.mil/ironbank/opensource/velero/velero-plugin-for-microsoft-azure:v1.10.1
registry1.dso.mil/ironbank/opensource/velero/velero-plugin-for-aws:v1.11.0
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