Skip to content

Commit

Permalink
fix(infra-apps): upgrade ingress-nginx chart to 4.8.3 (#1137)
Browse files Browse the repository at this point in the history
  • Loading branch information
tongpu authored Oct 26, 2023
1 parent 7933bc7 commit 6ba16c8
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 26 deletions.
29 changes: 6 additions & 23 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.182.0
version: 0.183.0
home: https://github.com/adfinis/helm-charts/tree/main/charts/infra-apps
sources:
- https://github.com/adfinis/helm-charts
Expand All @@ -15,27 +15,10 @@ dependencies:
version: 0.9.0
repository: https://charts.adfinis.com
annotations:
artifacthub.io/containsSecurityUpdates: "true"
artifacthub.io/changes: |
- kind: changed
description: "feat(infra-apps): Update kured from 4.2.0 to 5.2.0"
- kind: security
description: "feat(infra-apps): Update ingress-nginx from 4.7.1 to 4.8.3"
links:
- 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
- name: "fix: updates to ingress-nginx 1.9.4 to fix CVE-2023-5043 and CVE-2023-5044"
url: https://github.com/kubernetes/ingress-nginx/pull/10568
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 @@ -111,7 +111,7 @@ ingressNginx:
# -- Chart
chart: ingress-nginx
# -- [ingress-nginx Helm chart](https://github.com/kubernetes/ingress-nginx/tree/main/charts/ingress-nginx) version
targetRevision: 4.7.1
targetRevision: 4.8.3
# -- Helm values
# @default -- [upstream values](https://github.com/kubernetes/ingress-nginx/blob/main/charts/ingress-nginx/values.yaml)
values: {}
Expand Down

0 comments on commit 6ba16c8

Please sign in to comment.