| `HELM_CLI_IMAGE` | The Docker image used to run Helm | `alpine/helm:latest` - **it is highly recommended to set the CLI version compatible with your Kubernetes server** |
| `HELM_CLI_IMAGE` | The Docker image used to run Helm <br/>:warning: **set the version required by your Kubernetes server** |`alpine/helm:latest` |
| `HELM_CHART_DIR` | The folder in which is stored the Helm chart | `.` |
| `HELM_CHART_DIR` | The folder in which is stored the Helm chart | `.` |
| `HELM_ENV_VALUE_NAME` | The environment type variable set to helm | `env` |
| `HELM_ENV_VALUE_NAME` | The environment type variable set to helm | `env` |
| `HELM_HOSTNAME_VALUE_NAME` | The hostname variable set to helm | `hostname` |
| `HELM_HOSTNAME_VALUE_NAME` | The hostname variable set to helm | `hostname` |
...
@@ -342,6 +342,6 @@ variables:
...
@@ -342,6 +342,6 @@ variables:
# $VAULT_ROLE_ID and $VAULT_SECRET_ID defined as a secret CI/CD variable
# $VAULT_ROLE_ID and $VAULT_SECRET_ID defined as a secret CI/CD variable
```
```
## Gitlab compatibility
## GitLab compatibility
:information_source: This template is actually tested and validated on GitLab Community Edition instance version 13.12.11
:information_source: This template is actually tested and validated on GitLab Community Edition instance version 13.12.11