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.

  1. Go to https://git.systransfer.com/webpush/webpush-directory.
  2. Switch to the branch argocd.
  3. Choose the needed cluster. In our example, we will use de_00.
  4. Choose the needed deployment. In our example, we will use webpush-directory-messages.
  5. Change the values in the values.yaml and push them to the branch.

Sync the new values via the ArgoCD Web Interface

Use your web browser to log in to ArgoCD:

  1. Search for the application name in the search field (appName-clusterName) or use the filter in the left panel.
  2. 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!