diff --git a/helmchart/single-sign-on/values.yaml b/helmchart/single-sign-on/values.yaml
index dff3fc0275fb4bc88d547d90293755d9446a228c..923518fa603ac3b2f04086589f798222406ac574 100644
--- a/helmchart/single-sign-on/values.yaml
+++ b/helmchart/single-sign-on/values.yaml
@@ -96,7 +96,7 @@ kratos:
 
     config:
       identity:
-        # This points to the filename in above identitySchemas section. 
+        # This points to the filename in above identitySchemas section.
         default_schema_url: file:///etc/config/identity.default.schema.json
 
       dsn: postgres://kratos:kratos@single-sign-on-postgresql:5432/kratos
@@ -140,15 +140,12 @@ kratos:
       log:
         level: info
 
-      courier: 
-        smtp: 
+      courier:
+        smtp:
           connection_uri: smtps://username:password@smtp.example.net:456/
           from_address: no-reply@example.net
 
 hydra:
-  # Fix for this issue: https://github.com/ory/k8s/issues/367
-  image:
-    tag: v1.10.5-sqlite
   hydra:
     # hydra.hydra.dangerousForceHttp allows access to the hydra admin API over http. The
     # hydra admin API is only accessible by services within the same namespace unless you