File tree Expand file tree Collapse file tree 3 files changed +12
-4
lines changed
charts/data-space-connector Expand file tree Collapse file tree 3 files changed +12
-4
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apiVersion: v2
2
2
name : data-space-connector
3
3
description : Umbrella Chart for the FIWARE Data Space Connector, combining all essential parts to be used by a participant.
4
4
type : application
5
- version : 7.3.1
5
+ version : 7.3.3
6
6
dependencies :
7
7
- name : postgresql
8
8
condition : postgresql.enabled
@@ -32,7 +32,7 @@ dependencies:
32
32
repository : https://fiware.github.io/helm-charts
33
33
- name : apisix
34
34
condition : apisix.enabled
35
- version : 3.1.0
35
+ version : 3.5.1
36
36
repository : oci://registry-1.docker.io/bitnamicharts
37
37
# data-service
38
38
- name : scorpio-broker-aaio
Original file line number Diff line number Diff line change @@ -173,6 +173,8 @@ apisix:
173
173
controlPlane :
174
174
# -- should it be enabled
175
175
enabled : true
176
+ # -- resource preset to have sufficient memory
177
+ resourcesPreset : small
176
178
# -- configuration in regard to the apisix ingressController
177
179
ingressController :
178
180
# -- should it be enabled
@@ -187,6 +189,8 @@ apisix:
187
189
enabled : false
188
190
# -- configuration in regard to the apisix dataplane
189
191
dataPlane :
192
+ # -- resource preset to have sufficient memory
193
+ resourcesPreset : small
190
194
# -- configuration for extra configmaps to be deployed
191
195
extraConfig :
192
196
deployment :
@@ -195,6 +199,12 @@ apisix:
195
199
config_provider : yaml
196
200
apisix :
197
201
extra_lua_path : /extra/apisix/plugins/?.lua
202
+ # -- configuration in regard to the apisix dashboard
203
+ dashboard :
204
+ # -- should it be enabled
205
+ enabled : true
206
+ # -- resource preset to have sufficient memory
207
+ resourcesPreset : small
198
208
# -- extra volumes
199
209
# we need `routes` to declaratively configure the routes
200
210
# and the config for the opa sidecar
Original file line number Diff line number Diff line change @@ -4,8 +4,6 @@ keycloak:
4
4
apisix :
5
5
image :
6
6
debug : true
7
- dashboard :
8
- enabled : false
9
7
dataPlane :
10
8
ingress :
11
9
enabled : true
You can’t perform that action at this time.
0 commit comments