Skip to content

Commit b682cbe

Browse files
authored
chore(infra-apps): update kured chart from 5.4.5 to 5.5.2 (#1345)
1 parent 4df50f7 commit b682cbe

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

charts/infra-apps/Chart.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: infra-apps
33
description: Argo CD app-of-apps config for infrastructure components
44
type: application
5-
version: 0.225.0
5+
version: 0.226.0
66
home: https://github.com/adfinis/helm-charts/tree/main/charts/infra-apps
77
sources:
88
- https://github.com/adfinis/helm-charts
@@ -18,11 +18,11 @@ annotations:
1818
artifacthub.io/containsSecurityUpdates: "false"
1919
artifacthub.io/changes: |
2020
- kind: changed
21-
description: "chore: Update mimir chart to 5.5.1, mimir version to 2.14.0"
21+
description: "chore: Update kured chart to 5.5.2 and app to 1.16.2"
2222
links:
23-
- name: "Grafana Mimir Release 2.14.0"
24-
url: "https://github.com/grafana/mimir/releases/tag/mimir-2.14.0"
25-
- name: "Grafana Mimir Helm Chart Release Notes 5.5"
26-
url: "https://grafana.com/docs/helm-charts/mimir-distributed/latest/release-notes/v5.5/"
27-
- name: "Grafana Mimir Helm Chart detailed Release Notes"
28-
url: "https://github.com/grafana/mimir/blob/main/operations/helm/charts/mimir-distributed/CHANGELOG.md"
23+
- name: "Update kured chart to 5.5.2"
24+
url: https://github.com/kubereboot/charts/commits/main/charts/kured
25+
- name: "Update kured to 1.16.2"
26+
url: https://github.com/kubereboot/kured/releases
27+
- name: "Bump kubernetes-versions to 0.29.x"
28+
url: https://github.com/kubereboot/kured/releases/tag/1.16.0

charts/infra-apps/README.md

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

charts/infra-apps/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ kured:
200200
# -- Chart
201201
chart: kured
202202
# -- [Kured Helm chart](https://github.com/kubereboot/charts/tree/main/charts/kured)
203-
targetRevision: 5.4.5
203+
targetRevision: 5.5.2
204204
# -- Helm values
205205
# @default -- [upstream values](https://github.com/kubereboot/charts/blob/main/charts/kured/values.yaml)
206206
values: {}

0 commit comments

Comments
 (0)