@@ -18,7 +18,7 @@ Read more about the On-Premise solution [here](https://docs.2gis.com/en/on-premi
1818| ------------------------- | -------------------------------- | ------------------------------- |
1919| ` nodejs.image.repository ` | Floors backend image repository. | ` 2gis-on-premise/floors-nodejs ` |
2020| ` nodejs.image.pullPolicy ` | Floors backend pull policy. | ` IfNotPresent ` |
21- | ` nodejs.image.tag ` | Floors backend image tag. | ` 1.0.4 ` |
21+ | ` nodejs.image.tag ` | Floors backend image tag. | ` 1.1.0 ` |
2222| ` nginx.image.repository ` | Floors nginx image repository. | ` 2gis-on-premise/nginx ` |
2323| ` nginx.image.pullPolicy ` | Floors nginx pull policy. | ` IfNotPresent ` |
2424| ` nginx.image.tag ` | Floors nginx image tag. | ` 1.21.6 ` |
@@ -102,9 +102,16 @@ Read more about the On-Premise solution [here](https://docs.2gis.com/en/on-premi
102102| Name | Description | Value |
103103| ---------------------------------- | -------------------------------- | --------------------------------- |
104104| ` import.image.repository ` | Import task image repository. | ` 2gis-on-premise/floors-importer ` |
105- | ` import.image.tag ` | Import task image tag. | ` 1.0.4 ` |
105+ | ` import.image.tag ` | Import task image tag. | ` 1.1.0 ` |
106106| ` import.image.pullPolicy ` | Import task pull policy. | ` IfNotPresent ` |
107107| ` import.resources.requests.cpu ` | A CPU request, e.g., ` 100m ` . | |
108108| ` import.resources.requests.memory ` | A memory request, e.g., ` 128Mi ` . | |
109109| ` import.resources.limits.cpu ` | A CPU limit, e.g., ` 100m ` . | |
110110| ` import.resources.limits.memory ` | A memory limit, e.g., ` 128Mi ` . | |
111+
112+ ### ** Custom Certificate Authority**
113+
114+ | Name | Description | Value |
115+ | --------------------- | --------------------------------------------------------------------------------------------------------------------------- | ----- |
116+ | ` customCAs.bundle ` | Custom CA [ text representation of the X.509 PEM public-key certificate] ( https://www.rfc-editor.org/rfc/rfc7468#section-5.1 ) | ` "" ` |
117+ | ` customCAs.certsPath ` | Custom CA bundle mount directory in the container. | ` "" ` |
0 commit comments