Skip to content

Commit 805efd4

Browse files
authored
release: update manifest and helm charts for v0.4.1 (#802)
Signed-off-by: jerryzhuang <[email protected]>
1 parent 0c2f4a8 commit 805efd4

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Image URL to use all building/pushing image targets
33
REGISTRY ?= YOUR_REGISTRY
44
IMG_NAME ?= workspace
5-
VERSION ?= v0.4.0
5+
VERSION ?= v0.4.1
66
GPU_PROVISIONER_VERSION ?= 0.2.1
77
IMG_TAG ?= $(subst v,,$(VERSION))
88

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
| ![notification](docs/img/bell.svg) What is NEW! |
99
|-------------------------------------------------|
10-
| Latest Release: Dec 5th, 2024. Kaito v0.4.0. |
10+
| Latest Release: Jan 3rd, 2025. Kaito v0.4.1. |
1111
| First Release: Nov 15th, 2023. Kaito v0.1.0. |
1212

1313
Kaito is an operator that automates the AI/ML model inference or tuning workload in a Kubernetes cluster.

charts/kaito/workspace/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ type: application
66
# This is the chart version. This version number should be incremented each time you make changes
77
# to the chart and its templates, including the app version.
88
# Versions are expected to follow Semantic Versioning (https://semver.org/)
9-
version: 0.4.0
9+
version: 0.4.1
1010

1111
# This is the version number of the application being deployed. This version number should be
1212
# incremented each time you make changes to the application. Versions are not expected to
1313
# follow Semantic Versioning. They should reflect the version the application is using.
1414
# It is recommended to use it with quotes.
15-
appVersion: 0.4.0
15+
appVersion: 0.4.1
1616
home: https://github.com/kaito-project/kaito
1717
sources:
1818
- https://github.com/kaito-project/kaito

charts/kaito/workspace/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
```bash
66
export REGISTRY=mcr.microsoft.com/aks/kaito
77
export IMG_NAME=workspace
8-
export IMG_TAG=0.4.0
8+
export IMG_TAG=0.4.1
99
helm install workspace ./charts/kaito/workspace \
1010
--set image.repository=${REGISTRY}/${IMG_NAME} --set image.tag=${IMG_TAG} \
1111
--namespace kaito-workspace --create-namespace

charts/kaito/workspace/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ replicaCount: 1
55
image:
66
repository: mcr.microsoft.com/aks/kaito/workspace
77
pullPolicy: IfNotPresent
8-
tag: 0.4.0
8+
tag: 0.4.1
99
imagePullSecrets: []
1010
podAnnotations: {}
1111
podSecurityContext:

0 commit comments

Comments
 (0)