Skip to content

Commit

Permalink
moving to appVersion: latest for release process
Browse files Browse the repository at this point in the history
  • Loading branch information
luthermonson committed Nov 5, 2023
1 parent e93324e commit 6c0022d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,5 @@ release:
mkdir $(RELEASE_DIR)
./hack/release-yaml.sh $(IMAGE_VERSION)
cp ./pkg/linode-bs/deploy/releases/linode-blockstorage-csi-driver-$(IMAGE_VERSION).yaml ./$(RELEASE_DIR)
sed -i -e 's/appVersion: "latest"/appVersion: "$(IMAGE_VERSION)"/g' ./helm-chart/csi-driver/Chart.yaml
tar -czvf ./$(RELEASE_DIR)/helm-chart-$(IMAGE_VERSION).tgz -C ./helm-chart/csi-driver .
3 changes: 2 additions & 1 deletion helm-chart/csi-driver/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ name: linode-blockstorage-csi-driver
description: The Container Storage Interface (CSI) Driver for Linode Block Storage enables container orchestrators such as Kubernetes to manage the life-cycle of persistant storage claims.
type: application
version: 1.0.0
appVersion: "0.6.0"
home: https://github.com/linode/linode-blockstorage-csi-driver
appVersion: "latest"
2 changes: 1 addition & 1 deletion helm-chart/csi-driver/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ csiResizer:

csiLinodePlugin:
image: linode/linode-blockstorage-csi-driver
tag: v0.6.0
tag: # only set if required, defaults to .Chart.AppVersion set during release or "latest" by default
pullPolicy: IfNotPresent

kubectl:
Expand Down

0 comments on commit 6c0022d

Please sign in to comment.