provider-helm
provider-helm copied to clipboard
Crossplane Helm Provider
### What problem are you facing? Releases generate objects that have useful data once them are created. If we want to use that data in a composition there's currently no...
### What happened? I'm trying to create a Helm Release using helm-provider, but I'm getting "Certificate Signed by Unknown authority even after adding "insecureSkipTLSVerify: true". Can some one help me...
### What problem are you facing? Ready status of a Helm release becomes equal to `true` as soon as Helm creates objects that are a part of the given release....
### Description of your changes This pull request bumps the `azure/kubelogin` version to v0.1.0, which has direct support for using as a library. This is a follow pr for: #205...
### What happened? provider-helm `v0.16.0` (https://github.com/crossplane-contrib/provider-helm/pull/205) introduced support for AzureAD authentication for AKS clusters and lets you specify the principal to authenticate to AKS through `identity` section in `ProviderConfig` spec,...
Currently when using patch and transform merging of values does not work as expected - as described in this issue https://github.com/crossplane-contrib/function-patch-and-transform/issues/50. To works as expected we need to add x-kubernetes-map-type:...
### What happened? Using crossplane provider-helm to deploy vcluster chart. The installation goes never done due non ready state: ``` NAME CHART VERSION SYNCED READY STATE REVISION DESCRIPTION AGE vc1-8d6xs...
### What problem are you facing? ArgoCD does not display Helm resources installed through Kind: Release. ### How could Crossplane help solve your problem? Add OwnerReferences. Adding OwnerReferences is necessary...
### Description of your changes This PR bumps the google.golang.org/grpc dependency from v1.49.0 to v1.56.1. v1.49.0 recently popped up in a grype scan of the image. I don't believe that...
### What happened? One of Crossplane's best features is that it just keeps retrying when things fail, ever optimistic that something will change in the future to allow things to...