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

Semver test tags are not downloaded #147

Open
exnerd opened this issue Jan 13, 2025 · 1 comment
Open

Semver test tags are not downloaded #147

exnerd opened this issue Jan 13, 2025 · 1 comment

Comments

@exnerd
Copy link

exnerd commented Jan 13, 2025

Hi,

I have a private gitlab registry where helm charts and images are stored. I want to copy the test version to a harbor registry.

 644 | Chart    | sparta | 24.16.7 | 24.17.0-test.50 | ❌     | default |                       |         |                               |     
 | Registry Overview For Charts                        |
+---+---------------+---------------+--------+--------+
| # | HELM CHART    | CHART VERSION | HARBOR | IMPORT |
+---+---------------+---------------+--------+--------+
| 0 | charts/sparta | 24.16.7       | ✅     | ❌     |
+---+---------------+---------------+--------+--------+
|   |               |               |        | 0      |
+---+---------------+---------------+--------+--------+

Helmper detects that 24.16.7 is not the latest version(although it's the latest production version), but any other version than '0.0.0>0' in helmper.yaml produces nothing.
No helm chart 24.17.0-test.50 is uploaded, nor any images is imported.

verbose: true
import:
  enabled: true
charts:
  - name: sparta
    version: ">0.0.0-0"
    repo:
      name: sparta
      url: oci://reg.test.com/sparta/helm-charts/sparta
registries:
- name: harbor
  url: harbor.test.com
  insecure: true

Is this a bug or did I made a mistake?

@ChristofferNissen
Copy link
Owner

Thanks for reporting the issue, I will take a look and get back to you

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