Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion helm/agent-platform-connectivity/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1546,7 +1546,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"` | |
Expand Down
2 changes: 1 addition & 1 deletion helm/agent-platform-connectivity/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3160,7 +3160,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:
Expand Down
2 changes: 1 addition & 1 deletion helm/agent-platform/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1354,7 +1354,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"` | |
Expand Down
2 changes: 1 addition & 1 deletion helm/agent-platform/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5088,7 +5088,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:
Expand Down
Loading