You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to install the fluidos node with the helm chart, I noticed that the images being pulled had the version number 0.0.1 attached. This doesn't refelct the current version at all. I think that in the Chart.yaml file the appVersion and version tags need to be upgraded. When I used
appVersion = "v0.1.1"
the installation worked and the imaged were pulled from the official repository.
The text was updated successfully, but these errors were encountered:
We were kinda aware of the issue but it was never addressed since the Helm chart in the official repository is built from the Chart.yaml but with the version changed through the CICD pipeline and the local Helm chart was never really used by anyone.
However, I think your point is correct and it can be addressed, maybe using the CICD pipeline as well.
When trying to install the fluidos node with the helm chart, I noticed that the images being pulled had the version number 0.0.1 attached. This doesn't refelct the current version at all. I think that in the Chart.yaml file the appVersion and version tags need to be upgraded. When I used
appVersion = "v0.1.1"
the installation worked and the imaged were pulled from the official repository.
The text was updated successfully, but these errors were encountered: