Skip to content

Commit

Permalink
release: update manifest and helm charts for v0.2.1 (#174)
Browse files Browse the repository at this point in the history
Signed-off-by: Fei-Guo <[email protected]>
  • Loading branch information
Fei-Guo authored Nov 1, 2024
1 parent b173a75 commit f38f4a7
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION ?= v0.2.0
VERSION ?= v0.2.1
# Image URL to use all building/pushing image targets
REGISTRY ?= ghcr.io/azure/gpu-provisioner
IMG_NAME ?= gpu-provisioner
Expand Down
4 changes: 2 additions & 2 deletions charts/gpu-provisioner/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: gpu-provisioner
description: A Helm chart for gpu-provisioner
type: application
version: 0.2.0
appVersion: 0.2.0
version: 0.2.1
appVersion: 0.2.1
sources:
- https://github.com/Azure/gpu-provisioner
maintainers:
Expand Down
2 changes: 1 addition & 1 deletion charts/gpu-provisioner/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ A Helm chart for gpu-provisioner
To install the chart with the release name `gpu-provisioner`:

```bash
export CHART_VERSION=0.2.0
export CHART_VERSION=0.2.1
export CLUSTER_NAME=my-cluster
export AZURE_RESOURCE_GROUP=my-rg
export AZURE_SUBSCRIPTION_ID=my-subscription-id
Expand Down
2 changes: 1 addition & 1 deletion charts/gpu-provisioner/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ controller:
# -- Repository path to the controller image.
repository: mcr.microsoft.com/aks/kaito/gpu-provisioner
# -- Tag of the controller image.
tag: 0.2.0
tag: 0.2.1
# -- SHA256 digest of the controller image.
digest: ""
# -- SecurityContext for the controller container.
Expand Down

0 comments on commit f38f4a7

Please sign in to comment.