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

Wrong helm chart appVersion format #169

Open
dstockhammer opened this issue May 23, 2023 · 0 comments
Open

Wrong helm chart appVersion format #169

dstockhammer opened this issue May 23, 2023 · 0 comments

Comments

@dstockhammer
Copy link

Installing the latest version of the Helm chart without overriding the image tag results in the following error:

Failed to pull image "quay.io/sighup/permission-manager:1.9.0": rpc error: code = NotFound desc = failed to pull and unpack image "quay.io/sighup/permission-manager:1.9.0": failed to resolve reference "quay.io/sighup/permission-manager:1.9.0": quay.io/sighup/permission-manager:1.9.0: not found

The reason for this is that the Helm chart's appVersion format doesn't match the Docke image tag, which is prefixed with v.

The workaround for this is to override the image.tag in values yaml like so, but the appVersion in the chart should be changed to the correct format.

image:
  tag: v1.9.0
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

1 participant