From 82be2ae001e806dbb8b5b98b255afad0fe1b9a22 Mon Sep 17 00:00:00 2001 From: Dennis Wendland Date: Wed, 31 Jul 2024 07:44:10 +0200 Subject: [PATCH 1/4] Disable APISIX dashboard to avoid port conflicts on local setup --- k3s/provider.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/k3s/provider.yaml b/k3s/provider.yaml index 0bab8c9..b83f81f 100644 --- a/k3s/provider.yaml +++ b/k3s/provider.yaml @@ -3,7 +3,9 @@ keycloak: apisix: image: - debug: true + debug: true + dashboard: + enabled: false dataPlane: ingress: enabled: true From d5e1dbc5097012d644055e3e0218bfcae72e37e1 Mon Sep 17 00:00:00 2001 From: Dennis Wendland Date: Wed, 31 Jul 2024 07:46:21 +0200 Subject: [PATCH 2/4] Fix typo --- charts/data-space-connector/values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/data-space-connector/values.yaml b/charts/data-space-connector/values.yaml index fa90149..db8b8f0 100644 --- a/charts/data-space-connector/values.yaml +++ b/charts/data-space-connector/values.yaml @@ -145,7 +145,7 @@ odrl-pap: name: database-secret key: postgres-admin-password -# -- configuration for the open-policy-agent to be deployed as part of the connector, as a sidecar to apisix +# -- configuration for the open-policy-agent to be deployed as part of the connector fulfilling the role of the PDP, as a sidecar to apisix opa: # -- should an opa sidecar be deployed to apisix enabled: true @@ -215,7 +215,7 @@ apisix: subPath: apisix.yaml # -- sidecars to be deployed for apisix sidecars: - # -- we want to deploy the open-policy-agent as a pep + # -- we want to deploy the open-policy-agent as a pdp - name: open-policy-agent image: openpolicyagent/opa:0.64.1 imagePullPolicy: IfNotPresent From b11128bb3914035151b6a25d3b6c8f5e97416e5f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 31 Jul 2024 05:55:30 +0000 Subject: [PATCH 3/4] Update helm chart versions --- charts/data-space-connector/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/data-space-connector/Chart.yaml b/charts/data-space-connector/Chart.yaml index a9785f7..a466aec 100644 --- a/charts/data-space-connector/Chart.yaml +++ b/charts/data-space-connector/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: data-space-connector description: Umbrella Chart for the FIWARE Data Space Connector, combining all essential parts to be used by a participant. type: application -version: 7.0.0 +version: 7.0.1 dependencies: - name: postgresql condition: postgresql.enabled From 8968eeffd223e8588fa0a076dec5c95f685fcdc6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 31 Jul 2024 06:36:58 +0000 Subject: [PATCH 4/4] Update helm chart versions --- charts/data-space-connector/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/data-space-connector/Chart.yaml b/charts/data-space-connector/Chart.yaml index cc24af8..deaa908 100644 --- a/charts/data-space-connector/Chart.yaml +++ b/charts/data-space-connector/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: data-space-connector description: Umbrella Chart for the FIWARE Data Space Connector, combining all essential parts to be used by a participant. type: application -version: 7.3.0 +version: 7.3.1 dependencies: - name: postgresql condition: postgresql.enabled