Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cloud/etc/deploy-microovn/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ variable "openstack_network_agents_endpoint_bindings" {
variable "charm_microcluster_token_distributor_channel" {
description = "Operator channel for microcluster-token-distributor deployment"
type = string
default = "latest/edge"
default = "v1/stable"
}

variable "charm_microcluster_token_distributor_revision" {
Expand Down
2 changes: 1 addition & 1 deletion manifests/2024.1/edge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ core:
config:
snap-channel: 2024.1/edge
microcluster-token-distributor:
channel: latest/edge
channel: v1/stable
role-distributor:
channel: latest/stable
sunbeam-ovn-proxy:
Expand Down
2 changes: 1 addition & 1 deletion manifests/2025.1/edge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ core:
config:
snap-channel: 2025.1/edge
microcluster-token-distributor:
channel: latest/edge
channel: v1/stable
role-distributor:
channel: latest/stable
sunbeam-ovn-proxy:
Expand Down
2 changes: 1 addition & 1 deletion manifests/2026.1/edge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ core:
config:
snap-channel: 2026.1/edge
microcluster-token-distributor:
channel: latest/edge
channel: v1/stable
role-distributor:
channel: latest/stable
sunbeam-ovn-proxy:
Expand Down
3 changes: 1 addition & 2 deletions sunbeam-python/sunbeam/versions.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,7 @@ def determine_version() -> str:
"microovn": MICROOVN_CHANNEL,
"role-distributor": ROLE_DISTRIBUTOR_CHANNEL,
"openstack-network-agents": OPENSTACK_CHANNEL,
# TODO: ensure correct channel for the distributor
"microcluster-token-distributor": "latest/edge",
"microcluster-token-distributor": "v1/stable",
"sunbeam-ovn-proxy": OPENSTACK_CHANNEL,
"k8s": K8S_CHANNEL,
"openstack-hypervisor": OPENSTACK_CHANNEL,
Expand Down
Loading