From 664b7f0158c4ef144956010e35d570e04033eafd Mon Sep 17 00:00:00 2001 From: shreygan Date: Wed, 17 Jun 2026 19:22:16 +0000 Subject: [PATCH] Bump inference operator helm chart version to 2.2.2 with InitialReplicaCount deprecation --- helm_chart/HyperPodHelmChart/Chart.yaml | 2 +- .../charts/inference-operator/Chart.yaml | 2 +- ...emaker.aws.amazon.com_inferenceendpointconfigs.yaml | 10 ++++++---- 3 files changed, 8 insertions(+), 6 deletions(-) diff --git a/helm_chart/HyperPodHelmChart/Chart.yaml b/helm_chart/HyperPodHelmChart/Chart.yaml index 8361a078..eebee375 100644 --- a/helm_chart/HyperPodHelmChart/Chart.yaml +++ b/helm_chart/HyperPodHelmChart/Chart.yaml @@ -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 diff --git a/helm_chart/HyperPodHelmChart/charts/inference-operator/Chart.yaml b/helm_chart/HyperPodHelmChart/charts/inference-operator/Chart.yaml index 7d1225bc..4f3c04d8 100644 --- a/helm_chart/HyperPodHelmChart/charts/inference-operator/Chart.yaml +++ b/helm_chart/HyperPodHelmChart/charts/inference-operator/Chart.yaml @@ -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. diff --git a/helm_chart/HyperPodHelmChart/charts/inference-operator/config/crd/inference.sagemaker.aws.amazon.com_inferenceendpointconfigs.yaml b/helm_chart/HyperPodHelmChart/charts/inference-operator/config/crd/inference.sagemaker.aws.amazon.com_inferenceendpointconfigs.yaml index 8b86aeb2..a4903174 100644 --- a/helm_chart/HyperPodHelmChart/charts/inference-operator/config/crd/inference.sagemaker.aws.amazon.com_inferenceendpointconfigs.yaml +++ b/helm_chart/HyperPodHelmChart/charts/inference-operator/config/crd/inference.sagemaker.aws.amazon.com_inferenceendpointconfigs.yaml @@ -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: @@ -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: