mirror of
https://github.com/bitnami/charts.git
synced 2026-08-10 14:15:55 +08:00
[bitnami/thanos] Fix default value for ruler.alertmanagersconfig (#32812)
* [bitnami/thanos] fix default value for ruler.alertmanagersConfig Signed-off-by: Andres Alvarez <1671935+kir4h@users.noreply.github.com> * Update CHANGELOG.md Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com> * Update CHANGELOG.md Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com> --------- Signed-off-by: Andres Alvarez <1671935+kir4h@users.noreply.github.com> Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com> Co-authored-by: Bitnami Bot <bitnami.bot@broadcom.com>
This commit is contained in:
co-authored by
Bitnami Bot
parent
1ba33566f4
commit
2e66e3e37e
@@ -1,8 +1,12 @@
|
||||
# Changelog
|
||||
|
||||
## 16.0.1 (2025-04-07)
|
||||
|
||||
* [bitnami/thanos] Fix default value for ruler.alertmanagersconfig ([#32812](https://github.com/bitnami/charts/pull/32812))
|
||||
|
||||
## 16.0.0 (2025-04-03)
|
||||
|
||||
* [bitnami/thanos] Bump MinIO major version 16.x.x ([#32703](https://github.com/bitnami/charts/pull/32703))
|
||||
* [bitnami/thanos] Bump MinIO major version 16.x.x (#32703) ([ef3b5b1](https://github.com/bitnami/charts/commit/ef3b5b1e69200239d9efa4b31887baeb71bd6d17)), closes [#32703](https://github.com/bitnami/charts/issues/32703)
|
||||
|
||||
## <small>15.14.1 (2025-04-02)</small>
|
||||
|
||||
|
||||
@@ -36,4 +36,4 @@ maintainers:
|
||||
name: thanos
|
||||
sources:
|
||||
- https://github.com/bitnami/charts/tree/main/bitnami/thanos
|
||||
version: 16.0.0
|
||||
version: 16.0.1
|
||||
|
||||
@@ -1155,7 +1155,7 @@ You can enable this initContainer by setting `volumePermissions.enabled` to `tru
|
||||
| `ruler.dnsDiscovery.enabled` | Dynamically configure Query APIs using DNS discovery | `true` |
|
||||
| `ruler.queryURL` | Thanos query/query-frontend URL to link in Ruler UI. | `""` |
|
||||
| `ruler.alertmanagers` | Alert managers URLs array | `[]` |
|
||||
| `ruler.alertmanagersConfig` | Alert managers configuration | `""` |
|
||||
| `ruler.alertmanagersConfig` | Alert managers configuration | `{}` |
|
||||
| `ruler.evalInterval` | The default evaluation interval to use | `1m` |
|
||||
| `ruler.clusterName` | Used to set the 'ruler_cluster' label | `""` |
|
||||
| `ruler.ruleFile` | Change the location Thanos checks for rule files | `/conf/rules/*.yml` |
|
||||
|
||||
+15
-15
@@ -761,13 +761,13 @@ query:
|
||||
## ref: https://kubernetes.io/blog/2020/04/02/improvements-to-the-ingress-api-in-kubernetes-1.18/
|
||||
##
|
||||
ingressClassName: ""
|
||||
## @param query.ingress.labels Additional label for the Ingress resource.
|
||||
## @param query.ingress.labels Additional label for the Ingress resource.
|
||||
## Use this parameter to set the required labels for your needs
|
||||
## e.g:
|
||||
## labels:
|
||||
## dns-managed-by-external-dns: 'true'
|
||||
##
|
||||
labels: {}
|
||||
labels: {}
|
||||
## @param query.ingress.annotations Additional annotations for the Ingress resource. To enable certificate autogeneration, place here your cert-manager annotations.
|
||||
## For a full list of possible ingress annotations, please see
|
||||
## ref: https://github.com/kubernetes/ingress-nginx/blob/main/docs/user-guide/nginx-configuration/annotations.md
|
||||
@@ -1402,13 +1402,13 @@ queryFrontend:
|
||||
## ref: https://kubernetes.io/blog/2020/04/02/improvements-to-the-ingress-api-in-kubernetes-1.18/
|
||||
##
|
||||
ingressClassName: ""
|
||||
## @param queryFrontend.ingress.labels Additional label for the Ingress resource.
|
||||
## @param queryFrontend.ingress.labels Additional label for the Ingress resource.
|
||||
## Use this parameter to set the required labels for your needs
|
||||
## e.g:
|
||||
## labels:
|
||||
## dns-managed-by-external-dns: 'true'
|
||||
##
|
||||
labels: {}
|
||||
labels: {}
|
||||
## @param queryFrontend.ingress.annotations Additional annotations for the Ingress resource. To enable certificate autogeneration, place here your cert-manager annotations.
|
||||
## For a full list of possible ingress annotations, please see
|
||||
## ref: https://github.com/kubernetes/ingress-nginx/blob/main/docs/user-guide/nginx-configuration/annotations.md
|
||||
@@ -1913,13 +1913,13 @@ bucketweb:
|
||||
## ref: https://kubernetes.io/blog/2020/04/02/improvements-to-the-ingress-api-in-kubernetes-1.18/
|
||||
##
|
||||
ingressClassName: ""
|
||||
## @param bucketweb.ingress.labels Additional label for the Ingress resource.
|
||||
## @param bucketweb.ingress.labels Additional label for the Ingress resource.
|
||||
## Use this parameter to set the required labels for your needs
|
||||
## e.g:
|
||||
## labels:
|
||||
## dns-managed-by-external-dns: 'true'
|
||||
##
|
||||
labels: {}
|
||||
labels: {}
|
||||
## @param bucketweb.ingress.annotations Additional annotations for the Ingress resource. To enable certificate autogeneration, place here your cert-manager annotations.
|
||||
## For a full list of possible ingress annotations, please see
|
||||
## ref: https://github.com/kubernetes/ingress-nginx/blob/main/docs/user-guide/nginx-configuration/annotations.md
|
||||
@@ -2437,13 +2437,13 @@ compactor:
|
||||
## ref: https://kubernetes.io/blog/2020/04/02/improvements-to-the-ingress-api-in-kubernetes-1.18/
|
||||
##
|
||||
ingressClassName: ""
|
||||
## @param compactor.ingress.labels Additional label for the Ingress resource.
|
||||
## @param compactor.ingress.labels Additional label for the Ingress resource.
|
||||
## Use this parameter to set the required labels for your needs
|
||||
## e.g:
|
||||
## labels:
|
||||
## dns-managed-by-external-dns: 'true'
|
||||
##
|
||||
labels: {}
|
||||
labels: {}
|
||||
## @param compactor.ingress.annotations Additional annotations for the Ingress resource. To enable certificate autogeneration, place here your cert-manager annotations.
|
||||
## For a full list of possible ingress annotations, please see
|
||||
## ref: https://github.com/kubernetes/ingress-nginx/blob/main/docs/user-guide/nginx-configuration/annotations.md
|
||||
@@ -3085,13 +3085,13 @@ storegateway:
|
||||
## ref: https://kubernetes.io/blog/2020/04/02/improvements-to-the-ingress-api-in-kubernetes-1.18/
|
||||
##
|
||||
ingressClassName: ""
|
||||
## @param storegateway.ingress.labels Additional label for the Ingress resource.
|
||||
## @param storegateway.ingress.labels Additional label for the Ingress resource.
|
||||
## Use this parameter to set the required labels for your needs
|
||||
## e.g:
|
||||
## labels:
|
||||
## dns-managed-by-external-dns: 'true'
|
||||
##
|
||||
labels: {}
|
||||
labels: {}
|
||||
## @param storegateway.ingress.annotations Additional annotations for the Ingress resource. To enable certificate autogeneration, place here your cert-manager annotations.
|
||||
## For a full list of possible ingress annotations, please see
|
||||
## ref: https://github.com/kubernetes/ingress-nginx/blob/main/docs/user-guide/nginx-configuration/annotations.md
|
||||
@@ -3353,7 +3353,7 @@ ruler:
|
||||
## timeout: 10s
|
||||
## api_version: v2
|
||||
##
|
||||
alertmanagersConfig: ""
|
||||
alertmanagersConfig: {}
|
||||
## @param ruler.evalInterval The default evaluation interval to use
|
||||
##
|
||||
evalInterval: 1m
|
||||
@@ -3846,13 +3846,13 @@ ruler:
|
||||
## ref: https://kubernetes.io/blog/2020/04/02/improvements-to-the-ingress-api-in-kubernetes-1.18/
|
||||
##
|
||||
ingressClassName: ""
|
||||
## @param ruler.ingress.labels Additional label for the Ingress resource.
|
||||
## @param ruler.ingress.labels Additional label for the Ingress resource.
|
||||
## Use this parameter to set the required labels for your needs
|
||||
## e.g:
|
||||
## labels:
|
||||
## dns-managed-by-external-dns: 'true'
|
||||
##
|
||||
labels: {}
|
||||
labels: {}
|
||||
## @param ruler.ingress.annotations Additional annotations for the Ingress resource. To enable certificate autogeneration, place here your cert-manager annotations.
|
||||
## For a full list of possible ingress annotations, please see
|
||||
## ref: https://github.com/kubernetes/ingress-nginx/blob/main/docs/user-guide/nginx-configuration/annotations.md
|
||||
@@ -4492,13 +4492,13 @@ receive:
|
||||
## ref: https://kubernetes.io/blog/2020/04/02/improvements-to-the-ingress-api-in-kubernetes-1.18/
|
||||
##
|
||||
ingressClassName: ""
|
||||
## @param receive.ingress.labels Additional label for the Ingress resource.
|
||||
## @param receive.ingress.labels Additional label for the Ingress resource.
|
||||
## Use this parameter to set the required labels for your needs
|
||||
## e.g:
|
||||
## labels:
|
||||
## dns-managed-by-external-dns: 'true'
|
||||
##
|
||||
labels: {}
|
||||
labels: {}
|
||||
## @param receive.ingress.annotations Additional annotations for the Ingress resource. To enable certificate autogeneration, place here your cert-manager annotations.
|
||||
## For a full list of possible ingress annotations, please see
|
||||
## ref: https://github.com/kubernetes/ingress-nginx/blob/main/docs/user-guide/nginx-configuration/annotations.md
|
||||
|
||||
Reference in New Issue
Block a user