Skip to content

Commit

Permalink
refactor(installer): upgrade log-file version to v1.2.0 (tkestack#1875)…
Browse files Browse the repository at this point in the history
  • Loading branch information
wl-chen authored Oct 9, 2022
1 parent 7c4138f commit 1fede76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/logagent/controller/logagent/images/images.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ func (c Components) Get(name string) *containerregistry.Image {
var versionMap = map[string]Components{
LatestVersion: {
LogCollector: containerregistry.Image{Name: "log-agent", Tag: "v1.2.0"},
LogFile: containerregistry.Image{Name: "log-file", Tag: "v1.1.0"},
LogFile: containerregistry.Image{Name: "log-file", Tag: "v1.2.0"},
},
}

Expand Down

0 comments on commit 1fede76

Please sign in to comment.