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_chart/HyperPodHelmChart/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ dependencies:
repository: "file://charts/team-role-and-bindings"
condition: team-role-and-bindings.enabled
- name: hyperpod-inference-operator
version: "2.2.1"
version: "2.2.2"
repository: "file://charts/inference-operator"
condition: inferenceOperators.enabled
- name: hyperpod-patching
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 2.2.1
version: 2.2.2

# This is the version number of the application being deployed. Keep this aligned
# with operator image MAJOR.MINOR version.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,9 @@ spec:
properties:
InitialReplicaCount:
description: |-
Number of desired pods. This is a pointer to distinguish between explicit
zero and not specified. Defaults to 1.
Deprecated: This field has no effect and will be removed in a future release.
Use spec.replicas for initial pod count and spec.autoScalingSpec.minReplicaCount
for the steady-state floor under autoscaling.
format: int32
type: integer
autoScalingSpec:
Expand Down Expand Up @@ -6794,8 +6795,9 @@ spec:
properties:
InitialReplicaCount:
description: |-
Number of desired pods. This is a pointer to distinguish between explicit
zero and not specified. Defaults to 1.
Deprecated: This field has no effect and will be removed in a future release.
Use spec.replicas for initial pod count and spec.autoScalingSpec.minReplicaCount
for the steady-state floor under autoscaling.
format: int32
type: integer
autoScalingSpec:
Expand Down
Loading