diff --git a/CHANGELOG.md b/CHANGELOG.md
index 991d8eedf92d7e150cb9e0f57353a2f24136da5f..8464b5e6f438f1af3235c69a5e0a109f87a29fde 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,9 @@
 # Changelog
 
+## [0.6.6]
+
+Only changes to the helm chart.
+
 ## [0.6.5]
 
 - Further improve (error) message handling. In particular, show feedback when
diff --git a/deployment/helmchart/CHANGELOG.md b/deployment/helmchart/CHANGELOG.md
index 96fd93355675edd7207b0c55232c0f000c92f2ad..a35bd55ad561962cb867a9cfc02eab46704b66a9 100644
--- a/deployment/helmchart/CHANGELOG.md
+++ b/deployment/helmchart/CHANGELOG.md
@@ -1,5 +1,9 @@
 # Changelog
 
+## [1.6.6]
+
+* Add helm test using cypress. Only tests logging in for now.
+
 ## [1.6.5]
 
 * Update dashboard to version 0.6.5
diff --git a/deployment/helmchart/Chart.yaml b/deployment/helmchart/Chart.yaml
index 73b40560b10d91176da19cc70421bc17f63254d5..9b88f7c3e80c1615b861060da010a4830cef7772 100644
--- a/deployment/helmchart/Chart.yaml
+++ b/deployment/helmchart/Chart.yaml
@@ -1,7 +1,7 @@
 annotations:
   category: Dashboard
 apiVersion: v2
-appVersion: 0.6.5
+appVersion: 0.6.6
 dependencies:
   - name: common
     # https://artifacthub.io/packages/helm/bitnami/common
@@ -23,4 +23,4 @@ name: stackspin-dashboard
 sources:
   - https://open.greenhost.net/stackspin/dashboard/
   - https://open.greenhost.net/stackspin/dashboard-backend/
-version: 1.6.6-cypress2
+version: 1.6.6
diff --git a/deployment/helmchart/values.yaml b/deployment/helmchart/values.yaml
index e3011e131aa847bc63f121b82ed54d230bd274dd..6476a71693fd26d0fdeba42ca7d1f8d35d2917e9 100644
--- a/deployment/helmchart/values.yaml
+++ b/deployment/helmchart/values.yaml
@@ -68,7 +68,7 @@ dashboard:
   image:
     registry: open.greenhost.net:4567
     repository: stackspin/dashboard/dashboard
-    tag: 0.6.5
+    tag: 0.6.6
     digest: ""
     ## Optionally specify an array of imagePullSecrets.
     ## Secrets must be manually created in the namespace.
@@ -236,7 +236,7 @@ backend:
   image:
     registry: open.greenhost.net:4567
     repository: stackspin/dashboard/dashboard-backend
-    tag: 0.6.5
+    tag: 0.6.6
     digest: ""
     ## Optionally specify an array of imagePullSecrets.
     ## Secrets must be manually created in the namespace.
@@ -723,7 +723,7 @@ tests:
   image:
     registry: open.greenhost.net:4567
     repository: stackspin/dashboard/cypress-test
-    tag: 0.6.5
+    tag: 0.6.6
     pullPolicy: IfNotPresent
   credentials:
     user: ""