Varsha

Results 163 comments of Varsha

+1 @acornett21 has been contributing to Operator SDK heavily, it would be great to have him as a part of our org.

@ryanm101 Checking the commits, looks like hybrid plugin does support `go/v4` (v4-alpha has been deprecated by kubebuilder): https://github.com/operator-framework/helm-operator-plugins/blob/215d1f8a3e7d4c9a770488668678771a8997f63a/pkg/plugins/hybrid/v1alpha/scaffolds/init.go#L120-L134. However, Operator SDK has not bumped the hybrid plugin commit yet to...

Went through the updates with respect to helm-operator in operator-sdk after SDK 1.0 release till v1.15.0. These are the following updates: - [x] Add predicates for filtering : https://github.com/operator-framework/operator-sdk/pull/4997 -...

cc: @jmrodri @everettraven

We do have GitHub actions setup in this repository which release helm binaries for different architectures. However, for the last two releases we are only releasing the source code. We...

Addressed the changes. The previous e2e failures didn't seem to be related to the changes, hoping that it passes CI.

@bentito: https://github.com/operator-framework/operator-controller/commit/d649164d840340ae475ba434caf4af2fb33ac801 - I tried making changes to your branch, but GH doesn't let me create a PR against your repo 😅 With this change, we don't need to mock...

The only part remaining to be fixed in this PR are the unit tests - #874 is in progress to handle the same.

Please hold this from merging till #846 gets in. Thanks!