I got an error while downloading the manifest:
[INFO ] Downloading operator from https://github.com/armory/spinnaker-operator/releases/download/v/manifests.tgz
After a while I got the error, because there is only a v in the url and no version or latest string.
I checked the spinsvc/deploy.sh script and saw that it should replace that automatically. But on my Ubuntu server it did not.
When I set the SPIN_OP_VERSION=1.2.5 variable before I executed the install script it worked.
Is that a bug or just a fail in my case?
Or did I miss something in the installation docs?
I got an error while downloading the manifest:
After a while I got the error, because there is only a
vin the url and no version or latest string.I checked the spinsvc/deploy.sh script and saw that it should replace that automatically. But on my Ubuntu server it did not.
When I set the
SPIN_OP_VERSION=1.2.5variable before I executed the install script it worked.Is that a bug or just a fail in my case?
Or did I miss something in the installation docs?