charts icon indicating copy to clipboard operation
charts copied to clipboard

Helm charts for KEDA

Results 93 charts issues
Sort by recently updated
recently updated
newest added

If I am referring `ClusterTriggerAuthentication` with `extraObjects`, it gives following error ``` Error: unable to build kubernetes objects from release manifest: unable to recognize "": no matches for kind "ClusterTriggerAuthentication"...

bug

@lucchmielowski Hi! Thank you so much for this fix. https://github.com/kedacore/charts/pull/399 Unfortunately, It doesn't work for us. - We noticed that we should install "cert-manager". - metrics-service-address is hardcoded. So, we...

bug

## Expected Behavior After upgrading Keda to v2.12.0 all the components should be in sync . ## Actual Behavior After upgrading Keda to v2.12.0 the v1beta1.external.metrics.k8s.io API component is not...

bug

Add the `metricsServer.registerAPIService` option to disable external metrics API registration. This is useful when you already have an API registration (e.g. [Datadog Cluster Agent](https://docs.datadoghq.com/containers/cluster_agent/)) and want to deploy KEDA without...

The [existing documentation](https://keda.sh/docs/2.15/operate/cluster/#restrict-secret-access) for restricting secret access is misleading, as it implies that access to secrets can be (completely) restricted by enabling secret permission restrictions for keda-operator and metricServer. In...

bug

A clear and concise description of what the bug is. ## Expected Behavior Keda can be installed from its chart as a dependency of another custom chart that uses Keda...

bug
help wanted

When installing KEDA using Argo CD, the application never ends up being synced. It's caused by empty `annotations` in APIService `v1beta1.external.metrics.k8s.io` defined in `keda/templates/24-metrics-apiservice.yaml`. Kubernetes API does not return null...

bug

## Expected Behavior My config `value.yaml` file ``` image: keda: # -- Image name of KEDA operator repository: ghcr.io/kedacore/keda # -- Image tag of KEDA operator. Optional, given app version...

bug

The README state that we can use `nano` as a valid time encoding for: - `operator` -> https://github.com/kedacore/charts/blob/bb6c9af8da314cda7a4e5536c630e6069ef2ea22/keda/README.md?plain=1#L119 - `webhook` -> https://github.com/kedacore/charts/blob/bb6c9af8da314cda7a4e5536c630e6069ef2ea22/keda/README.md?plain=1#L258 (note that it says operator. C/P issue) Trying...

bug