diff --git a/app/client/chart/client/values.yaml b/app/client/chart/client/values.yaml
index bb04687e21f813aa6144e2e49985310efcf6fbfb..a12defbd2d079c2e7f006db863886806f8794d35 100644
--- a/app/client/chart/client/values.yaml
+++ b/app/client/chart/client/values.yaml
@@ -5,10 +5,10 @@
 replicaCount: 1
 
 image:
-  repository: nginx # !Change this to the actual image
+  repository: client # !Change this to the actual image
   pullPolicy: IfNotPresent
   # Overrides the image tag whose default is the chart appVersion.
-  tag: ""
+  tag: "v0.0.1"
 
 imagePullSecrets: []
 nameOverride: ""
@@ -37,7 +37,7 @@ securityContext: {}
   # runAsUser: 1000
 
 service:
-  type: Loadbalancer
+  type: LoadBalancer
   port: 80
 
 ingress: