diff --git a/charts/infra-apps/Chart.yaml b/charts/infra-apps/Chart.yaml index 29ef5732..bb410914 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.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 @@ -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 diff --git a/charts/infra-apps/README.md b/charts/infra-apps/README.md index 807e8d6e..b423df2c 100644 --- a/charts/infra-apps/README.md +++ b/charts/infra-apps/README.md @@ -1,6 +1,6 @@ # infra-apps -![Version: 0.226.0](https://img.shields.io/badge/Version-0.226.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) +![Version: 0.227.0](https://img.shields.io/badge/Version-0.227.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 @@ -104,7 +104,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 | `"6.7.0"` | [Velero Helm chart](https://github.com/vmware-tanzu/helm-charts/tree/main/charts/velero) | +| velero.targetRevision | string | `"8.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 9066236f..8b87be51 100644 --- a/charts/infra-apps/values.yaml +++ b/charts/infra-apps/values.yaml @@ -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: {}