From f1fbc37458f017e3f06cc258f3cca701f6d71c3c Mon Sep 17 00:00:00 2001 From: Marlon <49958228+maxthier@users.noreply.github.com> Date: Tue, 10 Oct 2023 10:33:20 +0200 Subject: [PATCH] feat(infra-apps): Update kured from 4.2.0 to 5.2.0 (#1133) * feat(infra-apps): Update kured from 4.2.0 to 5.2.0 * fix(infra-apps): added missing "" in Chart.yaml --------- Co-authored-by: Marlon Moser --- charts/infra-apps/Chart.yaml | 26 ++++++++++++++++++++++---- charts/infra-apps/README.md | 4 ++-- charts/infra-apps/values.yaml | 2 +- 3 files changed, 25 insertions(+), 7 deletions(-) diff --git a/charts/infra-apps/Chart.yaml b/charts/infra-apps/Chart.yaml index ec7c2495f..11beb38d5 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.181.0 +version: 0.182.0 home: https://github.com/adfinis/helm-charts/tree/main/charts/infra-apps sources: - https://github.com/adfinis/helm-charts @@ -17,7 +17,25 @@ dependencies: annotations: artifacthub.io/changes: | - kind: changed - description: "feat(infra-apps): Update kubePrometheusStack from 49.2.0 to 51.2.0" + description: "feat(infra-apps): Update kured from 4.2.0 to 5.2.0" links: - - name: Upgrades Prometheus-Operator to v0.68.0, Prometheus to 2.47.0 and Thanos to v0.32.2 - url: https://github.com/prometheus-community/helm-charts/tree/main/charts/kube-prometheus-stack#from-50x-to-51x + - name: "fix: annotate nodes for reboot before aborting due to blocked" + url: https://github.com/kubereboot/kured/pull/749 + - name: "update docs location" + url: https://github.com/kubereboot/kured/pull/758 + - name: "feat: metrics port command" + url: https://github.com/kubereboot/kured/pull/780 + - name: "Support pod-selector for drain command" + url: https://github.com/kubereboot/kured/pull/788 + - name: "Use readOnlyRootFilesystem" + url: https://github.com/kubereboot/kured/pull/805 + - name: "Log on unusual sentinel-command exit code" + url: https://github.com/kubereboot/kured/pull/806 + - name: "Don’t hold node lock if reboot is blocked" + url: https://github.com/kubereboot/kured/pull/819 + - name: "Add argument to invert the behavior of alert-filter-regexp" + url: https://github.com/kubereboot/kured/pull/786 + - name: "Add multiple concurrent node reboot" + url: https://github.com/kubereboot/kured/pull/660 + - name: "Adds new flag --metrics-host" + url: https://github.com/kubereboot/kured/pull/811 diff --git a/charts/infra-apps/README.md b/charts/infra-apps/README.md index f3f384c0e..2bae15436 100644 --- a/charts/infra-apps/README.md +++ b/charts/infra-apps/README.md @@ -1,6 +1,6 @@ # infra-apps -![Version: 0.181.0](https://img.shields.io/badge/Version-0.181.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) +![Version: 0.182.0](https://img.shields.io/badge/Version-0.182.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 @@ -88,7 +88,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 | `"4.2.0"` | [Kured Helm chart](https://github.com/kubereboot/charts/tree/main/charts/kured) | +| kured.targetRevision | string | `"5.2.0"` | [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 | diff --git a/charts/infra-apps/values.yaml b/charts/infra-apps/values.yaml index 7ee4e9cdb..3452e0fbb 100644 --- a/charts/infra-apps/values.yaml +++ b/charts/infra-apps/values.yaml @@ -226,7 +226,7 @@ kured: # -- Chart chart: kured # -- [Kured Helm chart](https://github.com/kubereboot/charts/tree/main/charts/kured) - targetRevision: 4.2.0 + targetRevision: 5.2.0 # -- Helm values # @default -- [upstream values](https://github.com/kubereboot/charts/blob/main/charts/kured/values.yaml) values: {}