Skip to content

Commit

Permalink
feat(velero): bump helm chart from 4.0.2 to 5.1.0
Browse files Browse the repository at this point in the history
Signed-off-by: Valentin Maillot <[email protected]>
  • Loading branch information
vmaillot committed Oct 6, 2023
1 parent 3cddb33 commit ea048e1
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 13 deletions.
40 changes: 30 additions & 10 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.180.0
version: 0.181.0
home: https://github.com/adfinis/helm-charts/tree/main/charts/infra-apps
sources:
- https://github.com/adfinis/helm-charts
Expand All @@ -17,13 +17,33 @@ dependencies:
annotations:
artifacthub.io/changes: |
- kind: changed
description: "fix(argo-cd): Update chart from 5.46.3 to 5.46.7"
description: "feat(velero): Update chart from 4.0.2 to 5.1.0"
links:
- name: "fix: Align redis-ha's affinity type to upstream due to warnings"
url: https://github.com/argoproj/argo-helm/pull/2270
- name: "fix: make ServiceMonitor annotations in ArgoCD server conditional"
url: https://github.com/argoproj/argo-helm/pull/2273
- name: "fix: Add checksum for CMP ConfigMap in repo-server Pod annotations"
url: https://github.com/argoproj/argo-helm/pull/2275
- name: "fix: Update Redis to 7.0.13 to fix CVE-2022-48174"
url: https://github.com/argoproj/argo-helm/pull/2279
- name: "[velero]Bump velero version v1.12.0"
url: https://github.com/vmware-tanzu/helm-charts/pull/496
- name: "Add credential configuration for VSL"
url: https://github.com/vmware-tanzu/helm-charts/pull/494
- name: "Setting podAnnotations metrics only if not using servicemonitor or podmonitor"
url: https://github.com/vmware-tanzu/helm-charts/pull/493
- name: "Remove helm hooks for the custom resources"
url: https://github.com/vmware-tanzu/helm-charts/pull/490
- name: "Add nameOverride, fullnameOverride"
url: https://github.com/vmware-tanzu/helm-charts/pull/486
- name: "Add toggle to disable annotations"
url: https://github.com/vmware-tanzu/helm-charts/pull/487
- name: "feature to allow relabelings in serviceMonitor"
url: https://github.com/vmware-tanzu/helm-charts/pull/484
- name: "feat: allow changing the default revisionHistoryLimit"
url: https://github.com/vmware-tanzu/helm-charts/pull/482
- name: "create prometheusRule only if capabilities are present"
url: https://github.com/vmware-tanzu/helm-charts/pull/481
- name: "Bump velero/velero from v1.11.0 to v1.11.1"
url: https://github.com/vmware-tanzu/helm-charts/pull/479
- name: "Support setting validationFrequency in BackupStorageLocation"
url: https://github.com/vmware-tanzu/helm-charts/pull/474
- name: "probes only when metrics are enabled"
url: https://github.com/vmware-tanzu/helm-charts/pull/471
- name: "improvement values yaml references for fs-restore-action-config"
url: https://github.com/vmware-tanzu/helm-charts/pull/472
- name: "support liveness and readiness probes"
url: https://github.com/vmware-tanzu/helm-charts/pull/467
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 @@ -204,7 +204,7 @@ velero:
# -- Chart
chart: velero
# -- [Velero Helm chart](https://github.com/vmware-tanzu/helm-charts/tree/main/charts/velero)
targetRevision: 4.0.2
targetRevision: 5.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 ea048e1

Please sign in to comment.