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

Commit c7f3985

Browse files
committed
fix: Use non-overlapping debugNodePort
1 parent 32dcfc2 commit c7f3985

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.vscode/launch.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"request": "attach",
88
"mode": "remote",
99
"remotePath": "/app",
10-
"port": 31441,
10+
"port": 31442,
1111
"host": "127.0.0.1"
1212
}
1313
]

charts/dhclientd/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ meta:
22
image: pojntfx/dhclientd:latest
33
dev: false
44
debugPort: 31441
5-
debugNodePort: 31441
5+
debugNodePort: 31442
66
target: "{{ .DIBS_TARGET }}"
77
platform: "{{ .TARGETPLATFORM }}"
88
debug: "{{ .DIBS_DEBUG }}"

charts/dhcpdd/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ meta:
22
image: pojntfx/dhcpdd:latest
33
dev: false
44
debugPort: 31441
5-
debugNodePort: 31441
5+
debugNodePort: 31442
66
target: "{{ .DIBS_TARGET }}"
77
platform: "{{ .TARGETPLATFORM }}"
88
debug: "{{ .DIBS_DEBUG }}"

0 commit comments

Comments
 (0)