spinnaker: Cannot deploy with local BOM file
I want to use my own BOM file for spinnaker deployment, so I place my BOM into: /home/spinnaker/.hal/.boms/bom/1.19.5.yml
and then
hal config version edit --version local:"1.19.5"
next I check it with:
hal version bom and it looks fine.
Unfortunately I get error when I want to deploy spinnaker:
Unexpected exception: java.lang.NumberFormatException: For input string: "local:1"
What is correct way to write “version number” for local BOM?
About this issue
- Original URL
- State: closed
- Created 4 years ago
- Reactions: 3
- Comments: 18
Commits related to this issue
- Newer version of halyard cannot deploy spinnaker with local bom file https://github.com/spinnaker/spinnaker/issues/5703 — committed to ryu1kn/spinnaker-on-kind by ryu1kn 4 years ago
Deploying Spinnaker on Kind and ran into the same issue.
Could get around it by using halyard 1.31.1 instead.