Skip to content

Commit 86ca438

Browse files
committed
Fix issues from PR
1 parent 62bf0ef commit 86ca438

File tree

4 files changed

+6
-266
lines changed

4 files changed

+6
-266
lines changed

.local.env

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
1+
<<<<<<< Updated upstream
12
SENTRIUS_VERSION=1.1.97
3+
=======
4+
SENTRIUS_VERSION=1.1.96
5+
>>>>>>> Stashed changes
26
SENTRIUS_SSH_VERSION=1.1.18
37
SENTRIUS_KEYCLOAK_VERSION=1.1.25
48
SENTRIUS_AGENT_VERSION=1.1.18
59
SENTRIUS_AI_AGENT_VERSION=1.1.33
6-
LLMPROXY_VERSION=1.0.18
10+
LLMPROXY_VERSION=1.0.19
711
LAUNCHER_VERSION=1.0.29

deprecated-build-images-gcp.sh

Lines changed: 0 additions & 110 deletions
This file was deleted.

deprecated-build-images-local.sh

Lines changed: 0 additions & 154 deletions
This file was deleted.

sentrius-chart/templates/configmap.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ data:
113113
otel.exporter.otlp.protocol=grpc
114114
management.endpoints.web.exposure.include=health
115115
management.endpoint.health.show-details=always
116-
agent.open.ai.endpoint=http://llmproxy:8080/
116+
agent.open.ai.endpoint=http://sentrius-integrationproxy:8080/
117117
agent.ai.config=assessor-config.yaml
118118
provenance.kafka.topic=sentrius-provenance
119119
# Serialization

0 commit comments

Comments
 (0)