In some situations, the Smartfacts server has no access to the internet. In this case, it is not possible to download the needed software and images. This article describes which options we have to install Smartfacts in such scenarios.
...
Change to your user's home directory on the server and create a new text file
values.yaml
with the following content:Code Block global: domain: "<your-domain>" smartfactsVersionOverride: "<downloaded common version>" #Syntax example: "2022.11.3" or "2022.12" commonVersionOverride: "<downloaded common version>" genoslcVersionOverride: "<downloaded common version>" instance: "smartfacts-poc" registry: "library" cert: crtFullChain: "<FULL-CHAIN-CERT-BASE64>" key: "<CERT-KEY-BASE64>" ingress: enabled: true mailservice: enabled: false genoslc: enabled: false
Replace the value of the domain property with your domain name.
Replace the value of the properties “smartfactsVersionOverride”, “commonVersionOverride“ and “genoslcVersionOverride“ with the exact versions of the images. You will see these versions by visiting the page https://cp.mid.de/releases/smartfacts-air-gapped/smartfacts_air_gapped_<HELM_CHART_VERSION>.html, where <HELM_CHART_VERSION> is the exact version of the Helm chart downloaded.
If for example the helm chart version 3.12.14 is downloaded you will find the versions to insert here:Replace the placeholder of the crtFullChain property with the content of the file
chain.crt.base64
.Replace the placeholder of the key property with the content of the
key.base64
file.Save the
values.yaml
file.
...
Expand | ||||||
---|---|---|---|---|---|---|
| ||||||
Provide container images with a proxy container registryPlease contact your administrators to add the Smartfacts registry https://repo.mid.de to the proxy registry. Add login data to the proxy registryTo connect to your proxy registry you must insert the login information of the proxy registry in your values.yaml file. To do so, replace the placeholder in the following text and insert it into a file “registrylogin.txt” on the Smartfacts server.
|
...