Muneeb Aijaz

Results 10 issues of Muneeb Aijaz

Following command doesn't work without login to the registry `helm template oci://ghcr.io/org-name/charts/chart-name --version 0.0.15 --username --password ` But if i do `helm registry login oci://ghcr.io/org-name` and then try to template...

bug

**Is your feature request related to a problem? Please describe.** As of now, reloader converts secrets into a hash, and stores it in a deployment as an env variable, which...

kind/enhancement

I am watching multiple resources under `SetupWithManager` Two of them being, `Namespaces` and `CustomResource`. Controller runs for `CustomResource` and is specified as `For(&v1beta1.CustomResource{}, builder.WithPredicates(predicate.GenerationChangedPredicate{})). ` Namespaces as `Owns(&corev1.Namespace{}).` Now, i...

kind/support

**Describe the bug** It seems like forecastle panics on empty tls field in ingress **To Reproduce** Create an Ingress with ``` tls: - {} ``` field, link it to a...

kind/bug
good-first-issue

**Is your feature request related to a problem? Please describe.** Push workflow commits back to master branch which creates multiple issues: - Back to back PRs can not be merged...

kind/enhancement
kind/help wanted

**Describe the bug** if reloader pod is down for any reason, and any of the watched secret/configmap changes, it doesnt cater reloads for that when the pod comes back up...

kind/bug

Refers to: https://github.com/hyperspike/valkey-operator/issues/72

Hi, we have recently started exploring Helmify for internal work, and found Helmify great when fix issues with inconsistencies between config folder for operators and hand-written helm chart. We however...

For the sake of doing processing on certain resources, i need to retain their names in helm chart. but -original-name doesnt seem to revert templatizing to original name mentioned in...