Skip to content
Snippets Groups Projects
Commit ef63518b authored by Jan Lenke's avatar Jan Lenke
Browse files

Deploy kepler version release-0.7.8 instead of latest to work on arm64

parent cbaca480
No related branches found
No related tags found
1 merge request!25Deploy kepler version release-0.7.8 instead of latest to work on arm64
Pipeline #61544 failed
...@@ -186,6 +186,7 @@ echo "......................................Finished installing SWM............. ...@@ -186,6 +186,7 @@ echo "......................................Finished installing SWM.............
echo ".....................Installing Kepler....................................." echo ".....................Installing Kepler....................................."
cd kepler cd kepler
sed -i 's/IMAGE_TAG ?= latest/export IMAGE_TAG ?= release-0.7.8/g' Makefile
make build-manifest OPTS="PROMETHEUS_DEPLOY" make build-manifest OPTS="PROMETHEUS_DEPLOY"
kubectl create -f _output/generated-manifest/deployment.yaml kubectl create -f _output/generated-manifest/deployment.yaml
cd .. cd ..
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment