Skip to content

Commit

Permalink
feat(infra-apps): upgrade kured from 4.0.1 to 4.1.0 (#880)
Browse files Browse the repository at this point in the history
  • Loading branch information
hairmare authored Nov 23, 2022
1 parent b84d80b commit dc73979
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 8 deletions.
20 changes: 15 additions & 5 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.129.0
version: 0.130.0
home: https://github.com/adfinis/helm-charts/tree/main/charts/infra-apps
sources:
- https://github.com/adfinis/helm-charts
Expand All @@ -17,12 +17,22 @@ dependencies:
annotations:
artifacthub.io/changes: |
- kind: changed
description: "feat(ingress): Release 1.4.0"
description: "feat(kured): update chart to 1.11.0"
links:
- name: GitHub Commit
url: https://github.com/kubereboot/charts/commit/c3656490312fb42ad79605cf3609ed0d55c9395e
- kind: added
description: "feat(kured): Add hostNetwork option"
links:
- name: GitHub PR
url: https://github.com/kubereboot/charts/pull/16
- kind: changed
description: "feat(ingress): fix wrong indention on skipWaitForDeleteTimeout"
links:
- name: GitHub PR
url: https://github.com/kubernetes/ingress-nginx/pull/9108
url: https://github.com/kubereboot/charts/pull/17
- kind: changed
description: "feat(ingress): release 1.5.1"
description: "feat(ingress): Revert 'Temporarily revert to dockerhub'"
links:
- name: GitHub PR
url: https://github.com/kubernetes/ingress-nginx/pull/9280
url: https://github.com/kubereboot/charts/pull/4
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 @@ -221,7 +221,7 @@ kured:
# -- Chart
chart: kured
# -- [Kured Helm chart](https://github.com/kubereboot/kured/tree/main/charts/kured)
targetRevision: 4.0.1
targetRevision: 4.1.0
# -- Helm values
# @default -- [upstream values](https://github.com/kubereboot/kured/blob/main/charts/kured/values.yaml)
values: {}
Expand Down

0 comments on commit dc73979

Please sign in to comment.