File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 8787 echo "---" >> manifest.yaml
8888 cat deploy/k8s/csidriver.yaml >> manifest.yaml
8989 echo "---" >> manifest.yaml
90- sed -E "s|image: +cloudstack-csi-driver|image: ${REGISTRY_NAME}/cloudstack-csi-driver:${VERSION}|" deploy/k8s/controller-deployment.yaml >> manifest.yaml
90+ sed -E "s|( image: +${REGISTRY_NAME}/cloudstack-csi-driver)(:[^ ]+)?|\\1 :${VERSION}|" deploy/k8s/controller-deployment.yaml >> manifest.yaml
9191 echo "---" >> manifest.yaml
92- sed -E "s|image: +cloudstack-csi-driver|image: ${REGISTRY_NAME}/cloudstack-csi-driver:${VERSION}|" deploy/k8s/node-daemonset.yaml >> manifest.yaml
92+ sed -E "s|( image: +${REGISTRY_NAME}/cloudstack-csi-driver)(:[^ ]+)?|\\1 :${VERSION}|" deploy/k8s/node-daemonset.yaml >> manifest.yaml
9393 echo "---" >> manifest.yaml
9494 cat deploy/k8s/volume-snapshot-class.yaml >> manifest.yaml
9595
You can’t perform that action at this time.
0 commit comments