File tree Expand file tree Collapse file tree 6 files changed +9
-9
lines changed Expand file tree Collapse file tree 6 files changed +9
-9
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 ?= mcr.microsoft.com/aks/kaito
4
4
IMG_NAME ?= workspace
5
- VERSION ?= v0.0.1
5
+ VERSION ?= v0.1.0
6
6
IMG_TAG ?= $(subst v,,$(VERSION ) )
7
7
8
8
ROOT_DIR := $(shell dirname $(realpath $(firstword $(MAKEFILE_LIST ) ) ) )
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apiVersion: v2
2
2
name : gpu-provisioner
3
3
description : A Helm chart for gpu-provisioner
4
4
type : application
5
- version : 0.0.1
5
+ version : 0.1.0
6
6
appVersion : 0.1.0
7
7
sources :
8
8
- https://github.com/Azure/gpu-provisioner
Original file line number Diff line number Diff line change 1
1
# Karpenter Azure provider gpu-provisioner
2
2
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 )
4
4
5
5
A Helm chart for gpu-provisioner
6
6
@@ -26,7 +26,7 @@ helm install gpu-provisioner ./charts/kaito/gpu-provisioner
26
26
| controller.healthProbe.port | int | ` 8081 ` | The container port to use for http health probe. |
27
27
| controller.image.digest | string | ` "" ` | SHA256 digest of the controller image. |
28
28
| 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. |
30
30
| controller.logEncoding | string | ` "" ` | Controller log encoding, defaults to the global log encoding |
31
31
| controller.logLevel | string | ` "debug" ` | Controller log level, defaults to the global log level |
32
32
| controller.metrics.port | int | ` 8000 ` | The container port to use for metrics. |
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.0.1
9
+ version : 0.1.0
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.0.1 "
15
+ appVersion : " 0.1.0 "
16
16
home : https://github.com/Azure/kaito
17
17
sources :
18
18
- https://github.com/Azure/kaito
Original file line number Diff line number Diff line change 5
5
``` bash
6
6
export REGISTRY=< your_docker_registry>
7
7
export IMG_NAME=workspace
8
- export IMG_TAG=0.0.1
8
+ export IMG_TAG=0.1.0
9
9
helm install workspace ./charts/kaito/workspace --set image.repository=${REGISTRY} /$( IMG_NAME) --set image.tag=$( IMG_TAG)
10
10
```
11
11
@@ -16,7 +16,7 @@ helm install workspace ./charts/kaito/workspace --set image.repository=${REGIST
16
16
| affinity | object | ` {} ` | |
17
17
| image.pullPolicy | string | ` "IfNotPresent" ` | |
18
18
| image.repository | string | ` "ghcr.io/azure/kaito/workspace" ` | |
19
- | image.tag | string | ` "0.0.1 " ` | |
19
+ | image.tag | string | ` "0.1.0 " ` | |
20
20
| imagePullSecrets | list | ` [] ` | |
21
21
| nodeSelector | object | ` {} ` | |
22
22
| podAnnotations | object | ` {} ` | |
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.0.1
8
+ tag : 0.1.0
9
9
imagePullSecrets : []
10
10
podAnnotations : {}
11
11
podSecurityContext :
You can’t perform that action at this time.
0 commit comments