diff --git a/Makefile b/Makefile index 3cf082d12..7a8fd2715 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ # Image URL to use all building/pushing image targets REGISTRY ?= mcr.microsoft.com/aks/kaito IMG_NAME ?= workspace -VERSION ?= v0.0.1 +VERSION ?= v0.1.0 IMG_TAG ?= $(subst v,,$(VERSION)) ROOT_DIR := $(shell dirname $(realpath $(firstword $(MAKEFILE_LIST)))) diff --git a/charts/kaito/gpu-provisioner/Chart.yaml b/charts/kaito/gpu-provisioner/Chart.yaml index a5945884e..20f58d8cc 100644 --- a/charts/kaito/gpu-provisioner/Chart.yaml +++ b/charts/kaito/gpu-provisioner/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: gpu-provisioner description: A Helm chart for gpu-provisioner type: application -version: 0.0.1 +version: 0.1.0 appVersion: 0.1.0 sources: - https://github.com/Azure/gpu-provisioner diff --git a/charts/kaito/gpu-provisioner/README.md b/charts/kaito/gpu-provisioner/README.md index 4f79b9ee5..952d2c976 100644 --- a/charts/kaito/gpu-provisioner/README.md +++ b/charts/kaito/gpu-provisioner/README.md @@ -1,6 +1,6 @@ # Karpenter Azure provider gpu-provisioner -![Version: 0.0.1](https://img.shields.io/badge/Version-0.0.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.1.0](https://img.shields.io/badge/AppVersion-0.1.0-informational?style=flat-square) +![Version: 0.1.0](https://img.shields.io/badge/Version-0.1.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.1.0](https://img.shields.io/badge/AppVersion-0.1.0-informational?style=flat-square) A Helm chart for gpu-provisioner @@ -26,7 +26,7 @@ helm install gpu-provisioner ./charts/kaito/gpu-provisioner | controller.healthProbe.port | int | `8081` | The container port to use for http health probe. | | controller.image.digest | string | `""` | SHA256 digest of the controller image. | | controller.image.repository | string | `"ghcr.io/azure/gpu-provisioner"` | Repository path to the controller image. | -| controller.image.tag | string | `"0.0.1"` | Tag of the controller image. | +| controller.image.tag | string | `"0.1.0"` | Tag of the controller image. | | controller.logEncoding | string | `""` | Controller log encoding, defaults to the global log encoding | | controller.logLevel | string | `"debug"` | Controller log level, defaults to the global log level | | controller.metrics.port | int | `8000` | The container port to use for metrics. | diff --git a/charts/kaito/workspace/Chart.yaml b/charts/kaito/workspace/Chart.yaml index 15bd382ee..d44f1826f 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.0.1 +version: 0.1.0 # 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.0.1" +appVersion: "0.1.0" home: https://github.com/Azure/kaito sources: - https://github.com/Azure/kaito diff --git a/charts/kaito/workspace/README.md b/charts/kaito/workspace/README.md index ce1ec9ea2..ebba58fcf 100644 --- a/charts/kaito/workspace/README.md +++ b/charts/kaito/workspace/README.md @@ -5,7 +5,7 @@ ```bash export REGISTRY= export IMG_NAME=workspace -export IMG_TAG=0.0.1 +export IMG_TAG=0.1.0 helm install workspace ./charts/kaito/workspace --set image.repository=${REGISTRY}/$(IMG_NAME) --set image.tag=$(IMG_TAG) ``` @@ -16,7 +16,7 @@ helm install workspace ./charts/kaito/workspace --set image.repository=${REGIST | affinity | object | `{}` | | | image.pullPolicy | string | `"IfNotPresent"` | | | image.repository | string | `"ghcr.io/azure/kaito/workspace"` | | -| image.tag | string | `"0.0.1"` | | +| image.tag | string | `"0.1.0"` | | | imagePullSecrets | list | `[]` | | | nodeSelector | object | `{}` | | | podAnnotations | object | `{}` | | diff --git a/charts/kaito/workspace/values.yaml b/charts/kaito/workspace/values.yaml index 2d8934b19..80579f2d1 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.0.1 + tag: 0.1.0 imagePullSecrets: [] podAnnotations: {} podSecurityContext: