Skip to content

Commit 29b7394

Browse files
feat: DIAL Admin release 0.13 (#218)
1 parent 6d2f452 commit 29b7394

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

charts/dial-admin/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ annotations:
22
category: MachineLearning
33
licenses: Apache-2.0
44
apiVersion: v2
5-
appVersion: "0.12.0"
5+
appVersion: "0.13.0"
66
dependencies:
77
- name: common
88
repository: oci://registry-1.docker.io/bitnamicharts
@@ -31,4 +31,4 @@ maintainers:
3131
name: dial-admin
3232
sources:
3333
- https://github.com/epam/ai-dial-helm/tree/main/charts/dial-admin
34-
version: 0.7.0
34+
version: 0.8.0

charts/dial-admin/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# dial-admin
22

3-
![Version: 0.7.0](https://img.shields.io/badge/Version-0.7.0-informational?style=flat-square) ![AppVersion: 0.12.0](https://img.shields.io/badge/AppVersion-0.12.0-informational?style=flat-square)
3+
![Version: 0.8.0](https://img.shields.io/badge/Version-0.8.0-informational?style=flat-square) ![AppVersion: 0.13.0](https://img.shields.io/badge/AppVersion-0.13.0-informational?style=flat-square)
44

55
Helm chart for DIAL Admin
66

@@ -123,7 +123,7 @@ helm install my-release dial/dial-admin -f values.yaml
123123
| 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/) |
124124
| backend.image.registry | string | `"docker.io"` | Image registry |
125125
| 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) |
127127
| backend.initContainers | list | `[]` | Add additional init containers to the dial-admin backend pod(s) [Documentation](https://kubernetes.io/docs/concepts/workloads/pods/init-containers/) |
128128
| backend.lifecycleHooks | object | `{}` | for the dial-admin backend container(s) to automate configuration before or after startup |
129129
| 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
246246
| frontend.image.pullPolicy | string | `"Always"` | Frontend image pull policy |
247247
| frontend.image.registry | string | `"docker.io"` | Frontend image registry |
248248
| 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 |
250250
| fullnameOverride | string | `""` | String to fully override common.names.fullname |
251251
| 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) |
252252
| global.imagePullSecrets | list | `[]` | Global Docker registry secret names as an array |

charts/dial-admin/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ backend:
3636
# -- Image repository
3737
repository: epam/ai-dial-admin-backend
3838
# -- Image tag (immutable tags are recommended)
39-
tag: 0.12.0
39+
tag: 0.13.0
4040
# -- Image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag image tag (immutable tags are recommended)
4141
digest: ""
4242
# -- Image pull policy
@@ -523,7 +523,7 @@ frontend:
523523
# -- Frontend image repository
524524
repository: epam/ai-dial-admin-frontend
525525
# -- Frontend image tag
526-
tag: 0.12.4
526+
tag: 0.13.4
527527
# -- Frontend image pull policy
528528
pullPolicy: Always
529529

0 commit comments

Comments
 (0)