Skip to content
Draft
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 config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ options:
Port for ubuntu-installer-attach service worker to use on each unit.
outbox_snap_channel:
type: string
default: latest/edge
default: 1/stable
description: |
Snap channel from which to install the landscape-outbox snap.
Changing this value will refresh the installed snap to the
Expand Down
2 changes: 1 addition & 1 deletion src/charm.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
"landscape-common",
)
LANDSCAPE_OUTBOX_SNAP = "landscape-outbox"
DEFAULT_OUTBOX_SNAP_CHANNEL = "latest/edge" # TODO update when stable is released.
DEFAULT_OUTBOX_SNAP_CHANNEL = "1/stable"
LANDSCAPE_UBUNTU_INSTALLER_ATTACH = "landscape-ubuntu-installer-attach"

DEFAULT_SERVICES = (
Expand Down
Loading