Skip to content

Commit

Permalink
chore(infra-apps): update velero chart to 8.1.0 (#1346)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
cfi2017 authored Dec 5, 2024
1 parent b682cbe commit f79d653
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 11 deletions.
30 changes: 22 additions & 8 deletions charts/infra-apps/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: infra-apps
description: Argo CD app-of-apps config for infrastructure components
type: application
version: 0.226.0
version: 0.227.0
home: https://github.com/adfinis/helm-charts/tree/main/charts/infra-apps
sources:
- https://github.com/adfinis/helm-charts
Expand All @@ -18,11 +18,25 @@ annotations:
artifacthub.io/containsSecurityUpdates: "false"
artifacthub.io/changes: |
- kind: changed
description: "chore: Update kured chart to 5.5.2 and app to 1.16.2"
description: "chore: Update velero chart from 6.7.0 to 8.1.0 (app version 1.13.2 -> 1.15.0)"
links:
- name: "Update kured chart to 5.5.2"
url: https://github.com/kubereboot/charts/commits/main/charts/kured
- name: "Update kured to 1.16.2"
url: https://github.com/kubereboot/kured/releases
- name: "Bump kubernetes-versions to 0.29.x"
url: https://github.com/kubereboot/kured/releases/tag/1.16.0
- name: "Bump Velero to 1.15.0 (Upgrade Guide)"
url: "https://velero.io/docs/v1.15/upgrade-to-1.15/"
- name: "Bump Velero to 1.15.0 (Changelog)"
url: https://github.com/vmware-tanzu/velero/releases/tag/v1.15.0
- name: "feat: add extraArgs to Velero node agent configuration"
url: https://github.com/vmware-tanzu/helm-charts/commit/5e02307abf51850be91eb77f1f39ad9fb10cd603
- name: "fix: fix imagePullSecrets to velero server serviceaccount"
url: https://github.com/vmware-tanzu/helm-charts/commit/fb5a08a6f0fcb6078c89656a09fbb88e9776644a
- name: "feat: Adds resources and limits for repository maintenance job"
url: https://github.com/vmware-tanzu/helm-charts/commit/42fed361e1482c85a28c1da32ad72e6b2e03635b
- name: "feat: Adds --keep-latest-jobs-count for repository maintenance job"
url: https://github.com/vmware-tanzu/helm-charts/commit/721abcba0b378a2b2695b79d056be68c903a81f1
- name: "fix: maintenance Job resource requests"
url: https://github.com/vmware-tanzu/helm-charts/commit/88ecfa4609678199ea1265c1d89c7b17d3b645d7
- name: "fix: render schedule annotations only if present in values"
url: https://github.com/vmware-tanzu/helm-charts/commit/47b2f729b9ebe38508ecc046560da01922546df6
- name: "fix: add version label to deployment"
url: https://github.com/vmware-tanzu/helm-charts/commit/bbb36ccf357d6baf7f13accbc0b169e6efceb3d4
- name: "feat: allow configuring updateStrategy of node-agent DaemonSet"
url: https://github.com/vmware-tanzu/helm-charts/commit/e4e793b1d57579a5a71862ebd3ac9fcf822e85aa
4 changes: 2 additions & 2 deletions charts/infra-apps/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion charts/infra-apps/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ velero:
# -- Chart
chart: velero
# -- [Velero Helm chart](https://github.com/vmware-tanzu/helm-charts/tree/main/charts/velero)
targetRevision: 6.7.0
targetRevision: 8.1.0
# -- Helm values
# @default -- [upstream values](https://github.com/vmware-tanzu/helm-charts/blob/main/charts/velero/values.yaml)
values: {}
Expand Down

0 comments on commit f79d653

Please sign in to comment.