diff --git a/helm/agent-platform-connectivity/README.md b/helm/agent-platform-connectivity/README.md index a60a338f..63f4fc5f 100644 --- a/helm/agent-platform-connectivity/README.md +++ b/helm/agent-platform-connectivity/README.md @@ -1714,7 +1714,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-connectivity/values.yaml b/helm/agent-platform-connectivity/values.yaml index 34e51849..d6e3caa1 100644 --- a/helm/agent-platform-connectivity/values.yaml +++ b/helm/agent-platform-connectivity/values.yaml @@ -3228,7 +3228,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/README.md b/helm/agent-platform/README.md index 67b269f8..5f3f70f6 100644 --- a/helm/agent-platform/README.md +++ b/helm/agent-platform/README.md @@ -1387,7 +1387,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"` | | diff --git a/helm/agent-platform/values.yaml b/helm/agent-platform/values.yaml index efc86600..3320598e 100644 --- a/helm/agent-platform/values.yaml +++ b/helm/agent-platform/values.yaml @@ -5293,7 +5293,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: