feat(infra-apps): update argo-cd from 4.10 to 5.4 #780
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Updates the Argo CD Helm chart from 4.10 to 5.4. The changes are summarized below.
The most important change that affects us is the one leading to the 5.x release. YOu can check if you need to do anything with the following steps:
kubectl -n infra-argocd get deployments
returnsargocd-server
, if it does this deployment will change it to a StatefulSet for HA purposes.configs.repositories
is set, if it is, some manual intervention will be neededconfigs.repositoryCredentials
is set, if it is, some manual intervention will be neededserver.additionalApplications
orserver.additionalProjects
are used, if they are, intervention is needed. I will prepare a follow-up PR that prepares to useargocd-apps
in cases where we are affected.A complete list of the changes may be found in the README: https://github.com/argoproj/argo-helm/tree/main/charts/argo-cd#upgrading
Issues
5.0
5.1
5.2
5.3
ARGOCD_CONTROLLER_REPLICAS
is now automatically set by replica count5.4
Checklist
pre-commit run
docs/