diff --git a/charts/jupyter-hub-customizations/Chart.yaml b/charts/jupyter-hub-customizations/Chart.yaml
index 3ce7d3b5df1c9f2648aa688d74a19a0fb587f15d..29309963eff1be67d2b33ffc3eb2545d47c048e6 100644
--- a/charts/jupyter-hub-customizations/Chart.yaml
+++ b/charts/jupyter-hub-customizations/Chart.yaml
@@ -15,7 +15,7 @@ type: application
 # This is the chart version. This version number should be incremented each time you make changes
 # to the chart and its templates, including the app version.
 # Versions are expected to follow Semantic Versioning (https://semver.org/)
-version: 0.16.20
+version: 0.16.21
 # This is the version number of the application being deployed. This version number should be
 # incremented each time you make changes to the application. Versions are not expected to
 # follow Semantic Versioning. They should reflect the version the application is using.
diff --git a/charts/jupyter-hub-customizations/templates/deployment_check_liveness.yaml b/charts/jupyter-hub-customizations/templates/deployment_check_liveness.yaml
index 953fe2e65ffe0aabe4c89d6569ec25c48aa1961c..f96ab18fe7449bb8d0adbb23ff66f6c53e6552c0 100644
--- a/charts/jupyter-hub-customizations/templates/deployment_check_liveness.yaml
+++ b/charts/jupyter-hub-customizations/templates/deployment_check_liveness.yaml
@@ -4,18 +4,21 @@ kind: Deployment
 metadata:
   name: check-liveness
   labels:
-    app: {{ .Values.global.name }}
-    release: jupyterhub
+    app: jupyterhub
+    component: check-liveness
+    service: {{ .Values.global.name }}
     {{- include "jupyter-hub-customizations.labels" . | nindent 4 }}
 spec:
   replicas: 1
   selector:
     matchLabels:
-      app: check-liveness
+      app: jupyterhub
+      component: check-liveness
   template:
     metadata:
       labels:
-        app: check-liveness
+        app: jupyterhub
+        component: check-liveness
     spec:
       serviceAccountName: restart-deployment
       restartPolicy: Always