Skip to content

Commit

Permalink
Merge branch 'release-1.32' into backport/224/release-1.32
Browse files Browse the repository at this point in the history
  • Loading branch information
addyess authored Jan 14, 2025
2 parents 0f10757 + 2fb6587 commit f445879
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 f445879

Please sign in to comment.