From de56aea1ee867ee98da4b409e9dcb97aaa51c9f9 Mon Sep 17 00:00:00 2001 From: Marlon M <49958228+maxthier@users.noreply.github.com> Date: Wed, 26 Jun 2024 11:52:56 +0200 Subject: [PATCH] chore(infra-apps): update charts (#1278) * chore(infra-apps): update charts * chore(infra-apps): bumb chart version --- charts/infra-apps/Chart.yaml | 33 ++++++++++++++++++++++++++------- charts/infra-apps/README.md | 12 ++++++------ charts/infra-apps/values.yaml | 10 +++++----- 3 files changed, 37 insertions(+), 18 deletions(-) diff --git a/charts/infra-apps/Chart.yaml b/charts/infra-apps/Chart.yaml index cb95ffcf7..0023313be 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.211.0 +version: 0.212.0 home: https://github.com/adfinis/helm-charts/tree/main/charts/infra-apps sources: - https://github.com/adfinis/helm-charts @@ -18,12 +18,31 @@ annotations: artifacthub.io/containsSecurityUpdates: "false" artifacthub.io/changes: | - kind: changed - description: "chore: Update kube-prometheus-stack 58.x to 60.x" + description: "chore: Update argocd-chart to 7.2.0" links: - - name: "kube-prometheus-stack version 60.0.2" - url: https://github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-60.0.2 + - name: "argocd version 7.2.0" + url: https://github.com/argoproj/argo-helm/releases/tag/argo-cd-7.2.0 - kind: changed - description: "chore: Grafana version 11" + description: "chore: Update kube-prometheus-stack to 60.3.0" links: - - name: "breaking change in version 11 of Grafana" - url: https://grafana.com/docs/grafana/latest/breaking-changes/breaking-changes-v11-0/ + - name: "kube-prometheus-stack version 60.3.0" + url: https://github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-60.3.0 + - kind: changed + description: "chore: Update rbacManager chart to 1.20.0" + links: + - name: "rbac-manager version 1.8.0" + url: https://github.com/FairwindsOps/rbac-manager/releases/tag/v1.8.0 + - kind: changed + description: "chore: Update velero chart from 6.4.0 to 6.7.0" + links: + - name: "velero chart version 6.5.0" + url: https://github.com/vmware-tanzu/helm-charts/releases/tag/velero-6.5.0 + - name: "velero chart version 6.6.0" + url: https://github.com/vmware-tanzu/helm-charts/releases/tag/velero-6.6.0 + - name: "velero chart version 6.7.0" + url: https://github.com/vmware-tanzu/helm-charts/releases/tag/velero-6.7.0 + - kind: changed + description: "chore: Update kured chart to 5.4.5" + links: + - name: "kured chart version 5.4.5" + url: https://github.com/kubereboot/charts/releases/tag/kured-5.4.5 diff --git a/charts/infra-apps/README.md b/charts/infra-apps/README.md index 38141f443..66e98545d 100644 --- a/charts/infra-apps/README.md +++ b/charts/infra-apps/README.md @@ -1,6 +1,6 @@ # infra-apps -![Version: 0.211.0](https://img.shields.io/badge/Version-0.211.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) +![Version: 0.212.0](https://img.shields.io/badge/Version-0.212.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 @@ -29,7 +29,7 @@ This chart is maintained by [Adfinis](https://adfinis.com/?pk_campaign=github&pk | argocd.destination.namespace | string | `"infra-argocd"` | Namespace | | argocd.enabled | bool | `false` | Enable Argo CD | | argocd.repoURL | string | [repo](https://argoproj.github.io/argo-helm) | Repo URL | -| argocd.targetRevision | string | `"7.1.1"` | [argo-cd Helm chart](https://github.com/argoproj/argo-helm/tree/main/charts/argo-cd) version | +| argocd.targetRevision | string | `"7.2.0"` | [argo-cd Helm chart](https://github.com/argoproj/argo-helm/tree/main/charts/argo-cd) version | | argocd.values | object | [upstream values](https://github.com/argoproj/argo-helm/blob/main/charts/argo-cd/values.yaml) | Helm values | | argoconfig.application.annotations | object | `{}` | Optional annotations to add to all Applications metadata. | | certManager | object | [example](./examples/cert-manager.yaml) | [cert-manager](https://cert-manager.io/) | @@ -72,7 +72,7 @@ This chart is maintained by [Adfinis](https://adfinis.com/?pk_campaign=github&pk | kubePrometheusStack.enabled | bool | `false` | Enable prometheus-operator | | kubePrometheusStack.repoURL | string | [repo](https://prometheus-community.github.io/helm-charts) | Repo URL | | kubePrometheusStack.syncPolicy.syncOptions[0] | string | `"ServerSideApply=true"` | enable server-side-apply for KPS since it get's rid of having to manually sync/replace resources | -| kubePrometheusStack.targetRevision | string | `"60.0.2"` | [kube-prometheus-stack Helm chart](https://github.com/prometheus-community/helm-charts/tree/main/charts/kube-prometheus-stack) version | +| kubePrometheusStack.targetRevision | string | `"60.3.0"` | [kube-prometheus-stack Helm chart](https://github.com/prometheus-community/helm-charts/tree/main/charts/kube-prometheus-stack) version | | kubePrometheusStack.values | object | [upstream values](https://github.com/prometheus-community/helm-charts/blob/main/charts/kube-prometheus-stack/values.yaml) | Helm values | | kured | object | [example](./examples/kured.yaml) | [kured](https://github.com/kubereboot/kured) | | kured.annotations | object | `{}` | Annotations for Kured app | @@ -80,7 +80,7 @@ This chart is maintained by [Adfinis](https://adfinis.com/?pk_campaign=github&pk | kured.destination.namespace | string | `"infra-kured"` | Namespace | | kured.enabled | bool | `false` | Enable Kured | | kured.repoURL | string | [repo](https://kubereboot.github.io/charts) | Repo URL | -| kured.targetRevision | string | `"5.2.0"` | [Kured Helm chart](https://github.com/kubereboot/charts/tree/main/charts/kured) | +| kured.targetRevision | string | `"5.4.5"` | [Kured Helm chart](https://github.com/kubereboot/charts/tree/main/charts/kured) | | kured.values | object | [upstream values](https://github.com/kubereboot/charts/blob/main/charts/kured/values.yaml) | Helm values | | mimir | object | [example](./examples/mimir.yaml) | [mimir](https://github.com/grafana/mimir) | | mimir.annotations | object | `{}` | Annotations for mimir app | @@ -96,7 +96,7 @@ This chart is maintained by [Adfinis](https://adfinis.com/?pk_campaign=github&pk | rbacManager.destination.namespace | string | `"infra-rbac"` | Namespace | | rbacManager.enabled | bool | `false` | Enable rbac-manager operator | | rbacManager.repoURL | string | [repo](https://charts.fairwinds.com/stable) | Repo URL | -| rbacManager.targetRevision | string | `"1.19.0"` | [rbac-manager operator Helm chart](https://github.com/FairwindsOps/charts/tree/master/stable/rbac-manager) version | +| rbacManager.targetRevision | string | `"1.20.0"` | [rbac-manager operator Helm chart](https://github.com/FairwindsOps/charts/tree/master/stable/rbac-manager) version | | rbacManager.values | object | [upstream values](https://github.com/FairwindsOps/charts/blob/master/stable/rbac-manager/values.yaml) | Helm values | | thanos | object | DEPRECATED | [Thanos](https://thanos.io/) is DEPRECATED, use mimir instead | | thanos.annotations | object | `{}` | Annotations for Thanos app | @@ -112,7 +112,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.4.0"` | [Velero Helm chart](https://github.com/vmware-tanzu/helm-charts/tree/main/charts/velero) | +| velero.targetRevision | string | `"6.7.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 e59e6dc4e..794e7be1d 100644 --- a/charts/infra-apps/values.yaml +++ b/charts/infra-apps/values.yaml @@ -20,7 +20,7 @@ argocd: # -- Chart chart: argo-cd # -- [argo-cd Helm chart](https://github.com/argoproj/argo-helm/tree/main/charts/argo-cd) version - targetRevision: 7.1.1 + targetRevision: 7.2.0 # -- Helm values # @default -- [upstream values](https://github.com/argoproj/argo-helm/blob/main/charts/argo-cd/values.yaml) values: {} @@ -130,7 +130,7 @@ kubePrometheusStack: # -- Chart chart: kube-prometheus-stack # -- [kube-prometheus-stack Helm chart](https://github.com/prometheus-community/helm-charts/tree/main/charts/kube-prometheus-stack) version - targetRevision: 60.0.2 + targetRevision: 60.3.0 syncPolicy: syncOptions: # -- enable server-side-apply for KPS since it get's rid of having to manually sync/replace resources @@ -156,7 +156,7 @@ rbacManager: # -- Chart chart: rbac-manager # -- [rbac-manager operator Helm chart](https://github.com/FairwindsOps/charts/tree/master/stable/rbac-manager) version - targetRevision: 1.19.0 + targetRevision: 1.20.0 # -- Helm values # @default -- [upstream values](https://github.com/FairwindsOps/charts/blob/master/stable/rbac-manager/values.yaml) values: {} @@ -200,7 +200,7 @@ velero: # -- Chart chart: velero # -- [Velero Helm chart](https://github.com/vmware-tanzu/helm-charts/tree/main/charts/velero) - targetRevision: 6.4.0 + targetRevision: 6.7.0 # -- Helm values # @default -- [upstream values](https://github.com/vmware-tanzu/helm-charts/blob/main/charts/velero/values.yaml) values: {} @@ -222,7 +222,7 @@ kured: # -- Chart chart: kured # -- [Kured Helm chart](https://github.com/kubereboot/charts/tree/main/charts/kured) - targetRevision: 5.2.0 + targetRevision: 5.4.5 # -- Helm values # @default -- [upstream values](https://github.com/kubereboot/charts/blob/main/charts/kured/values.yaml) values: {}