Skip to content

Commit

Permalink
feat(infra-apps): Update kured from 4.2.0 to 5.2.0 (#1133)
Browse files Browse the repository at this point in the history
* 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 <[email protected]>
  • Loading branch information
maxthier and maxthier authored Oct 10, 2023
1 parent 94e34b0 commit f1fbc37
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 7 deletions.
26 changes: 22 additions & 4 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.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
Expand All @@ -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
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 @@ -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: {}
Expand Down

0 comments on commit f1fbc37

Please sign in to comment.