Skip to content

Commit

Permalink
Automatic update CHANGELOGs and READMEs (#884)
Browse files Browse the repository at this point in the history
  • Loading branch information
victoriametrics-bot authored Feb 23, 2024
1 parent 60f41ba commit 847bf28
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
9 changes: 9 additions & 0 deletions charts/victoria-metrics-alert/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

## Next release

- TODO

## 0.9.1

**Release date:** 2024-02-23

![AppVersion: v1.97.1](https://img.shields.io/static/v1?label=AppVersion&message=v1.97.1&color=success&logo=)
![Helm: v3](https://img.shields.io/static/v1?label=Helm&message=v3&color=informational&logo=helm)

- Allow overriding Alertmanager listen address and port via `alertmanager.listenAddress`.

## 0.9.0
Expand Down
3 changes: 2 additions & 1 deletion charts/victoria-metrics-alert/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Helm Chart For Victoria Metrics Alert.

![Version: 0.9.0](https://img.shields.io/badge/Version-0.9.0-informational?style=flat-square)
![Version: 0.9.1](https://img.shields.io/badge/Version-0.9.1-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-metrics-alert)
[![Slack](https://img.shields.io/badge/join%20slack-%23victoriametrics-brightgreen.svg)](https://slack.victoriametrics.com/)

Expand Down Expand Up @@ -127,6 +127,7 @@ Change the values according to the need of the environment in ``victoria-metrics
| alertmanager.ingress.hosts | list | `[]` | |
| alertmanager.ingress.pathType | string | `"Prefix"` | pathType is only for k8s >= 1.1= |
| alertmanager.ingress.tls | list | `[]` | |
| alertmanager.listenAddress | string | `"0.0.0.0:9093"` | |
| alertmanager.nodeSelector | object | `{}` | |
| alertmanager.persistentVolume.accessModes | list | `["ReadWriteOnce"]` | Array of access modes. Must match those of existing PV or dynamic provisioner. Ref: [http://kubernetes.io/docs/user-guide/persistent-volumes/](http://kubernetes.io/docs/user-guide/persistent-volumes/) |
| alertmanager.persistentVolume.annotations | object | `{}` | Persistant volume annotations |
Expand Down

0 comments on commit 847bf28

Please sign in to comment.