Skip to content

Commit 14a77fd

Browse files
committed
update release file
1 parent 5fe5e1b commit 14a77fd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/release.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,13 +83,17 @@ jobs:
8383
run: |
8484
VERSION=$(echo "${{ github.ref }}" | sed -e 's,.*/\(.*\),\1,' | sed -e 's/^v//')
8585
echo "---" >> manifest.yaml
86+
cat deploy/k8s/00-snapshot-crds.yaml >> manifest.yaml
87+
echo "---" >> manifest.yaml
8688
cat deploy/k8s/rbac.yaml >> manifest.yaml
8789
echo "---" >> manifest.yaml
8890
cat deploy/k8s/csidriver.yaml >> manifest.yaml
8991
echo "---" >> manifest.yaml
9092
sed -E "s|image: +cloudstack-csi-driver|image: ${REGISTRY_NAME}/cloudstack-csi-driver:${VERSION}|" deploy/k8s/controller-deployment.yaml >> manifest.yaml
9193
echo "---" >> manifest.yaml
9294
sed -E "s|image: +cloudstack-csi-driver|image: ${REGISTRY_NAME}/cloudstack-csi-driver:${VERSION}|" deploy/k8s/node-daemonset.yaml >> manifest.yaml
95+
echo "---" >> manifest.yaml
96+
cat deploy/k8s/volume-snapshot-class.yaml >> manifest.yaml
9397
9498
- name: Create Release
9599
id: create_release

0 commit comments

Comments
 (0)