Skip to content

Commit 7fd1cb0

Browse files
authored
bumped java-toolkit (#1503)
1 parent 00b6303 commit 7fd1cb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/robusta/integrations/kubernetes/custom_models.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242

4343
# TODO: import these from the python-tools project
4444
PYTHON_DEBUGGER_IMAGE = f"{IMAGE_REGISTRY}/debug-toolkit:v6.0"
45-
JAVA_DEBUGGER_IMAGE = f"{IMAGE_REGISTRY}/java-toolkit:v1.0.1"
45+
JAVA_DEBUGGER_IMAGE = f"{IMAGE_REGISTRY}/java-toolkit:v1.0.2"
4646

4747

4848
class Process(BaseModel):

0 commit comments

Comments
 (0)