File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,11 +8,7 @@ ifeq ($(OS),Darwin)
88else ifeq ($(OS),Linux)
99 sed -i -e "s/version:.*/version: $(PREVIEW_VERSION)/" Chart.yaml
1010 sed -i -e "s/version:.*/version: $(PREVIEW_VERSION)/" ../*/Chart.yaml
11- <<<<<<< HEAD
12- sed -i -e "s|repository: .*|repository: $(DOCKER_REGISTRY)\/lvthillo\/python-flask-docker|" values.yaml
13- ====== =
1411 sed -i -e "s|repository: .*|repository: $(DOCKER_REGISTRY)\/bilelismail\/python-flask-docker|" values.yaml
15- >>>>>>> fec35b6550816426c9a680808545c9ab80097c4b
1612 sed -i -e "s/tag: .*/tag: $(PREVIEW_VERSION)/" values.yaml
1713else
1814 echo "platfrom $(OS) not supported to release from"
Original file line number Diff line number Diff line change @@ -36,11 +36,7 @@ ifeq ($(OS),Darwin)
3636 sed -i "" -e "s/tag: .*/tag: $(RELEASE_VERSION)/" values.yaml
3737else ifeq ($(OS),Linux)
3838 sed -i -e "s/version:.*/version: $(RELEASE_VERSION)/" Chart.yaml
39- <<<<<<< HEAD
40- sed -i -e "s|repository: .*|repository: $(DOCKER_REGISTRY)\/lvthillo\/python-flask-docker|" values.yaml
41- ====== =
4239 sed -i -e "s|repository: .*|repository: $(DOCKER_REGISTRY)\/bilelismail\/python-flask-docker|" values.yaml
43- >>>>>>> fec35b6550816426c9a680808545c9ab80097c4b
4440 sed -i -e "s/tag: .*/tag: $(RELEASE_VERSION)/" values.yaml
4541else
4642 echo "platfrom $(OS) not supported to release from"
Original file line number Diff line number Diff line change 11# Default values for python.
22# This is a YAML-formatted file.
33# Declare variables to be passed into your templates.
4- <<<<<<< HEAD
5- replicaCount : 1
6- =======
74replicaCount : 3
8- >>>>>>> fec35b6550816426c9a680808545c9ab80097c4b
95image :
106 repository : 10.7.249.99:5000/bilelismail/python-flask-docker
117 tag : 0.0.4
You can’t perform that action at this time.
0 commit comments