Skip to content

Commit

Permalink
chore(charts): updated values from charts)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mathias Brunkow Moser committed May 13, 2024
1 parent 6381b7d commit f97db88
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 15 deletions.
2 changes: 1 addition & 1 deletion charts/digital-product-pass/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ type: application
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)

version: 2.3.5
version: 2.3.6

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
14 changes: 1 addition & 13 deletions charts/digital-product-pass/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -207,18 +207,6 @@ backend:
rightOperand: "cx.circular.dpp:1"
prohibition: []
obligation: []
- permission:
- action: "USE"
logicalConstraint: "odrl:and"
constraints:
- leftOperand: "cx-policy:Membership"
operator: "odrl:eq"
rightOperand: "active"
- leftOperand: "cx-policy:FrameworkAgreement"
operator: "odrl:eq"
rightOperand: "circulareconomy:1.0"
prohibition: [ ]
obligation: [ ]

digitalTwinRegistry:
endpoints:
Expand Down Expand Up @@ -248,7 +236,7 @@ backend:
- action: "USE"
logicalConstraint: "odrl:and"
constraints:
- leftOperand: "Membership"
- leftOperand: "cx-policy:Membership"
operator: "odrl:eq"
rightOperand: "active"
- leftOperand: "cx-policy:UsagePurpose"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ configuration:
- action: "USE"
logicalConstraint: "odrl:and"
constraints:
- leftOperand: "Membership"
- leftOperand: "cx-policy:Membership"
operator: "odrl:eq"
rightOperand: "active"
- leftOperand: "cx-policy:UsagePurpose"
Expand Down

0 comments on commit f97db88

Please sign in to comment.