Skip to content

Commit

Permalink
charts/victoria-logs-single: update Docker image from v0.4.1-victoria…
Browse files Browse the repository at this point in the history
…logs to v0.4.2-victorialogs
  • Loading branch information
valyala committed Nov 15, 2023
1 parent 97da7b5 commit 99786a2
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion charts/victoria-logs-single/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Next release

- TODO
- bump version of vlogs single to [0.4.2](https://github.com/VictoriaMetrics/VictoriaMetrics/releases/tag/v0.4.2-victorialogs)

## 0.3.3

Expand Down
4 changes: 2 additions & 2 deletions charts/victoria-logs-single/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v2
appVersion: v0.4.1-victorialogs
appVersion: v0.4.2-victorialogs
description: Victoria Logs Single version - high-performance, cost-effective and scalable logs storage
name: victoria-logs-single
version: 0.3.3
version: 0.3.4
sources:
- https://github.com/VictoriaMetrics/helm-charts
icon: https://avatars.githubusercontent.com/u/43720803?s=200&v=4
Expand Down
4 changes: 2 additions & 2 deletions charts/victoria-logs-single/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Victoria Logs Helm Chart for Single Version

![Version: 0.3.3](https://img.shields.io/badge/Version-0.3.3-informational?style=flat-square)
![Version: 0.3.4](https://img.shields.io/badge/Version-0.3.4-informational?style=flat-square)
[![Artifact Hub](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/victoriametrics)](https://artifacthub.io/packages/helm/victoriametrics/victoria-logs-single)
[![Slack](https://img.shields.io/badge/join%20slack-%23victoriametrics-brightgreen.svg)](https://slack.victoriametrics.com/)

Expand Down Expand Up @@ -145,7 +145,7 @@ Change the values according to the need of the environment in ``victoria-logs-si
| server.fullnameOverride | string | `nil` | Overrides the full name of server component |
| server.image.pullPolicy | string | `"IfNotPresent"` | Image pull policy |
| server.image.repository | string | `"victoriametrics/victoria-logs"` | Image repository |
| server.image.tag | string | `"v0.4.1-victorialogs"` | Image tag |
| server.image.tag | string | `"v0.4.2-victorialogs"` | Image tag |
| server.ingress.annotations | string | `nil` | Ingress annotations |
| server.ingress.enabled | bool | `false` | Enable deployment of ingress for server component |
| server.ingress.extraLabels | object | `{}` | Ingress extra labels |
Expand Down
2 changes: 1 addition & 1 deletion charts/victoria-logs-single/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ server:
# -- Image repository
repository: victoriametrics/victoria-logs
# -- Image tag
tag: "v0.4.1-victorialogs"
tag: "v0.4.2-victorialogs"
# -- Image pull policy
pullPolicy: IfNotPresent
# -- Name of Priority Class
Expand Down

0 comments on commit 99786a2

Please sign in to comment.