From e3afb632e2cdf4c8bbc9f7eb7654b6913c152662 Mon Sep 17 00:00:00 2001 From: vmaillot <74190001+vmaillot@users.noreply.github.com> Date: Wed, 22 Nov 2023 14:48:43 +0100 Subject: [PATCH] feat(velero): bump helm chart from 4.0.2 to 5.1.0 (#1131) feat(velero): bump helm chart from 4.0.2 to 5.1.4 Signed-off-by: Valentin Maillot --- charts/infra-apps/Chart.yaml | 49 +++++++++++++++++++++++++++-------- charts/infra-apps/README.md | 4 +-- charts/infra-apps/values.yaml | 2 +- 3 files changed, 41 insertions(+), 14 deletions(-) diff --git a/charts/infra-apps/Chart.yaml b/charts/infra-apps/Chart.yaml index f4128a672..64eb3e8d1 100644 --- a/charts/infra-apps/Chart.yaml +++ b/charts/infra-apps/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: infra-apps description: Argo CD app-of-apps config for infrastructure components type: application -version: 0.187.0 +version: 0.188.0 home: https://github.com/adfinis/helm-charts/tree/main/charts/infra-apps sources: - https://github.com/adfinis/helm-charts @@ -15,16 +15,43 @@ dependencies: version: 0.9.0 repository: https://charts.adfinis.com annotations: - artifacthub.io/containsSecurityUpdates: "true" artifacthub.io/changes: | - kind: changed - description: | - fix(cert-manager): Update from 1.13.1 to 1.13.2 - - fixes some CVE alerts and contains fixes for: - 1. a CertificateRequest runaway situation in case two Certificate resources point to the same Secret target resource - 2. a small bug in the Helm chart (feature gate options) - 3. a Venafi issuer bug + description: "feat(velero): Update chart from 4.0.2 to 5.1.4" links: - - name: GitHub Release 1.13.2 - url: https://github.com/cert-manager/cert-manager/releases/tag/v1.13.2 + - name: "[velero] Add option to use --default-snapshot-move-data" + url: https://github.com/vmware-tanzu/helm-charts/pull/518 + - name: "[velero] Have separate resource usages for velero server pod and upgradeCRDs job pod" + url: https://github.com/vmware-tanzu/helm-charts/pull/514 + - name: "[velero] Add secret annotations" + url: https://github.com/vmware-tanzu/helm-charts/pull/511 + - name: "Bump velero/velero from 1.12.0 to v1.12.1 in /charts/velero" + url: https://github.com/vmware-tanzu/helm-charts/pull/512 + - 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 diff --git a/charts/infra-apps/README.md b/charts/infra-apps/README.md index 5e753f28a..553ab2a3d 100644 --- a/charts/infra-apps/README.md +++ b/charts/infra-apps/README.md @@ -1,6 +1,6 @@ # infra-apps -![Version: 0.187.0](https://img.shields.io/badge/Version-0.187.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) +![Version: 0.188.0](https://img.shields.io/badge/Version-0.188.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) Argo CD app-of-apps config for infrastructure components @@ -120,7 +120,7 @@ This chart is maintained by [Adfinis](https://adfinis.com/?pk_campaign=github&pk | velero.destination.namespace | string | `"infra-velero"` | Namespace | | velero.enabled | bool | `false` | Enable Velero | | velero.repoURL | string | [repo](https://vmware-tanzu.github.io/helm-charts) | Repo URL | -| velero.targetRevision | string | `"4.0.2"` | [Velero Helm chart](https://github.com/vmware-tanzu/helm-charts/tree/main/charts/velero) | +| velero.targetRevision | string | `"5.1.0"` | [Velero Helm chart](https://github.com/vmware-tanzu/helm-charts/tree/main/charts/velero) | | velero.values | object | [upstream values](https://github.com/vmware-tanzu/helm-charts/blob/main/charts/velero/values.yaml) | Helm values | ## About this chart diff --git a/charts/infra-apps/values.yaml b/charts/infra-apps/values.yaml index 9d61e8efa..43c22bfd0 100644 --- a/charts/infra-apps/values.yaml +++ b/charts/infra-apps/values.yaml @@ -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: {}