|
1 | 1 | # dial-admin |
2 | 2 |
|
3 | | -  |
| 3 | +  |
4 | 4 |
|
5 | 5 | Helm chart for DIAL Admin |
6 | 6 |
|
@@ -123,7 +123,7 @@ helm install my-release dial/dial-admin -f values.yaml |
123 | 123 | | backend.image.pullSecrets | list | `[]` | Optionally specify an array of imagePullSecrets. Secrets must be manually created in the namespace. [Documentation](https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/) | |
124 | 124 | | backend.image.registry | string | `"docker.io"` | Image registry | |
125 | 125 | | backend.image.repository | string | `"epam/ai-dial-admin-backend"` | Image repository | |
126 | | -| backend.image.tag | string | `"0.12.0"` | Image tag (immutable tags are recommended) | |
| 126 | +| backend.image.tag | string | `"0.13.0"` | Image tag (immutable tags are recommended) | |
127 | 127 | | backend.initContainers | list | `[]` | Add additional init containers to the dial-admin backend pod(s) [Documentation](https://kubernetes.io/docs/concepts/workloads/pods/init-containers/) | |
128 | 128 | | backend.lifecycleHooks | object | `{}` | for the dial-admin backend container(s) to automate configuration before or after startup | |
129 | 129 | | backend.livenessProbe | object | [Documentation](https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-probes/#configure-probes) | Liveness Probes configuration | |
@@ -246,7 +246,7 @@ helm install my-release dial/dial-admin -f values.yaml |
246 | 246 | | frontend.image.pullPolicy | string | `"Always"` | Frontend image pull policy | |
247 | 247 | | frontend.image.registry | string | `"docker.io"` | Frontend image registry | |
248 | 248 | | frontend.image.repository | string | `"epam/ai-dial-admin-frontend"` | Frontend image repository | |
249 | | -| frontend.image.tag | string | `"0.12.4"` | Frontend image tag | |
| 249 | +| frontend.image.tag | string | `"0.13.4"` | Frontend image tag | |
250 | 250 | | fullnameOverride | string | `""` | String to fully override common.names.fullname | |
251 | 251 | | global.compatibility.openshift.adaptSecurityContext | string | `"disabled"` | Adapt the securityContext sections of the deployment to make them compatible with Openshift restricted-v2 SCC: remove runAsUser, runAsGroup and fsGroup and let the platform use their allowed default IDs. Possible values: auto (apply if the detected running cluster is Openshift), force (perform the adaptation always), disabled (do not perform adaptation) | |
252 | 252 | | global.imagePullSecrets | list | `[]` | Global Docker registry secret names as an array | |
|
0 commit comments