File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed
Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change 44MANAGERIMAGE =scenescape-manager
55CAMCALIBIMAGE =scenescape-camcalibration
66CONTROLLERIMAGE =scenescape-controller
7- # optional image for cluster analytics component
8- CLUSTERANALYTICSIMAGE =scenescape-cluster-analytics
97
108VERSION: =$(shell cat ../version.txt)
119NAMESPACE =scenescape
@@ -146,10 +144,6 @@ push:
146144 docker tag $(CONTROLLERIMAGE ) :$(VERSION ) $(REGISTRY ) /$(ORGANIZATION ) /$(CONTROLLERIMAGE ) :$(VERSION )
147145 docker push $(REGISTRY ) /$(ORGANIZATION ) /$(CONTROLLERIMAGE ) :$(VERSION )
148146
149- push-all : push
150- docker tag $(CLUSTERANALYTICSIMAGE ) :$(VERSION ) $(REGISTRY ) /$(ORGANIZATION ) /$(CLUSTERANALYTICSIMAGE ) :$(VERSION )
151- docker push $(REGISTRY ) /$(ORGANIZATION ) /$(CLUSTERANALYTICSIMAGE ) :$(VERSION )
152-
153147# generate Chart.yaml with appropriate version.txt
154148chart.yaml :
155149 sed -e " s|{VERSION}|$( VERSION) |g" template/Chart.template > scenescape-chart/Chart.yaml
You can’t perform that action at this time.
0 commit comments