provider-helm
provider-helm copied to clipboard
Crossplane Helm Provider
### Description of your changes Noticed that we don't have an OWNERS.md in this repository. Adding me and @negz (the top two contributors) as maintainers. I have: - [x] Read...
### Description of your changes This PR consumes the exported kube client package in https://github.com/crossplane-contrib/provider-kubernetes/pull/251, by dropping the duplicate implementation here. This also introduces support for authenticating with the following...
### Description of your changes This adds a CRD printer column for the namespace to the `Release` kind. Fixes # I have: - [x] Read and followed Crossplane's [contribution process]....
Bumps [sigs.k8s.io/controller-tools](https://github.com/kubernetes-sigs/controller-tools) from 0.14.0 to 0.16.5. Release notes Sourced from sigs.k8s.io/controller-tools's releases. v0.16.5 What's Changed π pkg/crd: fix a missed type casting panic with new *types.Alias by @βmtardy in kubernetes-sigs/controller-tools#1079...
Bumps [sigs.k8s.io/controller-runtime](https://github.com/kubernetes-sigs/controller-runtime) from 0.17.1 to 0.19.1. Release notes Sourced from sigs.k8s.io/controller-runtime's releases. v0.19.1 What's Changed [release-0.19] π± Verify PR titles with shell script by @βk8s-infra-cherrypick-robot in kubernetes-sigs/controller-runtime#2947 [release-0.19] π Fakeclient:...
### What problem are you facing? Pulling charts from a private repository is possible by using forProvider.chart.pullSecretRef which points to a secret containing username and password to pull the chart....
Bumps [helm.sh/helm/v3](https://github.com/helm/helm) from 3.13.2 to 3.16.2. Release notes Sourced from helm.sh/helm/v3's releases. Helm v3.16.2 is a patch release. Users are encouraged to upgrade for the best experience. Users are encouraged...
Bumps [sigs.k8s.io/kustomize/kyaml](https://github.com/kubernetes-sigs/kustomize) from 0.14.3-0.20230601165947-6ce0bf390ce3 to 0.18.1. Release notes Sourced from sigs.k8s.io/kustomize/kyaml's releases. kyaml/v0.18.1 This is a patch release of kyaml that was created due to a defect in the release...
Bumps [sigs.k8s.io/kustomize/api](https://github.com/kubernetes-sigs/kustomize) from 0.13.5-0.20230601165947-6ce0bf390ce3 to 0.18.0. Release notes Sourced from sigs.k8s.io/kustomize/api's releases. kyaml/v0.18.0 Breaking change A starlark support for krm functions was removed to cleanup dependencies. kubernetes-sigs/kustomize#5768 This feature was...
### Description of your changes Rename the referenced `master` branches of Crossplane projects to `main`, as a follow-up to https://github.com/crossplane/crossplane/issues/2045. I have: - [x] Read and followed Crossplane's [contribution process]....