Skip to content
This repository has been archived by the owner on Sep 18, 2024. It is now read-only.

Commit

Permalink
openrefine
Browse files Browse the repository at this point in the history
  • Loading branch information
fcomte committed Mar 1, 2023
1 parent 27f1626 commit 60ff075
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 7 deletions.
2 changes: 1 addition & 1 deletion charts/openrefine/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 3.3.0
version: 3.4.0

# 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: 13 additions & 1 deletion charts/openrefine/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,19 @@
"x-onyxia": {
"overwriteDefaultWith": "region.defaultNetworkPolicy"
}
}
},
"from": {
"type": "array",
"description": "Array of source allowed to have network access to your service",
"default": [],
"x-form": {
"hidden": true,
"value": "{{region.from}}"
},
"x-onyxia": {
"hidden": true,
"overwriteDefaultWith": "region.from"
}
}
}
}
Expand Down
6 changes: 1 addition & 5 deletions charts/openrefine/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,7 @@ service:
security:
networkPolicy:
enabled: false
from:
- ipBlock:
cidr: 10.233.103.0/32
- ipBlock:
cidr: 10.233.111.0/32
from: []
allowlist:
enabled: true
ip: "0.0.0.0/0"
Expand Down

0 comments on commit 60ff075

Please sign in to comment.