From 4fcb5b8fd50b96229f8039cfe8d837c6baaab3d1 Mon Sep 17 00:00:00 2001 From: ian-flores Date: Tue, 3 Feb 2026 10:07:14 -0800 Subject: [PATCH] chore: bump default team-operator chart version to v1.5.0 Update DEFAULT_CHART_VERSION from v1.3.0 to v1.5.0 in the Team Operator Pulumi resource. --- python-pulumi/src/ptd/pulumi_resources/team_operator.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-pulumi/src/ptd/pulumi_resources/team_operator.py b/python-pulumi/src/ptd/pulumi_resources/team_operator.py index 0febfcb..3afbe43 100644 --- a/python-pulumi/src/ptd/pulumi_resources/team_operator.py +++ b/python-pulumi/src/ptd/pulumi_resources/team_operator.py @@ -23,7 +23,7 @@ KUSTOMIZE_MANAGED_BY_LABEL = "posit.team/managed-by=ptd.pulumi_resources.team_operator" # Default Helm chart version (OCI charts require explicit version, no "latest") -DEFAULT_CHART_VERSION = "v1.3.0" +DEFAULT_CHART_VERSION = "v1.5.0" class TeamOperator(pulumi.ComponentResource):