79784525

Date: 2025-10-07 12:16:58
Score: 0.5
Natty:
Report link

The issue post is not accurate as the helm command was in the form:

`helm push MY-chart-1.0.0-oci.tgz oci://my-jfrog-artifactory/my-oci-helm --username *** --password ***`

Based on the regular expression mentioned in https://github.com/helm/helm/issues/12055#issuecomment-1536999256:

name MUST match the following regular expression:
[a-z0-9]+([._-][a-z0-9]+)*(/[a-z0-9]+([._-][a-z0-9]+)*)*
reference as a tag MUST be at most 128 characters in length and MUST match the following regular expression:
[a-zA-Z0-9_][a-zA-Z0-9._-]{0,127}

with oci the chart name must be lowercase.

Reasons:
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Ceddaerrix