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

feat(infra-apps): Update ingress-nginx from 1.9.4 to 1.9.5 #1187

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
21 changes: 10 additions & 11 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.192.0
version: 0.193.0
home: https://github.com/adfinis/helm-charts/tree/main/charts/infra-apps
sources:
- https://github.com/adfinis/helm-charts
Expand All @@ -15,18 +15,17 @@ dependencies:
version: 0.9.1
repository: https://charts.adfinis.com
annotations:
artifacthub.io/containsSecurityUpdates: "true"
artifacthub.io/changes: |
- kind: security
description: "fix: update Argo CD from 2.9.3 to 2.9.4"
description: "feat: Update controller from 1.9.4 to 1.9.5"
links:
- name: Github Release
url: https://github.com/argoproj/argo-cd/releases/tag/v2.9.4
- name: "Controller Releaase 1.9.5"
url: https://github.com/kubernetes/ingress-nginx/releases/tag/controller-v1.9.5
- name: Rapid Reset Patch
url: https://github.com/kubernetes/ingress-nginx/pull/10499
- kind: changed
description: "feat: Update Helm chart from 5.51.6 to 5.53.1"
description: "feat: Update ingress-nginx chart from 4.8.3 to 4.9.0"
links:
- name: "feat: Use new Argo CD extension mechanism"
url: https://github.com/argoproj/argo-helm/pull/2406
- name: "feat: Add optional mapping of argocd-repo-server emptydir to custom volumes"
url: https://github.com/argoproj/argo-helm/pull/2410
- name: "chore: DRY cleanup of ServiceAccounts"
url: https://github.com/argoproj/argo-helm/pull/2409
- name: Chart Update PR
url: https://github.com/kubernetes/ingress-nginx/pull/10795
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.8.3
targetRevision: 4.9.0
# -- Helm values
# @default -- [upstream values](https://github.com/kubernetes/ingress-nginx/blob/main/charts/ingress-nginx/values.yaml)
values: {}
Expand Down
Loading