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

chore(argocd): update to 5.53.12 / 2.9.5 #1195

Closed
wants to merge 2 commits into from
Closed
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
16 changes: 7 additions & 9 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.193.0
version: 0.193.1
home: https://github.com/adfinis/helm-charts/tree/main/charts/infra-apps
sources:
- https://github.com/adfinis/helm-charts
Expand All @@ -17,15 +17,13 @@ dependencies:
annotations:
artifacthub.io/containsSecurityUpdates: "true"
artifacthub.io/changes: |
- kind: security
description: "feat: Update controller from 1.9.4 to 1.9.5"
- kind: changed
description: "feat: Update argocd from 2.9.4 to 2.9.5"
links:
- name: "Controller Releaase 1.9.5"
- name: "ArgoCD release 2.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 ingress-nginx chart from 4.8.3 to 4.9.0"
description: "feat: Update argocd chart version from 5.53.1 to 5.53.12"
links:
- name: Chart Update PR
url: https://github.com/kubernetes/ingress-nginx/pull/10795
- name: Chart Release
url: https://github.com/argoproj/argo-helm/releases/tag/argo-cd-5.53.12
2 changes: 1 addition & 1 deletion charts/infra-apps/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 1 addition & 4 deletions charts/infra-apps/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ argocd:
# -- Chart
chart: argo-cd
# -- [argo-cd Helm chart](https://github.com/argoproj/argo-helm/tree/main/charts/argo-cd) version
targetRevision: 5.53.1
targetRevision: 5.53.12
# -- Helm values
# @default -- [upstream values](https://github.com/argoproj/argo-helm/blob/main/charts/argo-cd/values.yaml)
values: {}
Expand All @@ -47,7 +47,6 @@ certManager:
# @default -- [upstream values](https://github.com/cert-manager/cert-manager/blob/master/deploy/charts/cert-manager/values.yaml)
values: {}


# -- [cert-manager-issuers](https://cert-manager.io/docs/configuration/)
# @default -- [example](./examples/cert-manager-issuers.yaml)
certManagerIssuers:
Expand All @@ -70,7 +69,6 @@ certManagerIssuers:
# @default -- [upstream values](https://github.com/adfinis/helm-charts/blob/main/charts/cert-manager-issuers/values.yaml)
values: {}


# -- [cert-manager-monitoring](https://cert-manager.io/docs/configuration/)
# @default -- [example](./examples/cert-manager-monitoring.yaml)
certManagerMonitoring:
Expand All @@ -93,7 +91,6 @@ certManagerMonitoring:
# @default -- [upstream values](https://github.com/adfinis/helm-charts/blob/main/charts/cert-manager-monitoring/values.yaml)
values: {}


# -- [NGINX Ingress Controller](https://kubernetes.github.io/ingress-nginx/)
# @default -- [example](./examples/nginx-ingress.yaml)
ingressNginx:
Expand Down
Loading