Skip to content

Commit

Permalink
make versioned
Browse files Browse the repository at this point in the history
  • Loading branch information
mattdurham committed Nov 21, 2024
1 parent c17c791 commit 610d498
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion static/operator/defaults.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package operator

// Supported versions of the Grafana Agent.
var (
DefaultAgentVersion = "v0.42.0"
DefaultAgentVersion = "v0.43.4"
DefaultAgentBaseImage = "grafana/agent"
DefaultAgentImage = DefaultAgentBaseImage + ":" + DefaultAgentVersion
)
Expand Down
2 changes: 1 addition & 1 deletion tools/gen-versioned-files/agent-version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.43.4
v0.43.4

0 comments on commit 610d498

Please sign in to comment.