Dan
Dan
**Is your feature request related to a problem? Please describe.** Currently, there is no way to (Officially) deploy Wallabag to Kubernetes in a well-managed manner. **Describe the solution you'd like**...
With `networking.k8s.io/v1`, the Class.Spec expects the attribute `ingressClassName`. Example: ```yaml apiVersion: networking.k8s.io/v1 kind: Ingress metadata: #... spec: ingressClassName: nginx ``` `ingressClassName` should be configurable via `.Values`
#### Summary Adds `ingressClassName` support. #### Ticket Link Fixes issue #337
According to the [docs](https://www.focalboard.com/download/personal-edition/ubuntu/#install-postgresql-recommended), PostgreSQL is recommended for "production" workloads. It appears the current chart is utilizing SQLite. Ideally, the chart should reference the [PostgreSQL helm chart](https://bitnami.com/stack/postgresql/helm) as a dependency...
I am connecting to an Amcrest AD410 Doorbell and utilizing the `event_actions()` method and after about 100s, I receive the Error: `AttributeError: 'NoneType' object has no attribute 'read'`. More specifically,...
Adding the Ability to pass in a specific KubeConfig instead of relying on in cluster. Also making info the default log_level as error didn't make sense.
The current version of the kubernetes package does not work on later versions of Kubernetes. Updating it to `v10.0.1` allows it to work with at least Kubernetes `v1.16x` Also removing...
Recently upgraded Kubernetes to `v1.23.4+k3s1`. Now when a new Volume request comes in, I am receiving the error: ```txt E0520 19:18:14.718931 1 runtime.go:78] Observed a panic: "invalid memory address or...
It would be great to have an init container option to auto-generate the models needed, upon startup, for the nVidia GPU detector. Ideally, this would be configurable in `values.yaml` and...
Any plans to remove the Bitwarden CLI dependency and allowing the provider to work without 3rd party tools?