agent-assist-backend
and agent-assist-frontend
services.
DNS Name Change Required
DNS Name Change Required
The rebranding from Agent Assist to Agent Copilot requires a DNS name change for both the backend and frontend services. This change must be completed before executing the
helm upgrade
command for the next release. The objective is to transfer the existing DNS names to the legacyHost
field and introduce new DNS names in the host
field in the values.yaml
file.Minimal Service Interruption
Minimal Service Interruption
This DNS name change is meant to minimize service interruptions. Agent Copilot sessions will remain active for 7 days, giving you enough time to apply the change and transition smoothly to the new DNS names.
Prerequisites
- Cognigy.AI Helm chart version 4.68.0 or higher is required.
Pre-Migration Tasks
- Ensure you have administrative access to your DNS settings.
- Back up your current
values.yaml
file.
Update values.yaml
In the top-level ingress
section of your values.yaml
file, find the agentAssistBackend
and agentAssistFrontend
blocks. In these blocks, specify the new DNS names while retaining the old (legacy) ones for the transition period.
The example of how to update the values.yaml
file:
Validate DNS Configuration
Ensure the new DNS names are correctly configured in your DNS provider’s settings. Before proceeding with the Helm upgrade, you must have the new DNS names resolved properly.Migration Process
Execute Helm Upgrade
Once you’ve updated yourvalues.yaml
file with the new and legacy DNS names, proceed with the Helm upgrade command to apply the DNS changes to your environment.
<helm-chart-version>
with the version of the Helm chart you are using. The migration guide is based on the assumption that you are using at least version 4.68.0 of the Helm chart.