Skip to content

Commit

Permalink
Merge pull request #180 from tchinmai7/main
Browse files Browse the repository at this point in the history
Fix release process - change paths to manifests
  • Loading branch information
tchinmai7 authored Jun 25, 2024
2 parents 3b2b193 + 4ebcbf8 commit c1ccc32
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,6 @@ clean:
release:
mkdir -p $(RELEASE_DIR)
./hack/release-yaml.sh $(IMAGE_VERSION)
cp ./pkg/linode-bs/deploy/releases/linode-blockstorage-csi-driver-$(IMAGE_VERSION).yaml ./$(RELEASE_DIR)
cp ./internal/driver/deploy/releases/linode-blockstorage-csi-driver-$(IMAGE_VERSION).yaml ./$(RELEASE_DIR)
sed -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 .
2 changes: 1 addition & 1 deletion hack/release-yaml.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ if [[ -z "${TAG}" ]]; then
exit 1
fi

RELEASES="pkg/linode-bs/deploy/releases"
RELEASES="internal/driver/deploy/releases"
TAGGED_RELEASE="linode-blockstorage-csi-driver-${TAG}.yaml"
GENERIC_RELEASE="linode-blockstorage-csi-driver.yaml"

Expand Down

0 comments on commit c1ccc32

Please sign in to comment.