提交 eaaa65a7 authored 作者: zhanrongzhen's avatar zhanrongzhen

fix set image bug

上级 0e488d49
...@@ -7,7 +7,7 @@ image: ...@@ -7,7 +7,7 @@ image:
-t ${IMAGE_NAME}:$(VERSION) -t ${IMAGE_NAME}:$(VERSION)
docker push ${IMAGE_NAME}:$(VERSION) docker push ${IMAGE_NAME}:$(VERSION)
echo "kubectl -n site-protection set image deploy openresty-static-server fileserver=${IMAGE_NAME}:$(VERSION)" echo "kubectl -n site-protection set image deploy openresty-static-server fileserver=${IMAGE_NAME}:$(VERSION)"
echo "kubectl -n rbi set image daemonsets/fileserver fileserver=${IMAGE_NAME}:$(VERSION)" echo "kubectl -n rbi set image deployment/fileserver fileserver=${IMAGE_NAME}:$(VERSION)"
deploy: deploy:
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论