Skip to content

Commit

Permalink
Update revision pins
Browse files Browse the repository at this point in the history
  • Loading branch information
sed-i authored Nov 14, 2024
1 parent df903d3 commit 458ec28
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"): 51, # 0.40.4
("strict", "arm64"): 52, # 0.40.4
("classic", "amd64"): 82, # 0.40.4
("classic", "arm64"): 83, # 0.40.4
("strict", "amd64"): 84, # 0.40.4
("strict", "arm64"): 85, # 0.40.4
("classic", "amd64"): 86, # 0.40.4
("classic", "arm64"): 87, # 0.40.4
}


Expand Down

0 comments on commit 458ec28

Please sign in to comment.