Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
release: update manifest and helm charts for v0.3.1
Browse files Browse the repository at this point in the history
Signed-off-by: rambohe-ch <rambohe.ch@gmail.com>
rambohe-ch committed Jan 14, 2025
1 parent 6d912f0 commit 9674913
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.3.0
VERSION ?= v0.3.1
# Image URL to use all building/pushing image targets
REGISTRY ?= ghcr.io/azure/gpu-provisioner
IMG_NAME ?= gpu-provisioner
4 changes: 2 additions & 2 deletions charts/gpu-provisioner/Chart.yaml
Original file line number Diff line number Diff line change
@@ -2,8 +2,8 @@ apiVersion: v2
name: gpu-provisioner
description: A Helm chart for gpu-provisioner
type: application
version: 0.3.0
appVersion: 0.3.0
version: 0.3.1
appVersion: 0.3.1
sources:
- https://github.com/Azure/gpu-provisioner
maintainers:
2 changes: 1 addition & 1 deletion charts/gpu-provisioner/README.md
Original file line number Diff line number Diff line change
@@ -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.3.0
export CHART_VERSION=0.3.1
export CLUSTER_NAME=my-cluster
export AZURE_RESOURCE_GROUP=my-rg
export AZURE_SUBSCRIPTION_ID=my-subscription-id
2 changes: 1 addition & 1 deletion charts/gpu-provisioner/values.yaml
Original file line number Diff line number Diff line change
@@ -105,7 +105,7 @@ controller:
# -- Repository path to the controller image.
repository: mcr.microsoft.com/aks/kaito/gpu-provisioner
# -- Tag of the controller image.
tag: 0.3.0
tag: 0.3.1
# -- SHA256 digest of the controller image.
digest: ""
# -- SecurityContext for the controller container.

0 comments on commit 9674913

Please sign in to comment.