Skip to content

Commit ec38ee9

Browse files
alvneiayuTomHellierbitnami-bot
authored
bitnami/thanos template extraFlags in sharded statefulset storegateway like the template for non-sharded statefulset storegateway (#36360) (#1702)
* 36359: template extraFlags in sharded statefulset storegateway like the template for non-sharded statefulset storegateway * Update CHANGELOG.md * Update CHANGELOG.md --------- Signed-off-by: Tom Hellier <[email protected]> Signed-off-by: Bitnami Bot <[email protected]> Co-authored-by: Tom Hellier <[email protected]> Co-authored-by: Bitnami Bot <[email protected]>
1 parent e3e88ce commit ec38ee9

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

bitnami/thanos/CHANGELOG.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
# Changelog
22

3-
## 17.3.1 (2025-08-13)
3+
## 17.4.3 (2025-10-21)
44

5-
* [bitnami/thanos] :zap: :arrow_up: Update dependency references ([#35837](https://github.com/bitnami/charts/pull/35837))
5+
* bitnami/thanos template extraFlags in sharded statefulset storegateway like the template for non-sharded statefulset storegateway ([#36360](https://github.com/bitnami/charts/pull/36360))
6+
7+
## <small>17.3.1 (2025-08-13)</small>
8+
9+
* [bitnami/thanos] :zap: :arrow_up: Update dependency references (#35837) ([45fdbef](https://github.com/bitnami/charts/commit/45fdbef14937e342e0af545ca3c9fade84de8346)), closes [#35837](https://github.com/bitnami/charts/issues/35837)
610

711
## 17.3.0 (2025-08-13)
812

@@ -1526,7 +1530,7 @@
15261530

15271531
## <small>3.8.6 (2021-02-15)</small>
15281532

1529-
* [bitnami/thanos] fix query TLS client in a modular way (#5437) (#5457) ([bbbf490](https://github.com/bitnami/charts/commit/bbbf490439643e885529c1c4f25aeb7c9c29dc93)), closes [#5437](https://github.com/bitnami/charts/issues/5437) [#5457](https://github.com/bitnami/charts/issues/5457) [#5437](https://github.com/bitnami/charts/issues/5437) [#3988](https://github.com/bitnami/charts/issues/3988)
1533+
* [bitnami/thanos] fix query TLS client in a modular way (#5437) (#5457) ([bbbf490](https://github.com/bitnami/charts/commit/bbbf490439643e885529c1c4f25aeb7c9c29dc93)), closes [#5437](https://github.com/bitnami/charts/issues/5437) [#5457](https://github.com/bitnami/charts/issues/5457) [#5437](https://github.com/bitnami/charts/issues/5437)
15301534

15311535
## <small>3.8.5 (2021-02-12)</small>
15321536

bitnami/thanos/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,4 @@ maintainers:
4040
name: thanos
4141
sources:
4242
- https://github.com/bitnami/charts/tree/main/bitnami/thanos
43-
version: 17.4.2
43+
version: 17.4.3

bitnami/thanos/templates/storegateway/statefulset-sharded.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ spec:
210210
{{- end }}
211211
{{- end }}
212212
{{- if $.Values.storegateway.extraFlags }}
213-
{{- $.Values.storegateway.extraFlags | toYaml | nindent 12 }}
213+
{{- include "common.tplvalues.render" (dict "value" $.Values.storegateway.extraFlags "context" $) | nindent 12 }}
214214
{{- end }}
215215
{{- end }}
216216
{{- if $.Values.storegateway.extraEnvVars }}

0 commit comments

Comments
 (0)