Skip to content

Commit f79d653

Browse files
authored
chore(infra-apps): update velero chart to 8.1.0 (#1346)
* chore(infra-apps): update velero chart to 8.1.0 * chore(infra-apps): bump chart version for velero app update * style(charts): fix whitespace for linting
1 parent b682cbe commit f79d653

File tree

3 files changed

+25
-11
lines changed

3 files changed

+25
-11
lines changed

charts/infra-apps/Chart.yaml

Lines changed: 22 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: infra-apps
33
description: Argo CD app-of-apps config for infrastructure components
44
type: application
5-
version: 0.226.0
5+
version: 0.227.0
66
home: https://github.com/adfinis/helm-charts/tree/main/charts/infra-apps
77
sources:
88
- https://github.com/adfinis/helm-charts
@@ -18,11 +18,25 @@ annotations:
1818
artifacthub.io/containsSecurityUpdates: "false"
1919
artifacthub.io/changes: |
2020
- kind: changed
21-
description: "chore: Update kured chart to 5.5.2 and app to 1.16.2"
21+
description: "chore: Update velero chart from 6.7.0 to 8.1.0 (app version 1.13.2 -> 1.15.0)"
2222
links:
23-
- name: "Update kured chart to 5.5.2"
24-
url: https://github.com/kubereboot/charts/commits/main/charts/kured
25-
- name: "Update kured to 1.16.2"
26-
url: https://github.com/kubereboot/kured/releases
27-
- name: "Bump kubernetes-versions to 0.29.x"
28-
url: https://github.com/kubereboot/kured/releases/tag/1.16.0
23+
- name: "Bump Velero to 1.15.0 (Upgrade Guide)"
24+
url: "https://velero.io/docs/v1.15/upgrade-to-1.15/"
25+
- name: "Bump Velero to 1.15.0 (Changelog)"
26+
url: https://github.com/vmware-tanzu/velero/releases/tag/v1.15.0
27+
- name: "feat: add extraArgs to Velero node agent configuration"
28+
url: https://github.com/vmware-tanzu/helm-charts/commit/5e02307abf51850be91eb77f1f39ad9fb10cd603
29+
- name: "fix: fix imagePullSecrets to velero server serviceaccount"
30+
url: https://github.com/vmware-tanzu/helm-charts/commit/fb5a08a6f0fcb6078c89656a09fbb88e9776644a
31+
- name: "feat: Adds resources and limits for repository maintenance job"
32+
url: https://github.com/vmware-tanzu/helm-charts/commit/42fed361e1482c85a28c1da32ad72e6b2e03635b
33+
- name: "feat: Adds --keep-latest-jobs-count for repository maintenance job"
34+
url: https://github.com/vmware-tanzu/helm-charts/commit/721abcba0b378a2b2695b79d056be68c903a81f1
35+
- name: "fix: maintenance Job resource requests"
36+
url: https://github.com/vmware-tanzu/helm-charts/commit/88ecfa4609678199ea1265c1d89c7b17d3b645d7
37+
- name: "fix: render schedule annotations only if present in values"
38+
url: https://github.com/vmware-tanzu/helm-charts/commit/47b2f729b9ebe38508ecc046560da01922546df6
39+
- name: "fix: add version label to deployment"
40+
url: https://github.com/vmware-tanzu/helm-charts/commit/bbb36ccf357d6baf7f13accbc0b169e6efceb3d4
41+
- name: "feat: allow configuring updateStrategy of node-agent DaemonSet"
42+
url: https://github.com/vmware-tanzu/helm-charts/commit/e4e793b1d57579a5a71862ebd3ac9fcf822e85aa

charts/infra-apps/README.md

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

charts/infra-apps/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ velero:
178178
# -- Chart
179179
chart: velero
180180
# -- [Velero Helm chart](https://github.com/vmware-tanzu/helm-charts/tree/main/charts/velero)
181-
targetRevision: 6.7.0
181+
targetRevision: 8.1.0
182182
# -- Helm values
183183
# @default -- [upstream values](https://github.com/vmware-tanzu/helm-charts/blob/main/charts/velero/values.yaml)
184184
values: {}

0 commit comments

Comments
 (0)