eclipse-tractusx / sig-infra

Apache License 2.0
2 stars 2 forks source link

Upgrade ArgoCD to 2.7 #239

Closed carslen closed 11 months ago

carslen commented 1 year ago

Upgrade ReadMe

https://argo-cd.readthedocs.io/en/stable/operator-manual/upgrading/2.6-2.7/

Things to check

carslen commented 1 year ago

RBAC changes

No action required, as we're not using asterik in our project definitions, examples:

We, as Org admins, use ArgoCD default project permissions.

carslen commented 1 year ago

HELM version

Helm version has been upgraded from 3.10.3 to 3.11.2.

carslen commented 1 year ago

Kustomize version

Kustomize version has been upgraded from 4.5.7 to 5.0.1.

carslen commented 1 year ago

Notifications: ^ behavior change in Sprig's semver functions

No obvious effects to our setup.

carslen commented 1 year ago

Tini as entrypoint

Internal change in ArgoCD images/container setup

carslen commented 1 year ago

Deep Links template updates

Improvements to deep links.

carslen commented 1 year ago

Support of helm.sh/resource-policy annotation

Improvement, new feature.

carslen commented 1 year ago

Check your Kustomize patches for --redis changes

We're using default config, no changes to redis server name in our setup.

carslen commented 1 year ago

argocd applicationset CLI incompatibilities for ApplicationSets with list generators

argocd cli had issues with applicationset in cli version < 2.7.3.

carslen commented 12 months ago

PR #417 merged to main. Start testing ArgoCD 2.7 on devsecops cluster. Move ticket back to in progress

carslen commented 12 months ago

DEVSECOPS-TESTING cluster has been updated to 2.7.

App creation incl. using AVP is working as expected. After approval I'll push the currently missing GH tag ArgoCD-v2.7.14-c0_AVP-v1.16.1 to main branch and update to other envs.

hzierer commented 12 months ago

so far it seems to work. 😉

carslen commented 11 months ago

Pushed missing GH tag to main branch. ArgoCD instances will be updated accordingly during the day.