Skip to main content
Skip table of contents

VeridiumID Containers - Upgrade Procedure from 3.7.0 to 3.7.1

1. Prerequisites

Please install the following software on the machine that will be used to deploy VeridiumID:

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

https://veridium-repo.veridium-dev.com/repository/docker-images/11.1.10/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

CODE
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

CODE
# 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
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.