Skip to content

Commit 24d32c7

Browse files
authored
Merge branch 'master' into claude-slack
2 parents e5094c4 + 55124a8 commit 24d32c7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

helm/robusta/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -578,7 +578,7 @@ image:
578578
# parameters for the robusta forwarder deployment
579579
kubewatch:
580580
image: ~ # image can be used to override image.registry/imageName
581-
imageName: kubewatch:v2.9.0
581+
imageName: kubewatch:v2.11.0
582582
imagePullPolicy: IfNotPresent
583583
pprof: True
584584
resources:

src/robusta/integrations/jira/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ def _get_issue_for_labels(self, labels):
150150

151151
issue = issues.get("issues")[0]
152152
if issues.get("total", 0) > 1:
153-
logging.warn(f"More than one issue found for query: '{query}', picking most recent one")
153+
logging.warning(f"More than one issue found for query: '{query}', picking most recent one")
154154
logging.debug(f"Picked issue '{issue}'")
155155

156156
return issue

0 commit comments

Comments
 (0)