Skip to content

Commit

Permalink
charts/vmalert: follow-up for 01c5724 (#880)
Browse files Browse the repository at this point in the history
- update docs format
- bump chart version to release #871 changes
  • Loading branch information
zekker6 authored Feb 22, 2024
1 parent 01c5724 commit f737080
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
2 changes: 1 addition & 1 deletion charts/victoria-metrics-alert/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
name: victoria-metrics-alert
description: Victoria Metrics Alert - executes a list of given MetricsQL expressions (rules) and sends alerts to Alert Manager.
version: 0.8.7
version: 0.9.0
appVersion: v1.97.1
sources:
- https://github.com/VictoriaMetrics/helm-charts
Expand Down
8 changes: 4 additions & 4 deletions charts/victoria-metrics-alert/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -173,10 +173,10 @@ Change the values according to the need of the environment in ``victoria-metrics
| server.extraArgs."envflag.enable" | string | `"true"` | |
| server.extraArgs."envflag.prefix" | string | `"VM_"` | |
| server.extraArgs.loggerFormat | string | `"json"` | |
| server.extraContainers | list | `[]` | |
| server.extraHostPathMounts | list | `[]` | |
| server.extraVolumeMounts | list | `[]` | |
| server.extraVolumes | list | `[]` | |
| server.extraContainers | list | `[]` | Additional containers to run in the same pod |
| server.extraHostPathMounts | list | `[]` | Additional hostPath mounts |
| server.extraVolumeMounts | list | `[]` | Extra Volume Mounts for the container |
| server.extraVolumes | list | `[]` | Extra Volumes for the pod |
| server.fullnameOverride | string | `""` | |
| server.image.pullPolicy | string | `"IfNotPresent"` | |
| server.image.repository | string | `"victoriametrics/vmalert"` | |
Expand Down
7 changes: 4 additions & 3 deletions charts/victoria-metrics-alert/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ server:
envflag.prefix: VM_
loggerFormat: json

# Additional hostPath mounts
# -- Additional hostPath mounts
extraHostPathMounts:
[]
# - name: certs-dir
Expand All @@ -163,19 +163,20 @@ server:
# hostPath: /etc/kubernetes/certs
# readOnly: true

# Extra Volumes for the pod
# -- Extra Volumes for the pod
extraVolumes:
[]
#- name: example
# configMap:
# name: example

# Extra Volume Mounts for the container
# -- Extra Volume Mounts for the container
extraVolumeMounts:
[]
# - name: example
# mountPath: /example

# -- Additional containers to run in the same pod
extraContainers:
[]
#- name: config-reloader
Expand Down

0 comments on commit f737080

Please sign in to comment.