We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug Tested with Reloader v1.0.188 and flux v2.3.0. When using OCI Repository and HelmRelease with chartref as described here: https://fluxcd.io/blog/2024/05/flux-v2.3.0/#enhanced-helm-oci-support flux adds the artifact digest to the chartversion in the format <version>+<digest[0:12]> https://fluxcd.io/flux/components/helm/helmreleases/#chart-reference
<version>+<digest[0:12]>
reloader seems to use this version as a label on its service account, etc. The + is an invalid char in that case so the helm install fails.
+
To Reproduce Store the Reloader Helmchart in an OCI Repository, and try to deploy it using flux v2.3.0 using
apiVersion: source.toolkit.fluxcd.io/v1beta2 kind: OCIRepository
Expected behavior Reloader installs
Environment
The text was updated successfully, but these errors were encountered:
Sorry, will be fixed in -> #686
Sorry, something went wrong.
No branches or pull requests
Describe the bug
Tested with Reloader v1.0.188 and flux v2.3.0. When using OCI Repository and HelmRelease with chartref as described here: https://fluxcd.io/blog/2024/05/flux-v2.3.0/#enhanced-helm-oci-support
flux adds the artifact digest to the chartversion in the format
<version>+<digest[0:12]>
https://fluxcd.io/flux/components/helm/helmreleases/#chart-reference
reloader seems to use this version as a label on its service account, etc. The
+
is an invalid char in that case so the helm install fails.To Reproduce
Store the Reloader Helmchart in an OCI Repository, and try to deploy it using flux v2.3.0 using
Expected behavior
Reloader installs
Environment
The text was updated successfully, but these errors were encountered: