Skip to content

Commit

Permalink
chore(deps): update MAAS to 3.5 (#188)
Browse files Browse the repository at this point in the history
  • Loading branch information
skatsaounis authored Aug 21, 2024
1 parent fdfadbb commit ba9d941
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion maas-agent/src/charm.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
ops.Port("tcp", 5248),
ops.Port("tcp", MAAS_RACK_METRICS_PORT),
]
MAAS_SNAP_CHANNEL = "3.4/stable"
MAAS_SNAP_CHANNEL = "3.5/stable"


class MaasRackCharm(ops.CharmBase):
Expand Down
2 changes: 1 addition & 1 deletion maas-region/src/charm.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
MAAS_API_RELATION = "api"
MAAS_DB_NAME = "maas-db"

MAAS_SNAP_CHANNEL = "3.4/stable"
MAAS_SNAP_CHANNEL = "3.5/stable"

MAAS_PROXY_PORT = 80

Expand Down

0 comments on commit ba9d941

Please sign in to comment.