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 diff --git a/charts/data-space-connector/values.yaml b/charts/data-space-connector/values.yaml index cec0505..4059aef 100644 --- a/charts/data-space-connector/values.yaml +++ b/charts/data-space-connector/values.yaml @@ -144,8 +144,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 @@ -222,7 +221,7 @@ apisix: subPath: opa.lua # -- 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 diff --git a/k3s/provider.yaml b/k3s/provider.yaml index af10f16..0545e3a 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