diff --git a/charts/ubuntu/Chart.yaml b/charts/ubuntu/Chart.yaml index 47c592e..7b037ce 100644 --- a/charts/ubuntu/Chart.yaml +++ b/charts/ubuntu/Chart.yaml @@ -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: 5.4.5 +version: 5.4.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 diff --git a/charts/ubuntu/values.schema.json b/charts/ubuntu/values.schema.json index 63e5b58..57dbd4c 100644 --- a/charts/ubuntu/values.schema.json +++ b/charts/ubuntu/values.schema.json @@ -164,40 +164,6 @@ "overwriteDefaultWith": "{{service.oneTimePassword}}", "overwriteSchemaWith": "ide/password" } }, - "allowlist": { - "type": "object", - "description": "IP protection", - "properties": { - "enabled": { - "type": "boolean", - "title": "Enable IP protection", - "description": "Only the configured set of IPs will be able to reach the service", - "default": true, - "x-form": { - "value": "{{region.defaultIpProtection}}" - }, - "x-onyxia": { - "overwriteDefaultWith": "region.defaultIpProtection" - } - }, - "ip": { - "type": "string", - "description": "the allow list of IP is whitespace", - "title": "Allowed IP", - "default": "0.0.0.0/0", - "x-form": { - "value": "{{user.ip}}" - }, - "x-onyxia": { - "overwriteDefaultWith": "{{user.ip}}" - }, - "hidden": { - "value": false, - "path": "security/allowlist/enabled" - } - } - } - }, "networkPolicy": { "type": "object", "description": "Define access policy to the service",