From 032712832fae094e919569d8f2e511bf7a90cc94 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 25 Sep 2026 08:35:04 +0000 Subject: [PATCH 1/2] chore(deps): update gsoci.azurecr.io/giantswarm/pause docker tag to v3.10.2 --- helm/agent-platform-connectivity/values.yaml | 2 +- helm/agent-platform/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/helm/agent-platform-connectivity/values.yaml b/helm/agent-platform-connectivity/values.yaml index 828f4382..8d49afb9 100644 --- a/helm/agent-platform-connectivity/values.yaml +++ b/helm/agent-platform-connectivity/values.yaml @@ -3217,7 +3217,7 @@ modelServing: # @schema skipProperties: true; additionalProperties: true pauseImage: registry: gsoci.azurecr.io repository: giantswarm/pause - tag: "3.10.1" + tag: "3.10.2" # Requests and limits of every container of the pod: the init containers # exit at once, the pause container idles. Never a GPU. resources: diff --git a/helm/agent-platform/values.yaml b/helm/agent-platform/values.yaml index afdbcc0c..99902176 100644 --- a/helm/agent-platform/values.yaml +++ b/helm/agent-platform/values.yaml @@ -5183,7 +5183,7 @@ modelServing: # @schema skipProperties: true; additionalProperties: true pauseImage: registry: gsoci.azurecr.io repository: giantswarm/pause - tag: "3.10.1" + tag: "3.10.2" # Requests and limits of every container of the pod: the init containers # exit at once, the pause container idles. Never a GPU. resources: From f5150e4ebdead7e7165f07d02028dfeeb1372d2b Mon Sep 17 00:00:00 2001 From: taylorbot Date: Fri, 25 Sep 2026 08:35:34 +0000 Subject: [PATCH 2/2] chore(helm): regenerate README and values.schema.json for the dependency bump --- helm/agent-platform-connectivity/README.md | 2 +- helm/agent-platform/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/helm/agent-platform-connectivity/README.md b/helm/agent-platform-connectivity/README.md index 8cdb0363..7b164c5b 100644 --- a/helm/agent-platform-connectivity/README.md +++ b/helm/agent-platform-connectivity/README.md @@ -1647,7 +1647,7 @@ The kagent block is open in the schema, so the template refuses a key under `kag | modelServing.prepull.tolerations[0].operator | string | `"Exists"` | | | modelServing.prepull.pauseImage.registry | string | `"gsoci.azurecr.io"` | | | modelServing.prepull.pauseImage.repository | string | `"giantswarm/pause"` | | -| modelServing.prepull.pauseImage.tag | string | `"3.10.1"` | | +| modelServing.prepull.pauseImage.tag | string | `"3.10.2"` | | | modelServing.prepull.resources.requests.cpu | string | `"5m"` | | | modelServing.prepull.resources.requests.memory | string | `"8Mi"` | | | modelServing.prepull.resources.limits.memory | string | `"32Mi"` | | diff --git a/helm/agent-platform/README.md b/helm/agent-platform/README.md index b86c0737..fdc6f612 100644 --- a/helm/agent-platform/README.md +++ b/helm/agent-platform/README.md @@ -1369,7 +1369,7 @@ The map is merged into each component's own `nodeSelector` (`muster.nodeSelector | modelServing.prepull.tolerations[0].operator | string | `"Exists"` | | | modelServing.prepull.pauseImage.registry | string | `"gsoci.azurecr.io"` | | | modelServing.prepull.pauseImage.repository | string | `"giantswarm/pause"` | | -| modelServing.prepull.pauseImage.tag | string | `"3.10.1"` | | +| modelServing.prepull.pauseImage.tag | string | `"3.10.2"` | | | modelServing.prepull.resources.requests.cpu | string | `"5m"` | | | modelServing.prepull.resources.requests.memory | string | `"8Mi"` | | | modelServing.prepull.resources.limits.memory | string | `"32Mi"` | |