Skip to content

Commit

Permalink
Update snap revs
Browse files Browse the repository at this point in the history
  • Loading branch information
sed-i committed Nov 15, 2024
1 parent f6f5898 commit e90ce13
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/snap_management.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@
_grafana_agent_snap_name = "grafana-agent"
_grafana_agent_snaps = {
# (confinement, arch): revision
("strict", "amd64"): 84, # 0.40.4
("strict", "arm64"): 85, # 0.40.4
("classic", "amd64"): 86, # 0.40.4
("classic", "arm64"): 87, # 0.40.4
("strict", "amd64"): 88, # 0.40.4
("strict", "arm64"): 89, # 0.40.4
("classic", "amd64"): 90, # 0.40.4
("classic", "arm64"): 91, # 0.40.4
}


Expand Down

0 comments on commit e90ce13

Please sign in to comment.