From 663107bfbc6ac7760c9f5d4428c877573353f413 Mon Sep 17 00:00:00 2001 From: Garfield Date: Fri, 12 Jun 2026 12:13:56 -0400 Subject: [PATCH] deploy: hermes-mcp reviewer enum + squaremcp-site legal update --- hermes-k8s.yaml | 6 +++++- product/site/squaremcp-k8s-ingress.yaml | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/hermes-k8s.yaml b/hermes-k8s.yaml index 8934453..60c7846 100644 --- a/hermes-k8s.yaml +++ b/hermes-k8s.yaml @@ -22,7 +22,7 @@ spec: fsGroup: 1000 containers: - name: hermes-mcp - image: localhost:32000/hermes-mcp@sha256:1ada6f03a81ad53cd3b641b8934ae99e1a29651ac05f0bb7fbed790bb9f9d1ed + image: localhost:32000/hermes-mcp@sha256:f7895aad093acb740dde7f1acbb97644ac33b825c68b8119c294d2ed6d675158 imagePullPolicy: Always securityContext: allowPrivilegeEscalation: false @@ -115,6 +115,10 @@ spec: value: "admin@squaremcp.com" - name: SQCP_ADMIN_PASSWORD value: "onelove" + - name: SQCP_REVIEWER_EMAIL + value: "reviewer@squaremcp.com" + - name: SQCP_REVIEWER_PASSWORD + value: "onelove" - name: MYSQL_HOST value: "127.0.0.1" - name: MYSQL_PORT diff --git a/product/site/squaremcp-k8s-ingress.yaml b/product/site/squaremcp-k8s-ingress.yaml index 6e479ed..bd82e28 100644 --- a/product/site/squaremcp-k8s-ingress.yaml +++ b/product/site/squaremcp-k8s-ingress.yaml @@ -15,7 +15,7 @@ spec: spec: containers: - name: squaremcp-site - image: localhost:32000/squaremcp-site@sha256:e07e2020651f058136048e73052b8680caede18bb17596383060c3648900276b + image: localhost:32000/squaremcp-site@sha256:f0e43780d21858dfbd95d3569ce7e41af4eff13094f4dddba317b2dc3211c96e imagePullPolicy: Always ports: - containerPort: 8080