File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 2
2
# Image URL to use all building/pushing image targets
3
3
REGISTRY ?= YOUR_REGISTRY
4
4
IMG_NAME ?= workspace
5
- VERSION ?= v0.4.0
5
+ VERSION ?= v0.4.1
6
6
GPU_PROVISIONER_VERSION ?= 0.2.1
7
7
IMG_TAG ?= $(subst v,,$(VERSION ) )
8
8
Original file line number Diff line number Diff line change 7
7
8
8
| ![ notification] ( docs/img/bell.svg ) What is NEW! |
9
9
| -------------------------------------------------|
10
- | Latest Release: Dec 5th, 2024 . Kaito v0.4.0 . |
10
+ | Latest Release: Jan 3rd, 2025 . Kaito v0.4.1 . |
11
11
| First Release: Nov 15th, 2023. Kaito v0.1.0. |
12
12
13
13
Kaito is an operator that automates the AI/ML model inference or tuning workload in a Kubernetes cluster.
Original file line number Diff line number Diff line change @@ -6,13 +6,13 @@ type: application
6
6
# This is the chart version. This version number should be incremented each time you make changes
7
7
# to the chart and its templates, including the app version.
8
8
# Versions are expected to follow Semantic Versioning (https://semver.org/)
9
- version : 0.4.0
9
+ version : 0.4.1
10
10
11
11
# This is the version number of the application being deployed. This version number should be
12
12
# incremented each time you make changes to the application. Versions are not expected to
13
13
# follow Semantic Versioning. They should reflect the version the application is using.
14
14
# It is recommended to use it with quotes.
15
- appVersion : 0.4.0
15
+ appVersion : 0.4.1
16
16
home : https://github.com/kaito-project/kaito
17
17
sources :
18
18
- https://github.com/kaito-project/kaito
Original file line number Diff line number Diff line change 5
5
``` bash
6
6
export REGISTRY=mcr.microsoft.com/aks/kaito
7
7
export IMG_NAME=workspace
8
- export IMG_TAG=0.4.0
8
+ export IMG_TAG=0.4.1
9
9
helm install workspace ./charts/kaito/workspace \
10
10
--set image.repository=${REGISTRY} /${IMG_NAME} --set image.tag=${IMG_TAG} \
11
11
--namespace kaito-workspace --create-namespace
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ replicaCount: 1
5
5
image :
6
6
repository : mcr.microsoft.com/aks/kaito/workspace
7
7
pullPolicy : IfNotPresent
8
- tag : 0.4.0
8
+ tag : 0.4.1
9
9
imagePullSecrets : []
10
10
podAnnotations : {}
11
11
podSecurityContext :
You can’t perform that action at this time.
0 commit comments