feat(inference-operator): Update inference helm chart to v2.1.1 with latest CRDs#416
Open
shantanutrip wants to merge 1 commit intoaws:mainfrom
Open
feat(inference-operator): Update inference helm chart to v2.1.1 with latest CRDs#416shantanutrip wants to merge 1 commit intoaws:mainfrom
shantanutrip wants to merge 1 commit intoaws:mainfrom
Conversation
…latest CRDs Update inference operator chart from AWSCrescendoInferenceOperator dist. Includes new CRD schemas, init container support, custom service accounts flag, and templated manager configuration. Excludes pdSpec (disaggregated prefill/decode) as it is not yet GA.
can-sun
reviewed
May 5, 2026
| stage: "prod" | ||
| tlsCertificateS3Bucket: | ||
| enableWebhooks: true | ||
| enableCustomServiceAccounts: false |
Contributor
There was a problem hiding this comment.
Are we only allowlisting a subset of customer to enable this?
can-sun
reviewed
May 5, 2026
Comment on lines
+209
to
+212
| - name: OPERATOR_SERVICE_ACCOUNT_NAME | ||
| value: {{ .Values.namePrefix }}-controller-manager | ||
| - name: OPERATOR_NAMESPACE | ||
| value: {{ .Values.shortPrefix }}-system |
Contributor
There was a problem hiding this comment.
I am wondering why these are added in this release? Are these hardcoded before?
can-sun
approved these changes
May 5, 2026
piyushdaftary
approved these changes
May 5, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What's changing and why?
Update the inference operator helm chart to v2.1.1 from the latest AWSCrescendoInferenceOperator dist.
Changes:
inferenceendpointconfigs,jumpstartmodels,sagemakerendpointregistrations) with latest schema additions2.1.0→2.1.1image.initContainer.repository/tag) andenableCustomServiceAccounts: falsepublic.ecr.aws/bitnami/kubectl:1.30to templated valueAWS_REGION,ENABLE_CUSTOM_SERVICE_ACCOUNTS,OPERATOR_SERVICE_ACCOUNT_NAME,OPERATOR_NAMESPACEHYPERPOD_CLUSTER_ARNmade optional withdefault ""Before/After UX
Before:
After:
enableCustomServiceAccountsflagHow was this change tested?
Are unit tests added?
N/A — Helm chart config/CRD update only, no application code changes.
Are integration tests added?
N/A — CRD schema and chart config changes. Integration tests along with HP CLI will handle this.
Reviewer Guidelines
One of the following must be true: