Skip to content
This repository was archived by the owner on Feb 5, 2026. It is now read-only.

Commit 60ff075

Browse files
committed
openrefine
1 parent 27f1626 commit 60ff075

3 files changed

Lines changed: 15 additions & 7 deletions

File tree

charts/openrefine/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ type: application
2222
# This is the chart version. This version number should be incremented each time you make changes
2323
# to the chart and its templates, including the app version.
2424
# Versions are expected to follow Semantic Versioning (https://semver.org/)
25-
version: 3.3.0
25+
version: 3.4.0
2626

2727
# This is the version number of the application being deployed. This version number should be
2828
# incremented each time you make changes to the application. Versions are not expected to

charts/openrefine/values.schema.json

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,19 @@
156156
"x-onyxia": {
157157
"overwriteDefaultWith": "region.defaultNetworkPolicy"
158158
}
159-
}
159+
},
160+
"from": {
161+
"type": "array",
162+
"description": "Array of source allowed to have network access to your service",
163+
"default": [],
164+
"x-form": {
165+
"hidden": true,
166+
"value": "{{region.from}}"
167+
},
168+
"x-onyxia": {
169+
"hidden": true,
170+
"overwriteDefaultWith": "region.from"
171+
}
160172
}
161173
}
162174
}

charts/openrefine/values.yaml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,7 @@ service:
1010
security:
1111
networkPolicy:
1212
enabled: false
13-
from:
14-
- ipBlock:
15-
cidr: 10.233.103.0/32
16-
- ipBlock:
17-
cidr: 10.233.111.0/32
13+
from: []
1814
allowlist:
1915
enabled: true
2016
ip: "0.0.0.0/0"

0 commit comments

Comments
 (0)