Skip to content

Commit

Permalink
config: updated default vlogs image to v1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewChubatiuk authored Dec 18, 2024
1 parent a87fddc commit a079af6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ aliases:

## tip

![AppVersion: v1.107.0](https://img.shields.io/badge/v1.107.0-success?label=Default%20VM%20version&logo=VictoriaMetrics&labelColor=gray&link=https%3A%2F%2Fdocs.victoriametrics.com%2Fchangelog%23v11070)
![AppVersion: v1.3.2](https://img.shields.io/badge/v1.3.2-success?label=Default%20VL%20version&logo=VictoriaMetrics&labelColor=gray&link=https%3A%2F%2Fdocs.victoriametrics.com%2Fvictorialogs%2Fchangelog%23v132)

## [v0.51.0](https://github.com/VictoriaMetrics/operator/releases/tag/v0.51.0)

**Release date:** 17 Dec 2024
Expand Down
2 changes: 1 addition & 1 deletion internal/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ type BaseOperatorConf struct {

VLogsDefault struct {
Image string `default:"victoriametrics/victoria-logs"`
Version string `default:"v0.32.0-victorialogs"`
Version string `default:"v1.3.2-victorialogs"`
// ignored
ConfigReloadImage string `ignored:"true"`
Port string `default:"9428"`
Expand Down

0 comments on commit a079af6

Please sign in to comment.