Skip to content

Commit 74e5315

Browse files
authored
Merge pull request #20 from FIWARE/fix-local-deploy
update connector
2 parents 34f1fc1 + 40f7e03 commit 74e5315

File tree

3 files changed

+12
-4
lines changed

3 files changed

+12
-4
lines changed

charts/data-space-connector/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: data-space-connector
33
description: Umbrella Chart for the FIWARE Data Space Connector, combining all essential parts to be used by a participant.
44
type: application
5-
version: 7.3.1
5+
version: 7.3.3
66
dependencies:
77
- name: postgresql
88
condition: postgresql.enabled
@@ -32,7 +32,7 @@ dependencies:
3232
repository: https://fiware.github.io/helm-charts
3333
- name: apisix
3434
condition: apisix.enabled
35-
version: 3.1.0
35+
version: 3.5.1
3636
repository: oci://registry-1.docker.io/bitnamicharts
3737
# data-service
3838
- name: scorpio-broker-aaio

charts/data-space-connector/values.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,8 @@ apisix:
173173
controlPlane:
174174
# -- should it be enabled
175175
enabled: true
176+
# -- resource preset to have sufficient memory
177+
resourcesPreset: small
176178
# -- configuration in regard to the apisix ingressController
177179
ingressController:
178180
# -- should it be enabled
@@ -187,6 +189,8 @@ apisix:
187189
enabled: false
188190
# -- configuration in regard to the apisix dataplane
189191
dataPlane:
192+
# -- resource preset to have sufficient memory
193+
resourcesPreset: small
190194
# -- configuration for extra configmaps to be deployed
191195
extraConfig:
192196
deployment:
@@ -195,6 +199,12 @@ apisix:
195199
config_provider: yaml
196200
apisix:
197201
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
198208
# -- extra volumes
199209
# we need `routes` to declaratively configure the routes
200210
# and the config for the opa sidecar

k3s/provider.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ keycloak:
44
apisix:
55
image:
66
debug: true
7-
dashboard:
8-
enabled: false
97
dataPlane:
108
ingress:
119
enabled: true

0 commit comments

Comments
 (0)