Replies: 1 comment 3 replies
-
Can you share a copy of your ---
apiVersion: helm.fluxcd.io/v2beta1
kind: HelmRelease
metadata:
name: podinfo
spec:
interval: 5m
chart:
spec:
chart: podinfo
# Only select pre-release ranges below v5.0.0
version: ">=5.0.0-0 <5.0.0"
sourceRef:
kind: HelmRepository
name: podinfo
namespace: default |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi everyone,
is there an option I am not seeing to pull
pre-release
charts?helm
has the option to search and pullpre-release
versions of a chart by specifying the--devel
option (by default they are omitted). I don't see any option passing an option like this to theHelmRepository
orHelmRelease
CRDs.Is there a workaround? For me this is a missing feature.
We are pushing
pre-release
charts to ourchartmuseum
registry and I cannot install them using FluxV2.Beta Was this translation helpful? Give feedback.
All reactions