helm icon indicating copy to clipboard operation
helm copied to clipboard

Helm charts repository for Kubevious

Results 4 helm issues
Sort by recently updated
recently updated
newest added

It will be convenient to have `global.affinity` and `global.tolerations` option so that we don't have to define them at each component example: ``` global: { affinity: { nodeAffinity: { requiredDuringSchedulingIgnoredDuringExecution:...

Hi, I am trying to install Kubevious with helm chart on EKS with arm64 node arch, I think Kubevious don't have arm support yet. I am getting this error from...

### Suggestion for improvement and simplification Instead of defining MySQL and Redis "charts" as subcharts just use existing charts from Bitnami: - https://artifacthub.io/packages/helm/bitnami/mysql - https://artifacthub.io/packages/helm/bitnami/redis

good first issue

Hello, When I install helm chart in my cluster, collector pod can start and stay in CrashLoopBackOff state . After investigation, periodSeconds in livenessProbe section is too short and is...