This repository was archived by the owner on Feb 5, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments