ArgoCD - WebPush Deployment Chart Values Change
To change the deployment chart values via the GitOps model, we need to change it in the GitLab Repository.
Edit the chart values file in the GitLab Repository
In our example, we will use the Webpush Directory Chart.
- Go to https://git.systransfer.com/webpush/webpush-directory.
- Switch to the branch
argocd. - Choose the needed cluster. In our example, we will use
de_00.
- Choose the needed deployment. In our example, we will use
webpush-directory-messages.
- Change the values in the
values.yamland push them to the branch.
Sync the new values via the ArgoCD Web Interface
Use your web browser to log in to ArgoCD:
- ArgoCD URL: https://argo.sytra.net
- Search for the application name in the search field (
appName-clusterName) or use the filter in the left panel.
- Click the “Sync” (or “Sync Apps” if you want to sync multiple apps at one time) button and then click “Synchronize”.
Congrats! Everything is synced now!
