Updating the GDPR Application
To update or upgrade the GDPR application to the latest version, complete the following steps:
- Connect to the management node under the root user through SSH.
-
Run these commands:
-
To upgrade without value change (default):
# helm upgrade gdpr-backend a8n/gdpr-backend --verison 3.2.24
-
To upgrade with value change (required in some cases):
# helm get values gdpr-backend -o yaml > existing-gdpr-values.yaml
# helm upgrade gdpr-backend a8n/gdpr-backend --verison 3.2.24 -f existing-gdpr-values.yaml --set value1=abcde
-