File tree Expand file tree Collapse file tree 3 files changed +6
-10
lines changed Expand file tree Collapse file tree 3 files changed +6
-10
lines changed Original file line number Diff line number Diff line change 2
2
# Set this to override the default kubectl proxy URL
3
3
# For local development: http://127.0.0.1:8001
4
4
# For Docker: http://host.docker.internal:8001
5
- KUBERNETES_PROXY_URL = http://127.0.0.1:8001
6
-
7
- # Optional: Set to 'docker' if running in a container
8
- # This helps with automatic environment detection
9
- container =
5
+ KUBERNETES_PROXY_URL = http://127.0.0.1:8001
Original file line number Diff line number Diff line change 12
12
"next" : " 14.1.0" ,
13
13
"react" : " ^18.2.0" ,
14
14
"react-dom" : " ^18.2.0" ,
15
- "kubernetesjs" : " ^0.6.0 " ,
15
+ "kubernetesjs" : " ^0.6.1 " ,
16
16
"@tanstack/react-query" : " ^5.29.0" ,
17
17
"react-router-dom" : " ^6.22.3" ,
18
18
"@radix-ui/react-dialog" : " ^1.0.5" ,
Original file line number Diff line number Diff line change @@ -2266,10 +2266,10 @@ keyv@^4.5.3:
2266
2266
dependencies :
2267
2267
json-buffer "3.0.1"
2268
2268
2269
- kubernetesjs@^0.6.0 :
2270
- version "0.6.0 "
2271
- resolved "https://registry.yarnpkg.com/kubernetesjs/-/kubernetesjs-0.6.0 .tgz#c5f214af515e9a12caa2edc1151456b897af8ac5 "
2272
- integrity sha512-BgjPn6nYVm+R55dFHIM5owl6OswKshoRaL/ncLb9mNFJmmKDn1eAeNJPh41uMD6TDtlTcsVj2pPzsksRFgM2UA ==
2269
+ kubernetesjs@^0.6.1 :
2270
+ version "0.6.1 "
2271
+ resolved "https://registry.yarnpkg.com/kubernetesjs/-/kubernetesjs-0.6.1 .tgz#de118adefb093baa042fdb49c009049409e5ddfa "
2272
+ integrity sha512-N1djD3PDyulyYSXCm+nCnffOgmdCLb782mfuwizS0NJnf5ZeR3qPUDpjqYZ0ijjEq2caZUK/Fv9caNJLkKgnZg ==
2273
2273
2274
2274
language-subtag-registry@^0.3.20 :
2275
2275
version "0.3.23"
You can’t perform that action at this time.
0 commit comments