fix: update team-operator Helm values for helm/v2-alpha chart#132
Draft
ian-flores wants to merge 1 commit intomainfrom
Draft
fix: update team-operator Helm values for helm/v2-alpha chart#132ian-flores wants to merge 1 commit intomainfrom
ian-flores wants to merge 1 commit intomainfrom
Conversation
Update Pulumi Helm values to match the new team-operator chart structure after the helm/v1-alpha to helm/v2-alpha migration (posit-dev/team-operator#96). - controllerManager.* → manager.* - controllerManager.container.image → manager.image - controllerManager.container.env (map) → manager.env (list) - Remove digest-based image tag support (no longer needed)
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.
Summary
helm/v1-alphatohelm/v2-alphamigrationcontrollerManager.*→manager.*controllerManager.container.image→manager.imagecontrollerManager.container.env(map format) →manager.env(list format)@sha256:prefix)aws_workload_clusters.pyabout how the service account name is derivedDependencies
Requires posit-dev/team-operator#96 to be merged and released first. This PR should be merged after workloads are upgraded to the new chart version.
Test plan
just check-python-pulumipasses