provider-helm
provider-helm copied to clipboard
Crossplane Helm Provider
Signed-off-by: Brad Wadsworth ### Description of your changes Allow the default credential source to be used for authenticating to a GKE cluster. A prerequisite for this change is https://github.com/crossplane/crossplane-runtime/pull/337 in...
Signed-off-by: Bob Haddleton ### Description of your changes Updated to the latest crossplane-runtime and added the --max-reconcile-rate option to allow for up to 10 (by default) concurrent reconciliations. Fixes #125...
### What happened? When you change values or chart version sync/ready statuses stay True even before helm is upgraded. It means that there is no way to trace status on...
### What problem are you facing? In an environment that does not allow the creation of GCP service account keys for GKE identity authentication. ### How could Crossplane help solve...
I want to install a public helm chart residing in `oci://ghcr.io` registry. No credentials are required in order to pull the chart. However, if I don't supply `pullSecretRef` , the...
### What happened? - When you change the chart version of the `Release` through the field `spec.forProvider.chart.url` (not using `spec.forProvider.chart.version`), the `Release` controller tries to update the `Release` in every...
### What happened? When i have a XR and the composition contains a cluster (gke), helm provider config and helm charts, when i delete the XR it should remove all...
missing "-" line 6 ### Description of your changes Fixes # I have: - [ ] Read and followed Crossplane's [contribution process]. - [ ] Run `make reviewable` to ensure...
### What happened? I'm trying to use provider-helm to install argocd helm chart but I'm getting the following issue: ```Failed to create namespace for release: namespaces is forbidden: User "system:serviceaccount:crossplane-system:provider-helm-b9e90b3c7ff8"...
the Makefile is missing "-" in line 6 causing the make command to fail. ### Description of your changes Fixes # I have: - [x] Read and followed Crossplane's [contribution...