installer: migrate app repository client to cuelang based configs
diff --git a/core/installer/values-tmpl/soft-serve.cue b/core/installer/values-tmpl/soft-serve.cue
index 1ed8444..586490b 100644
--- a/core/installer/values-tmpl/soft-serve.cue
+++ b/core/installer/values-tmpl/soft-serve.cue
@@ -5,7 +5,12 @@
 
 _domain: "\(input.subdomain).\(global.privateDomain)"
 
-readme: "softserve application will be installed on private network and be accessible to any user on https://\(_domain)" // TODO(gio): make public network an option
+name: "Soft-Serve"
+namespace: "app-soft-serve"
+// TODO(gio): make public network an option
+readme: "softserve application will be installed on private network and be accessible to any user on https://\(_domain)"
+description: "A tasty, self-hostable Git server for the command line. 🍦"
+icon: "<svg xmlns='http://www.w3.org/2000/svg' width='50' height='50' viewBox='0 0 48 48'><g fill='none' stroke='currentColor' stroke-linecap='round' stroke-width='4'><path stroke-linejoin='round' d='M15.34 22.5L21 37l3 6l3-6l5.66-14.5'/><path d='M19 32h10'/><path stroke-linejoin='round' d='M24 3c-6 0-8 6-8 6s-6 2-6 7s5 7 5 7s3.5-2 9-2s9 2 9 2s5-2 5-7s-6-7-6-7s-2-6-8-6Z'/></g></svg>"
 
 images: {
 	softserve: {