Skip to content

Commit

Permalink
Fix release process - remove manifest generation
Browse files Browse the repository at this point in the history
  • Loading branch information
tchinmai7 committed Jun 25, 2024
1 parent b7324bf commit cab26c4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,5 @@ clean:
.PHONY: release
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)
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 .

0 comments on commit cab26c4

Please sign in to comment.