Skip to content

Commit

Permalink
release: update manifest and helm charts for v0.2.2
Browse files Browse the repository at this point in the history
Signed-off-by: rambohe-ch <[email protected]>
  • Loading branch information
rambohe-ch committed Dec 8, 2024
1 parent 46e16e0 commit 0fddc64
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 6 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/markdown-link-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,6 @@ jobs:
use-quiet-mode: 'yes'
# this will show detailed HTTP status for checked links
use-verbose-mode: 'yes'
config-file: '.github/markdown.links.config.json'
folder-path: '.'
check-modified-files-only: 'yes'
base-branch: 'main'
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,4 @@ _output/
/hack/tools/bin/
/coverage.txt
/coverage.out
gpu-provisioner-values.yaml
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION ?= v0.2.1
VERSION ?= v0.2.2
# 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.1
appVersion: 0.2.1
version: 0.2.2
appVersion: 0.2.2
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.1
export CHART_VERSION=0.2.2
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.1
tag: 0.2.2
# -- SHA256 digest of the controller image.
digest: ""
# -- SecurityContext for the controller container.
Expand Down

0 comments on commit 0fddc64

Please sign in to comment.