Skip to content

Commit

Permalink
Bump nginx ingress to 4.7.1 (#1070)
Browse files Browse the repository at this point in the history
* feat(ingress-nginx): Bump version from 4.6.0 to 4.7.1

* feat(ingress-nginx): Bump version from 4.6.0 to 4.7.1

---------

Co-authored-by: Toni Tauro <[email protected]>
  • Loading branch information
janaurka and eyenx authored Jul 13, 2023
1 parent 6345350 commit 6efb975
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 45 deletions.
50 changes: 8 additions & 42 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.166.0
version: 0.167.0
home: https://github.com/adfinis/helm-charts/tree/main/charts/infra-apps
sources:
- https://github.com/adfinis/helm-charts
Expand All @@ -16,46 +16,12 @@ dependencies:
repository: https://charts.adfinis.com
annotations:
artifacthub.io/changes: |
- kind: security
description: "feat: update dexIDP from 2.36.0 -> 2.37.0"
links:
- name: "GitHub PR"
url: https://github.com/argoproj/argo-helm/pull/2155
- kind: changed
description: "feat(argo-cd): Update Argo CD from 2.7.4 to 2.7.7"
links:
- name: Argo CD 2.7.7
url: https://github.com/argoproj/argo-cd/releases/tag/v2.7.7
- name: Argo CD 2.7.6
url: https://github.com/argoproj/argo-cd/releases/tag/v2.7.6
- name: Argo CD 2.7.5
url: https://github.com/argoproj/argo-cd/releases/tag/v2.7.5
- kind: changed
description: "feat(argo-cd): Update chart 5.36.2 to 5.38.0"
description: "feat(nginx-ingress): Update nginx-ingress from 4.6.0 to 4.7.1"
links:
- name: "chore: update Argo CD to 2.7.7"
url: https://github.com/argoproj/argo-helm/pull/2147
- name: "feat: Update appset deployment template"
url: https://github.com/argoproj/argo-helm/pull/2145
- name: "fix: Remove necessary `create` entry in `argocd-cmd-params-cm` ConfigMap"
url: https://github.com/argoproj/argo-helm/pull/2146
- name: "fix: Update argo-cd.strategy template"
url: https://github.com/argoproj/argo-helm/pull/2144
- name: "fix: Add usages to ArgoCD server certificate"
url: https://github.com/argoproj/argo-helm/pull/2143
- name: "fix: gRPC service target port"
url: https://github.com/argoproj/argo-helm/pull/2138
- name: "feat: Add `ARGOCD_NOTIFICATIONS_CONTROLLER_LOGLEVEL` and `ARGOCD_NOTIFICATIONS_CONTROLLER_LOGFORMAT` env vars to argo-notifications Deployment"
url: https://github.com/argoproj/argo-helm/pull/2127
- name: "feat: Conditionally create the argocd-cmd-params-cm ConfigMap"
url: https://github.com/argoproj/argo-helm/pull/2129
- name: "chore: Upgrade Argo CD to v2.7.6"
url: https://github.com/argoproj/argo-helm/pull/2123
- name: "feat: Add app.kubernetes.io/version label"
url: https://github.com/argoproj/argo-helm/pull/2122
- name: "fix: helm lint error when extraObjects is defined"
url: https://github.com/argoproj/argo-helm/pull/2116
- name: "chore: upgrade argo-cd to v2.7.5"
url: https://github.com/argoproj/argo-helm/pull/2108
- name: "fix: Allow specify redis config file"
url: https://github.com/argoproj/argo-helm/pull/2100
- name: nginx-ingress 4.7.1
url: https://artifacthub.io/packages/helm/ingress-nginx/ingress-nginx?modal=changelog&version=4.7.1
- name: nginx-ingress 4.7.0
url: https://artifacthub.io/packages/helm/ingress-nginx/ingress-nginx?modal=changelog&version=4.7.0
- name: nginx-ingress 4.6.1
url: https://artifacthub.io/packages/helm/ingress-nginx/ingress-nginx?modal=changelog&version=4.6.1
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.6.0
targetRevision: 4.7.1
# -- 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 6efb975

Please sign in to comment.