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

update argo to 2.12.5 #1811

Merged
merged 2 commits into from
Oct 25, 2024
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
2 changes: 1 addition & 1 deletion k8s/helmfile/argo-cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ releases:
- name: argo-cd-base
namespace: argocd
chart: argo-cd/argo-cd
version: '6.7.15'
version: '7.6.11'
<<: *default_release
4 changes: 2 additions & 2 deletions k8s/helmfile/env/production/argo-cd-base.values.yaml.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ server:
resources:
limits:
cpu: 100m
memory: 128Mi
memory: 512Mi
requests:
cpu: 50m
memory: 64Mi
memory: 256Mi