Skip to content

Commit

Permalink
Merge branch 'feature/thanos-query-ingress-allow-labels' of https://g…
Browse files Browse the repository at this point in the history
…ithub.com/civitatis/bitnamicharts into feature/thanos-query-ingress-allow-labels
  • Loading branch information
viyullas committed Mar 3, 2025
2 parents e14e6b4 + f27d437 commit 6514c54
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions bitnami/thanos/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
# Changelog

## 15.12.4 (2025-02-21)
## 15.13.0 (2025-02-28)

* [bitnami/thanos] Release 15.12.4 ([#32102](https://github.com/bitnami/charts/pull/32102))
* [bitnami/thanos] feature: allow configuring labels fir query ingress ([#32202](https://github.com/bitnami/charts/pull/32202))

## <small>15.12.4 (2025-02-21)</small>

* [bitnami/thanos] Release 15.12.4 (#32102) ([7063858](https://github.com/bitnami/charts/commit/7063858b70a50657dcd25755270cafd12b74b86f)), closes [#32102](https://github.com/bitnami/charts/issues/32102)

## <small>15.12.3 (2025-02-14)</small>

Expand Down
2 changes: 1 addition & 1 deletion bitnami/thanos/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -558,7 +558,7 @@ You can enable this initContainer by setting `volumePermissions.enabled` to `tru
| `query.ingress.hostname` | Default host for the ingress resource | `thanos.local` |
| `query.ingress.secretName` | Custom secretName for the ingress resource | `""` |
| `query.ingress.ingressClassName` | IngressClass that will be be used to implement the Ingress (Kubernetes 1.18+) | `""` |
| `query.ingress.labels` | Additional labels for the Ingress resource. | `{}` |
| `query.ingress.labels` | Additional label for the Ingress resource. | `{}` |
| `query.ingress.annotations` | Additional annotations for the Ingress resource. To enable certificate autogeneration, place here your cert-manager annotations. | `{}` |
| `query.ingress.extraHosts` | The list of additional hostnames to be covered with this ingress record. | `[]` |
| `query.ingress.extraTls` | The tls configuration for additional hostnames to be covered with this ingress record. | `[]` |
Expand Down

0 comments on commit 6514c54

Please sign in to comment.