Deepfactor rolls out regular updates for on prem deployments with additional functionality. Please update your portal regularly to receive such updates. The following document describes the steps to update your portal
If you installed Deepfactor portal using AWS Cloudformation template (CFT) or OVA, please ssh into the machine.
If you installed Deepfactor in your K8s cluster, please login to a machine that has
- kubectl installed
- helm installed
- kube-config is installed for the Kubernetes cluster on which Deepfactor portal is installed.
Run the following commands
helm repo add deepfactor https://static.deepfactor.io/helm-charts helm repo update helm upgrade df-stable deepfactor/deepfactor -f override.yaml --namespace=deepfactor
Note:
- df-stable is the release name specified when you installed the Deepfactor helm charts.
- override.yaml is the path to the override parameters yaml file you specified during installation.
Please note, that the latest Deepfactor portal images will be pulled and pods will be restarted during this process causing a small downtime. During this period, telemetry from your application components running with Deepfactor will be lost.