You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Flux HelmChart can't get tags for oci://ghcr.io/dragonflydb/dragonfly-operator/helm, probably because those don't strictly follow the Helm specification:
Non-SemVer names are explicitly disallowed by the Flux system.
This means the v prefix is not allowed.
Happened to others before: fluxcd/helm-controller#670, fluxcd/flux2#3766.
Output message for flux get helmreleases -n dragonfly-system dragonfly: HelmChart 'flux-system/dragonfly-system-dragonfly' is not ready: chart pull error: failed to get chart version for remote reference: could not get tags for "dragonfly-operator": unable to locate any tags in provided repository: oci://ghcr.io/dragonflydb/dragonfly-operator/helm/dragonfly-operator
Would be nice to push charts for versions without "v" prefix or if it's not possible, there's an option to provide dual-tag policy with and without "v" prefix in versions.
The text was updated successfully, but these errors were encountered:
@piotrjez - I'm using Flux HelmRelease and had that same error because I didn't specify the version at all. After adding that as version: v1.1.8 it was able to pull the chart and finish deployment.
Flux HelmChart can't get tags for
oci://ghcr.io/dragonflydb/dragonfly-operator/helm
, probably because those don't strictly follow the Helm specification:Non-SemVer names are explicitly disallowed by the Flux system.
This means the v prefix is not allowed.
Happened to others before: fluxcd/helm-controller#670, fluxcd/flux2#3766.
Repro steps:
Output message for
flux get helmreleases -n dragonfly-system dragonfly
:HelmChart 'flux-system/dragonfly-system-dragonfly' is not ready: chart pull error: failed to get chart version for remote reference: could not get tags for "dragonfly-operator": unable to locate any tags in provided repository: oci://ghcr.io/dragonflydb/dragonfly-operator/helm/dragonfly-operator
Would be nice to push charts for versions without "v" prefix or if it's not possible, there's an option to provide dual-tag policy with and without "v" prefix in versions.
The text was updated successfully, but these errors were encountered: