Merge pull request #51 from KognitionAI/main

Update kind API version and address subsequent linting errors
diff --git a/couchdb/values.yaml b/couchdb/values.yaml
index 25e26a7..1b5d88c 100644
--- a/couchdb/values.yaml
+++ b/couchdb/values.yaml
@@ -165,7 +165,7 @@
   # required to use Fauxton if chttpd.require_valid_user is set to true
   # httpd:
   #   WWW-Authenticate: "Basic realm=\"administrator\""
-    
+
 
 # Kubernetes local cluster domain.
 # This is used to generate FQDNs for peers when joining the CouchDB cluster.
diff --git a/test/kind-config.yaml b/test/kind-config.yaml
index ee24a88..cebee6d 100644
--- a/test/kind-config.yaml
+++ b/test/kind-config.yaml
@@ -1,5 +1,5 @@
 kind: Cluster
-apiVersion: kind.sigs.k8s.io/v1alpha3
+apiVersion: kind.x-k8s.io/v1alpha4
 nodes:
   - role: control-plane
   - role: worker