From 805efd41f678ecb97e961a91cb117bf86066c5a0 Mon Sep 17 00:00:00 2001 From: jerryzhuang Date: Fri, 3 Jan 2025 14:53:00 +1100 Subject: [PATCH] release: update manifest and helm charts for v0.4.1 (#802) Signed-off-by: jerryzhuang --- Makefile | 2 +- README.md | 2 +- charts/kaito/workspace/Chart.yaml | 4 ++-- charts/kaito/workspace/README.md | 2 +- charts/kaito/workspace/values.yaml | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Makefile b/Makefile index e36353105..d78cfc18f 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ # Image URL to use all building/pushing image targets REGISTRY ?= YOUR_REGISTRY IMG_NAME ?= workspace -VERSION ?= v0.4.0 +VERSION ?= v0.4.1 GPU_PROVISIONER_VERSION ?= 0.2.1 IMG_TAG ?= $(subst v,,$(VERSION)) diff --git a/README.md b/README.md index 1f16f3081..6b4ccdc63 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ | ![notification](docs/img/bell.svg) What is NEW! | |-------------------------------------------------| -| Latest Release: Dec 5th, 2024. Kaito v0.4.0. | +| Latest Release: Jan 3rd, 2025. Kaito v0.4.1. | | First Release: Nov 15th, 2023. Kaito v0.1.0. | Kaito is an operator that automates the AI/ML model inference or tuning workload in a Kubernetes cluster. diff --git a/charts/kaito/workspace/Chart.yaml b/charts/kaito/workspace/Chart.yaml index 20ecb5dbb..714f14d79 100644 --- a/charts/kaito/workspace/Chart.yaml +++ b/charts/kaito/workspace/Chart.yaml @@ -6,13 +6,13 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.4.0 +version: 0.4.1 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: 0.4.0 +appVersion: 0.4.1 home: https://github.com/kaito-project/kaito sources: - https://github.com/kaito-project/kaito diff --git a/charts/kaito/workspace/README.md b/charts/kaito/workspace/README.md index 3983421a5..8d3fe3a5b 100644 --- a/charts/kaito/workspace/README.md +++ b/charts/kaito/workspace/README.md @@ -5,7 +5,7 @@ ```bash export REGISTRY=mcr.microsoft.com/aks/kaito export IMG_NAME=workspace -export IMG_TAG=0.4.0 +export IMG_TAG=0.4.1 helm install workspace ./charts/kaito/workspace \ --set image.repository=${REGISTRY}/${IMG_NAME} --set image.tag=${IMG_TAG} \ --namespace kaito-workspace --create-namespace diff --git a/charts/kaito/workspace/values.yaml b/charts/kaito/workspace/values.yaml index 961b2a3d1..9964abd49 100644 --- a/charts/kaito/workspace/values.yaml +++ b/charts/kaito/workspace/values.yaml @@ -5,7 +5,7 @@ replicaCount: 1 image: repository: mcr.microsoft.com/aks/kaito/workspace pullPolicy: IfNotPresent - tag: 0.4.0 + tag: 0.4.1 imagePullSecrets: [] podAnnotations: {} podSecurityContext: