File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 8282 fi
8383 cd $GOPATH/src/k8s.io/cloud-provider-openstack
8484 # replace image with built image
85- sed -i "s#registry.k8s.io/provider-os/openstack-cloud-controller-manager:v1.28.0 #{{ remote_registry_host }}/openstack-cloud-controller-manager:${VERSION}#" manifests/controller-manager/openstack-cloud-controller-manager-ds.yaml
85+ sed -i "s#registry.k8s.io/provider-os/openstack-cloud-controller-manager:[^'\"]\+ #{{ remote_registry_host }}/openstack-cloud-controller-manager:${VERSION}#" manifests/controller-manager/openstack-cloud-controller-manager-ds.yaml
8686 sed -i "s#node-role.kubernetes.io/control-plane: \"\"#node-role.kubernetes.io/control-plane: \"true\"#" manifests/controller-manager/openstack-cloud-controller-manager-ds.yaml
8787 sed -i "s#--v=1#--v=5#" manifests/controller-manager/openstack-cloud-controller-manager-ds.yaml
8888 cat manifests/controller-manager/openstack-cloud-controller-manager-ds.yaml
Original file line number Diff line number Diff line change 7070 VERSION=v0.0.{{ github_pr }}
7171 fi
7272 # replace image with built image
73- sed -i "s#registry.k8s.io/provider-os/cinder-csi-plugin:v1.28.0 #{{ remote_registry_host }}/cinder-csi-plugin:${VERSION}#" manifests/cinder-csi-plugin/cinder-csi-controllerplugin.yaml
74- sed -i "s#registry.k8s.io/provider-os/cinder-csi-plugin:v1.28.0 #{{ remote_registry_host }}/cinder-csi-plugin:${VERSION}#" manifests/cinder-csi-plugin/cinder-csi-nodeplugin.yaml
73+ sed -i "s#registry.k8s.io/provider-os/cinder-csi-plugin:[^'\"]\+ #{{ remote_registry_host }}/cinder-csi-plugin:${VERSION}#" manifests/cinder-csi-plugin/cinder-csi-controllerplugin.yaml
74+ sed -i "s#registry.k8s.io/provider-os/cinder-csi-plugin:[^'\"]\+ #{{ remote_registry_host }}/cinder-csi-plugin:${VERSION}#" manifests/cinder-csi-plugin/cinder-csi-nodeplugin.yaml
7575
7676 sed -i "s#--v=1#--v=5#" manifests/cinder-csi-plugin/cinder-csi-controllerplugin.yaml
7777 sed -i "s#--v=1#--v=5#" manifests/cinder-csi-plugin/cinder-csi-nodeplugin.yaml
You can’t perform that action at this time.
0 commit comments