Skip to content

Commit 83ed962

Browse files
Update mcp-server-trento to 1.1.1 (#219)
Signed-off-by: Antonio Gamez Diaz <antonio.gamez@suse.com>
1 parent 0d7d192 commit 83ed962

3 files changed

Lines changed: 5 additions & 39 deletions

File tree

charts/trento-server/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ description: The trento server chart contains all the components necessary to ru
88
type: application
99
# This is the chart version. This version number should be incremented each time you make changes
1010
# to the chart and its templates
11-
version: 3.2.0-dev6
11+
version: 3.2.0-dev7
1212

1313
dependencies:
1414
- name: trento-web

charts/trento-server/charts/trento-mcp-server/values.yaml

Lines changed: 4 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,13 @@ image:
1010
repository: ghcr.io/trento-project/mcp-server-trento
1111
tag: 1.1.1
1212
pullPolicy: IfNotPresent
13-
1413
## @param replicaCount Number of replicas to deploy
1514
replicaCount: 1
16-
1715
## @param containerPorts.http Port for MCP HTTP traffic
1816
## @param containerPorts.health Port for health check
1917
containerPorts:
2018
http: 5000
2119
health: 8080
22-
2320
## @section MCP Server configuration
2421
##
2522
## @param mcpServer.args Array of arguments to pass to the MCP server container, overrides other settings
@@ -48,17 +45,14 @@ mcpServer:
4845
transport: streamable
4946
trentoURL: ""
5047
verbosity: info
51-
5248
## @param env Environment variables to pass to the container
5349
env: {}
54-
5550
## Service parameters
5651
## @param service.type Service type
5752
## @param service.port Service port
5853
service:
5954
type: ClusterIP
6055
port: 5000
61-
6256
## @section Ingress configuration
6357
##
6458
## @param ingress.enabled Enable ingress
@@ -76,12 +70,10 @@ ingress:
7670
paths:
7771
- path: /mcp-server-trento
7872
pathType: ImplementationSpecific
79-
tls:
80-
[]
81-
# - secretName: chart-example-tls
82-
# hosts:
83-
# - chart-example.local
84-
73+
tls: []
74+
# - secretName: chart-example-tls
75+
# hosts:
76+
# - chart-example.local
8577
## @section Global parameters
8678
##
8779
## @param global.clusterDomain Kubernetes cluster domain
@@ -100,7 +92,6 @@ global:
10092
trentoWanda:
10193
name:
10294
servicePort:
103-
10495
## @section Resource configuration
10596
##
10697
## @param resources.limits.cpu CPU limit
@@ -118,7 +109,6 @@ resources:
118109
cpu: 100m
119110
memory: 128Mi
120111
ephemeral-storage: "128Mi"
121-
122112
## @section Probes
123113
##
124114
## @param startupProbe.enabled Enable startup probe
@@ -138,7 +128,6 @@ startupProbe:
138128
timeoutSeconds: 5
139129
failureThreshold: 6
140130
successThreshold: 1
141-
142131
## @param livenessProbe.enabled Enable liveness probe
143132
## @param livenessProbe.path Path to access on the HTTP server
144133
## @param livenessProbe.port Port for livenessProbe
@@ -156,7 +145,6 @@ livenessProbe:
156145
timeoutSeconds: 5
157146
failureThreshold: 6
158147
successThreshold: 1
159-
160148
## @param readinessProbe.enabled Enable readiness probe
161149
## @param readinessProbe.path Path to access on the HTTP server
162150
## @param readinessProbe.port Port for readinessProbe
@@ -174,38 +162,29 @@ readinessProbe:
174162
timeoutSeconds: 5
175163
failureThreshold: 6
176164
successThreshold: 1
177-
178165
## @section Common pod template settings
179166
##
180167
## @param imagePullSecrets Image pull secrets for private registries
181168
imagePullSecrets: []
182-
183169
## @param nameOverride Partially override the chart name
184170
nameOverride: ""
185-
186171
## @param fullnameOverride Fully override the release name
187172
fullnameOverride: ""
188-
189173
## @param serviceAccount.create Specifies whether a service account should be created
190174
## @param serviceAccount.annotations Annotations to add to the service account
191175
## @param serviceAccount.name The name of the service account to use
192176
serviceAccount:
193177
create: true
194178
annotations: {}
195179
name: ""
196-
197180
## @param podAnnotations Additional annotations for the pod metadata
198181
podAnnotations: {}
199-
200182
## @param nodeSelector Node selector for pod assignment
201183
nodeSelector: {}
202-
203184
## @param tolerations Tolerations for pod assignment
204185
tolerations: []
205-
206186
## @param affinity Affinity rules for pod assignment
207187
affinity: {}
208-
209188
## @section Network Policies
210189
##
211190
## Ref: https://kubernetes.io/docs/concepts/services-networking/network-policies/
@@ -220,7 +199,6 @@ networkPolicy:
220199
allowExternalEgress: true
221200
ingressNSMatchLabels: {}
222201
ingressNSPodMatchLabels: {}
223-
224202
## @section Security Context
225203
##
226204
## Configure Pods Security Context
@@ -235,7 +213,6 @@ podSecurityContext:
235213
sysctls: []
236214
supplementalGroups: []
237215
fsGroup: 1001
238-
239216
## Configure Container Security Context
240217
## Ref: https://kubernetes.io/docs/tasks/configure-pod-container/security-context/
241218
## @param containerSecurityContext.seLinuxOptions [object,nullable] Set SELinux options in container

charts/trento-server/values.yaml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -43,14 +43,12 @@ global:
4343
enabled: true
4444
issuerName: rabbitmq-ca-issuer
4545
issuerKind: Issuer
46-
4746
### Sub Charts Specific Values ###
4847
trento-web:
4948
nameOverride: web
5049
enabled: true
5150
image:
5251
repository: ghcr.io/trento-project/trento-web
53-
5452
trento-wanda:
5553
nameOverride: wanda
5654
enabled: true
@@ -59,13 +57,11 @@ trento-wanda:
5957
checks:
6058
image:
6159
repository: ghcr.io/trento-project/trento-checks
62-
6360
trento-mcp-server:
6461
nameOverride: mcp-server
6562
enabled: false
6663
image:
6764
repository: ghcr.io/trento-project/mcp-server-trento
68-
6965
postgresql:
7066
enabled: true
7167
persistence:
@@ -106,7 +102,6 @@ postgresql:
106102
value: "{{ .Values.postgresqlDatabase }}"
107103
- name: PGDATA
108104
value: "{{ .Values.postgresqlDataDir }}"
109-
110105
prometheus:
111106
enabled: true
112107
server:
@@ -155,7 +150,6 @@ prometheus:
155150
port: 8081
156151
protocol: TCP
157152
targetPort: 8081
158-
159153
ingress:
160154
enabled: true
161155
ingressClassName: ""
@@ -167,7 +161,6 @@ prometheus:
167161
tls: []
168162
# Route ingress traffic through the auth sidecar
169163
servicePort: 8081
170-
171164
alertmanager:
172165
enabled: false
173166
prometheus-pushgateway:
@@ -179,26 +172,22 @@ prometheus:
179172
enabled: false
180173
prometheus-node-exporter:
181174
enabled: false
182-
183175
migrationHook:
184176
image:
185177
registry: registry.suse.com
186178
repository: suse/kubectl
187179
tag: "1.35"
188-
189180
rabbitmq:
190181
enabled: true
191182
persistence:
192183
enabled: true
193184
service:
194185
type: LoadBalancer
195-
196186
certWaiter:
197187
image:
198188
registry: registry.suse.com
199189
repository: suse/kubectl
200190
tag: "1.35"
201-
202191
extraConfiguration: |
203192
{{- if .Values.global.rabbitmq.tls.mtls.enabled }}
204193
listeners.ssl.default = 5671

0 commit comments

Comments
 (0)