Skip to content

Commit 50cb3f9

Browse files
authored
release: update manifest and helm charts for v0.1.0 (#170)
Signed-off-by: Heba Elayoty <[email protected]>
1 parent b97a288 commit 50cb3f9

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
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 ?= mcr.microsoft.com/aks/kaito
44
IMG_NAME ?= workspace
5-
VERSION ?= v0.0.1
5+
VERSION ?= v0.1.0
66
IMG_TAG ?= $(subst v,,$(VERSION))
77

88
ROOT_DIR := $(shell dirname $(realpath $(firstword $(MAKEFILE_LIST))))

charts/kaito/gpu-provisioner/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: gpu-provisioner
33
description: A Helm chart for gpu-provisioner
44
type: application
5-
version: 0.0.1
5+
version: 0.1.0
66
appVersion: 0.1.0
77
sources:
88
- https://github.com/Azure/gpu-provisioner

charts/kaito/gpu-provisioner/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Karpenter Azure provider gpu-provisioner
22

3-
![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)
3+
![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)
44

55
A Helm chart for gpu-provisioner
66

@@ -26,7 +26,7 @@ helm install gpu-provisioner ./charts/kaito/gpu-provisioner
2626
| controller.healthProbe.port | int | `8081` | The container port to use for http health probe. |
2727
| controller.image.digest | string | `""` | SHA256 digest of the controller image. |
2828
| controller.image.repository | string | `"ghcr.io/azure/gpu-provisioner"` | Repository path to the controller image. |
29-
| controller.image.tag | string | `"0.0.1"` | Tag of the controller image. |
29+
| controller.image.tag | string | `"0.1.0"` | Tag of the controller image. |
3030
| controller.logEncoding | string | `""` | Controller log encoding, defaults to the global log encoding |
3131
| controller.logLevel | string | `"debug"` | Controller log level, defaults to the global log level |
3232
| controller.metrics.port | int | `8000` | The container port to use for metrics. |

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.0.1
9+
version: 0.1.0
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.0.1"
15+
appVersion: "0.1.0"
1616
home: https://github.com/Azure/kaito
1717
sources:
1818
- https://github.com/Azure/kaito

charts/kaito/workspace/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
```bash
66
export REGISTRY=<your_docker_registry>
77
export IMG_NAME=workspace
8-
export IMG_TAG=0.0.1
8+
export IMG_TAG=0.1.0
99
helm install workspace ./charts/kaito/workspace --set image.repository=${REGISTRY}/$(IMG_NAME) --set image.tag=$(IMG_TAG)
1010
```
1111

@@ -16,7 +16,7 @@ helm install workspace ./charts/kaito/workspace --set image.repository=${REGIST
1616
| affinity | object | `{}` | |
1717
| image.pullPolicy | string | `"IfNotPresent"` | |
1818
| image.repository | string | `"ghcr.io/azure/kaito/workspace"` | |
19-
| image.tag | string | `"0.0.1"` | |
19+
| image.tag | string | `"0.1.0"` | |
2020
| imagePullSecrets | list | `[]` | |
2121
| nodeSelector | object | `{}` | |
2222
| podAnnotations | object | `{}` | |

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.0.1
8+
tag: 0.1.0
99
imagePullSecrets: []
1010
podAnnotations: {}
1111
podSecurityContext:

0 commit comments

Comments
 (0)