mirror of
https://github.com/bitnami/charts.git
synced 2026-08-10 14:15:55 +08:00
[bitnami/thanos] fix: remove quotes from ruler.ruleFile parameter (#32201)
* [bitnami/thanos] fix: remove quotes from ruler.ruleFile parameter Signed-off-by: Angel Abella <aabella@civitatis.com> * Update CHANGELOG.md Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> * [bitnami/thanos] bump char version Signed-off-by: Angel Abella <aabella@civitatis.com> * Update CHANGELOG.md Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> * bump chart version Signed-off-by: Angel Abella <angel.abella.borrego@gmail.com> * Update CHANGELOG.md Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> --------- Signed-off-by: Angel Abella <aabella@civitatis.com> Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> Signed-off-by: Angel Abella <angel.abella.borrego@gmail.com> Co-authored-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
co-authored by
Bitnami Containers
parent
b8409f0940
commit
1086c9b831
@@ -1,8 +1,12 @@
|
||||
# Changelog
|
||||
|
||||
## 15.13.1 (2025-03-05)
|
||||
## 15.13.2 (2025-03-05)
|
||||
|
||||
* [bitnami/thanos] Release 15.13.1 ([#32318](https://github.com/bitnami/charts/pull/32318))
|
||||
* [bitnami/thanos] fix: remove quotes from ruler.ruleFile parameter ([#32201](https://github.com/bitnami/charts/pull/32201))
|
||||
|
||||
## <small>15.13.1 (2025-03-05)</small>
|
||||
|
||||
* [bitnami/thanos] Release 15.13.1 (#32318) ([daa1b61](https://github.com/bitnami/charts/commit/daa1b61c13d2859964313c13dfa9bc6558be7f0d)), closes [#32318](https://github.com/bitnami/charts/issues/32318)
|
||||
|
||||
## 15.13.0 (2025-03-03)
|
||||
|
||||
|
||||
@@ -35,4 +35,4 @@ maintainers:
|
||||
name: thanos
|
||||
sources:
|
||||
- https://github.com/bitnami/charts/tree/main/bitnami/thanos
|
||||
version: 15.13.1
|
||||
version: 15.13.2
|
||||
|
||||
@@ -153,7 +153,7 @@ spec:
|
||||
- --label=ruler_cluster="{{ .Values.ruler.clusterName }}"
|
||||
- --alert.label-drop={{ .Values.ruler.replicaLabel }}
|
||||
- --objstore.config-file=/conf/objstore/objstore.yml
|
||||
- --rule-file="{{ .Values.ruler.ruleFile }}"
|
||||
- --rule-file={{ .Values.ruler.ruleFile }}
|
||||
{{- range .Values.ruler.queries }}
|
||||
- --query={{ . }}
|
||||
{{- end }}
|
||||
|
||||
Reference in New Issue
Block a user