1. Prerequisites
Please install the following software on the machine that will be used to deploy VeridiumID:
-
Helm 3. Please check your installed version by running
helm version
2. Download docker images
If using a custom Docker registry, please download and unpack the following archive, then upload its contents to your Docker registry.
|
Name |
URL |
SHA256 |
MD5 |
|---|---|---|---|
|
veridiumid-saas-images-3.7.1.tar.gz |
10163124b33cfd4bd906793458d6d9cabc0c19b4c16c8a6498c3fc357c6b190d |
171622c9d3ee8adbf3d601d5523453df |
3. Change directory to the folder where veridium-containers folder is located
4. Download required files
wget --user <NEXUS_USER> --password <NEXUS_PASSWORD> https://veridium-repo.veridium-dev.com/repository/helm-releases/veridiumid-containers/3.7.1/veridiumid-laas-3.7.1.zip
unzip -o veridiumid-laas-3.7.1.zip -d 3.7.1
5. Begin upgrade
The NAMESPACE and ENV_NO variables depend on your existing installation.
In veridiumid-containers/k8ssandra-values.yaml file under cassandra.serverImage section, change the tag of vid-cassandra image to 11.1.10
# update Cassandra
helm upgrade --install -n <NAMESPACE> -f veridiumid-containers/k8ssandra-values.yaml k8ssandra-<ENV_NO> ./3.7.1/vid-k8ssandra-0.6.7.tgz
# upgrade VeridiumID
helm upgrade --install -n <NAMESPACE> -f veridiumid-containers/veridiumid-values.yaml veridiumid ./3.7.1/veridiumid-0.6.7.tgz