Commit 079e6ea7 by Chavee Issariyapat

update to version 1.2.1

parent 9daaf1eb
# a helper shell script
MAKE_VERSION=1.2.0
MAKE_VERSION=1.2.1
define MAKEFUNCTIONCODE
function hasChanges() {
......@@ -287,5 +287,5 @@ env-snippet:
@rm env-snippet-nexpieconfig.yaml
deploy: init release.conf
@ cat k8s/deployment.yaml | sed "s/{{IMAGE_TAG}}/$(VERSION)/g" | kubectl apply -f - $(DEPLOYARG)
@ cat k8s/deployment.yaml | sed "s/{{IMAGE_TAG}}/$(VERSIONHASH)/g" | kubectl apply -f - $(DEPLOYARG)
@rm .make-function
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment