Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(infra-apps): upgrade ingress-nginx chart to 4.8.3 #1137

Merged
merged 1 commit into from
Oct 26, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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