File tree 4 files changed +11
-11
lines changed
4 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ components:
33
33
- name : velero
34
34
namespace : velero
35
35
url : https://vmware-tanzu.github.io/helm-charts
36
- version : 5.4.1
36
+ version : 6.0.0
37
37
repoName : velero
38
38
releaseName : velero
39
39
valuesFiles :
Original file line number Diff line number Diff line change 1
1
image :
2
2
repository : registry1.dso.mil/ironbank/opensource/velero/velero
3
- tag : v1.13.0
3
+ tag : v1.13.1
4
4
5
5
kubectl :
6
6
image :
9
9
10
10
initContainers :
11
11
- name : velero-plugin-for-aws
12
- image : registry1.dso.mil/ironbank/opensource/velero/velero-plugin-for-aws:v1.9.0
12
+ image : registry1.dso.mil/ironbank/opensource/velero/velero-plugin-for-aws:v1.9.1
13
13
imagePullPolicy : IfNotPresent
14
14
volumeMounts :
15
15
- mountPath : /target
Original file line number Diff line number Diff line change 1
1
image :
2
2
repository : velero/velero
3
- tag : v1.13.0
3
+ tag : v1.13.1
4
4
5
5
kubectl :
6
6
image :
7
7
repository : docker.io/bitnami/kubectl
8
- tag : 1.28.6
8
+ tag : 1.29.3
9
9
10
10
initContainers :
11
11
- name : velero-plugin-for-aws
12
- image : velero/velero-plugin-for-aws:v1.9.0
12
+ image : velero/velero-plugin-for-aws:v1.9.1
13
13
imagePullPolicy : IfNotPresent
14
14
volumeMounts :
15
15
- mountPath : /target
Original file line number Diff line number Diff line change @@ -16,9 +16,9 @@ components:
16
16
valuesFiles :
17
17
- values/upstream-values.yaml
18
18
images :
19
- - velero/velero:v1.13.0
20
- - velero/velero-plugin-for-aws:v1.9.0
21
- - docker.io/bitnami/kubectl:1.28.6
19
+ - velero/velero:v1.13.1
20
+ - velero/velero-plugin-for-aws:v1.9.1
21
+ - docker.io/bitnami/kubectl:1.29.3
22
22
23
23
- name : velero
24
24
required : true
@@ -31,6 +31,6 @@ components:
31
31
valuesFiles :
32
32
- values/registry1-values.yaml
33
33
images :
34
- - registry1.dso.mil/ironbank/opensource/velero/velero:v1.13.0
35
- - registry1.dso.mil/ironbank/opensource/velero/velero-plugin-for-aws:v1.9.0
34
+ - registry1.dso.mil/ironbank/opensource/velero/velero:v1.13.1
35
+ - registry1.dso.mil/ironbank/opensource/velero/velero-plugin-for-aws:v1.9.1
36
36
- registry1.dso.mil/ironbank/big-bang/base:2.1.0
You can’t perform that action at this time.
0 commit comments