Skip to content

Commit

Permalink
Report the default image registry correctly (#241)
Browse files Browse the repository at this point in the history
  • Loading branch information
addyess authored Jan 10, 2025
1 parent df5e0d4 commit 952f3ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charms/worker/k8s/src/kube_control.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ def configure(charm: K8sCharmProtocol):
charm.kube_control.set_dns_port(53)

charm.kube_control.set_default_cni("")
charm.kube_control.set_image_registry("rocks.canonical.com")
charm.kube_control.set_image_registry("rocks.canonical.com/cdk")

charm.kube_control.set_cluster_name(charm.get_cluster_name())
charm.kube_control.set_has_external_cloud_provider(charm.xcp.has_xcp)
Expand Down

0 comments on commit 952f3ac

Please sign in to comment.