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

Commit cb01026

Browse files
committed
remove Ip protection from values.schema.json
1 parent 53fe58d commit cb01026

2 files changed

Lines changed: 1 addition & 35 deletions

File tree

charts/ubuntu/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: 5.4.5
25+
version: 5.4.6
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/ubuntu/values.schema.json

Lines changed: 0 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -164,40 +164,6 @@
164164
"overwriteDefaultWith": "{{service.oneTimePassword}}",
165165
"overwriteSchemaWith": "ide/password"
166166
} },
167-
"allowlist": {
168-
"type": "object",
169-
"description": "IP protection",
170-
"properties": {
171-
"enabled": {
172-
"type": "boolean",
173-
"title": "Enable IP protection",
174-
"description": "Only the configured set of IPs will be able to reach the service",
175-
"default": true,
176-
"x-form": {
177-
"value": "{{region.defaultIpProtection}}"
178-
},
179-
"x-onyxia": {
180-
"overwriteDefaultWith": "region.defaultIpProtection"
181-
}
182-
},
183-
"ip": {
184-
"type": "string",
185-
"description": "the allow list of IP is whitespace",
186-
"title": "Allowed IP",
187-
"default": "0.0.0.0/0",
188-
"x-form": {
189-
"value": "{{user.ip}}"
190-
},
191-
"x-onyxia": {
192-
"overwriteDefaultWith": "{{user.ip}}"
193-
},
194-
"hidden": {
195-
"value": false,
196-
"path": "security/allowlist/enabled"
197-
}
198-
}
199-
}
200-
},
201167
"networkPolicy": {
202168
"type": "object",
203169
"description": "Define access policy to the service",

0 commit comments

Comments
 (0)