Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Helm installation pulls image 0.0.1 #129

Open
schwicht opened this issue Dec 3, 2024 · 1 comment
Open

Helm installation pulls image 0.0.1 #129

schwicht opened this issue Dec 3, 2024 · 1 comment
Assignees

Comments

@schwicht
Copy link

schwicht commented Dec 3, 2024

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.

@andreacv98 andreacv98 self-assigned this Dec 4, 2024
@andreacv98
Copy link
Contributor

Hi @schwicht, thanks for the report.

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants