Skip to content

Commit bee967f

Browse files
committed
update chart repo and version
1 parent 157cc6b commit bee967f

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/aks-agent/azext_aks_agent/agent/k8s/aks_agent_manager.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -67,10 +67,8 @@ def __init__(self, namespace: str = AGENT_NAMESPACE, kubeconfig_path: Optional[s
6767
self.cluster_name: Optional[str] = cluster_name
6868
self.subscription_id: Optional[str] = subscription_id
6969

70-
# TODO(mainred): replace with actual repo
71-
self.chart_repo = "oci://registry-1.docker.io/mainred/aks-agent"
72-
# TODO: replace with actual chart version
73-
self.chart_version = "0.1.0" # Use latest version by default
70+
self.chart_repo = "oci://mcr.microsoft.com/aks/aks-agent-chart/aks-agent"
71+
self.chart_version = "0.1.0"
7472

7573
# credentials for aks-mcp
7674
# Managed identity client ID for accessing Azure resources

0 commit comments

Comments
 (0)