Skip to content

Commit cdfdeca

Browse files
committed
Remove push-all target
1 parent 7265250 commit cdfdeca

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

kubernetes/Makefile

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44
MANAGERIMAGE=scenescape-manager
55
CAMCALIBIMAGE=scenescape-camcalibration
66
CONTROLLERIMAGE=scenescape-controller
7-
# optional image for cluster analytics component
8-
CLUSTERANALYTICSIMAGE=scenescape-cluster-analytics
97

108
VERSION:=$(shell cat ../version.txt)
119
NAMESPACE=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
154148
chart.yaml:
155149
sed -e "s|{VERSION}|$(VERSION)|g" template/Chart.template > scenescape-chart/Chart.yaml

0 commit comments

Comments
 (0)