Skip to content

Commit

Permalink
fix(manager): switch to new default monitor branch - branch-4.7
Browse files Browse the repository at this point in the history
  • Loading branch information
mikliapko authored and fruch committed Jun 24, 2024
1 parent e9d5e41 commit a9869c2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion configurations/manager/debian10.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ami_id_monitor: 'resolve:ssm:/aws/service/debian/release/10/latest/amd64' # Debian Buster latest image
ami_monitor_user: 'admin'
monitor_branch: 'branch-4.6' # Pass it as debian image is not the formal monitor image
monitor_branch: 'branch-4.7' # Pass it as debian image is not the formal monitor image

manager_scylla_backend_version: '2023' # Notice: Uses 2023.1, while other (newer deb) use 2024, since we support both
2 changes: 1 addition & 1 deletion configurations/manager/debian11.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
ami_id_monitor: 'resolve:ssm:/aws/service/debian/release/11/latest/amd64' # Debian Bullseye latest image
ami_monitor_user: 'admin'
monitor_branch: 'branch-4.6' # Pass it as debian image is not the formal monitor image
monitor_branch: 'branch-4.7' # Pass it as debian image is not the formal monitor image
2 changes: 1 addition & 1 deletion configurations/manager/rocky8.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
ami_id_monitor: 'ami-011ef2017d41cb239' # Rocky Linux 8 (Official) image, region - us-east-1
ami_monitor_user: 'rocky'
monitor_branch: 'branch-4.6' # Pass it as debian image is not the formal monitor image
monitor_branch: 'branch-4.7' # Pass it as debian image is not the formal monitor image
2 changes: 1 addition & 1 deletion configurations/manager/ubuntu20.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
ami_id_monitor: 'resolve:ssm:/aws/service/canonical/ubuntu/server/20.04/stable/current/amd64/hvm/ebs-gp2/ami-id' # Canonical, Ubuntu, 20.04 LTS, amd64 focal latest image
ami_monitor_user: 'ubuntu'
monitor_branch: 'branch-4.6' # Pass it as debian image is not the formal monitor image
monitor_branch: 'branch-4.7' # Pass it as debian image is not the formal monitor image

0 comments on commit a9869c2

Please sign in to comment.