...
If your Kubernetes cluster has no access to the internet, you can pull the images from the MID registry, re-tag them and push them to your private registry. State the name of your private registry in the property
Code Block |
---|
global:
[...]
registry: <Name of your private registry> |
in your values file.
Install Smartfacts
Execute the Installation
...
Code Block |
---|
sudo helm upgrade --install --timeout 20m0s smartfacts mid-smartfacts/smartfacts -f values.yaml --version 4.7.35-genoslcv2 -n smartfacts --create-namespace |
...