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 22# Image URL to use all building/pushing image targets
33REGISTRY ?= YOUR_REGISTRY
44IMG_NAME ?= workspace
5- VERSION ?= v0.8.0-rc.0
5+ VERSION ?= v0.8.0
66GPU_PROVISIONER_VERSION ?= 0.3.8
77RAGENGINE_IMG_NAME ?= ragengine
88IMG_TAG ?= $(subst v,,$(VERSION ) )
Original file line number Diff line number Diff 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.8.0-rc.0
9+ version : 0.8.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.8.0-rc.0
15+ appVersion : 0.8.0
1616home : https://github.com/kaito-project/kaito
1717sources :
1818 - https://github.com/kaito-project/kaito
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ replicaCount: 1
55image :
66 repository : mcr.microsoft.com/aks/kaito/ragengine
77 pullPolicy : IfNotPresent
8- tag : 0.8.0-rc.0
8+ tag : 0.8.0
99imagePullSecrets : []
1010podAnnotations : {}
1111podSecurityContext :
@@ -34,4 +34,4 @@ affinity: {}
3434cloudProviderName : " azure"
3535presetRagRegistryName : " mcr.microsoft.com/aks/kaito"
3636presetRagImageName : " kaito-rag-service"
37- presetRagImageTag : 0.8.0-rc.0
37+ presetRagImageTag : 0.8.0
Original file line number Diff line number Diff 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.8.0-rc.0
9+ version : 0.8.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.8.0-rc.0
15+ appVersion : 0.8.0
1616home : https://github.com/kaito-project/kaito
1717sources :
1818 - https://github.com/kaito-project/kaito
Original file line number Diff line number Diff line change 55``` bash
66export REGISTRY=mcr.microsoft.com/aks/kaito
77export IMG_NAME=workspace
8- export IMG_TAG=0.8.0-rc.0
8+ export IMG_TAG=0.8.0
99helm install workspace ./charts/kaito/workspace \
1010--set image.repository=${REGISTRY} /${IMG_NAME} --set image.tag=${IMG_TAG} \
1111--namespace kaito-workspace --create-namespace
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ replicaCount: 1
55image :
66 repository : mcr.microsoft.com/aks/kaito/workspace
77 pullPolicy : IfNotPresent
8- tag : 0.8.0-rc.0
8+ tag : 0.8.0
99imagePullSecrets : []
1010podAnnotations : {}
1111podSecurityContext :
You can’t perform that action at this time.
0 commit comments