cognigy.azurecr.io
in both of them (Are the same credentials as for the Docker registry). Then do the following:
-
Set the following environment variable for running all the commands below:
-
Login to the OCI prod registry with the following command:
Pulling and installing at the same time (preferred)
The following command can be used to install and pull the Live Agent Helm chart at the same time:custom-values.yaml
file can contain just the values that need to be overridden, such as ingresses configurations, replicas and resources. In this way, the new release won’t break the existing setup. You can refer to the documentation and see the release notes related to Helm if it does.
Pulling and modifying the values.yaml
file
Run the following command:
live-agent-X.X.X.tgz
Now it can be uncompressed, the values.yaml
file inside the folder needs to be modified according to your needs and then, the chart can be installed by using the following command:
After running the helm install
command
Note: Our Helm chart has been tested and is compatible with API version v2. Older versions are not compatible.This command will create the secrets, deploy the pods, and run a job building the tables on the Database. Also, remember that if you have a secret for pulling Docker images, it must also be applied to the namespace where Live Agent will be installed. After some time, the following message should appear.