File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments