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

Taiga InvalidImageName, some 6.4.3 images are not available in docker.io #17

Open
Mbd06b opened this issue Oct 2, 2023 · 1 comment

Comments

@Mbd06b
Copy link

Mbd06b commented Oct 2, 2023

The images used in your helm, get their versions from your Chart.yaml appVersion:

apiVersion: v2
name: taiga
description: A Helm chart for Taiga
type: application
version: 6.4.3
appVersion: 6.4.3

The problem is that multiple images of this particular version (6.4.3) are not consistently available in the referenced docker.io repo See: https://hub.docker.com/r/taigaio/taiga-back/tags as an example of why helm is failing to pull the "taiga-back" image along with other images.

Screenshot from 2023-10-02 08-32-27
(6.4.3 should be right here)

Which results in this,
image

I've forked your repo, but have a bit of a learning curve trying to customize/deploy my own helm repo in order to either try and upgraded or downgraded image versions. If I figure it out I'll send in a pull request.

@Mbd06b Mbd06b changed the title Some Taiga 6.4.3 images are not available in docker.io Taiga InvalidImageName, some 6.4.3 images are not available in docker.io Oct 3, 2023
@Mbd06b
Copy link
Author

Mbd06b commented Oct 7, 2023

Here's the pull Request to resolve the root issues I had here.
#18

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