Skip to content

Commit

Permalink
[bitnami/thanos] Added apiVersion and kind to volumeClaimTemplates (#…
Browse files Browse the repository at this point in the history
…29200)

* #29178 Added apiVersion and kind to volumeClaimTemplates

Signed-off-by: Goran Tepšić <[email protected]>

* Bumped chart version

Signed-off-by: Goran Tepšić <[email protected]>

* Update CHANGELOG.md

Signed-off-by: Bitnami Containers <[email protected]>

* Update CHANGELOG.md

Signed-off-by: Bitnami Containers <[email protected]>

---------

Signed-off-by: Goran Tepšić <[email protected]>
Signed-off-by: Bitnami Containers <[email protected]>
Co-authored-by: Bitnami Containers <[email protected]>
  • Loading branch information
pentago and bitnami-bot authored Sep 5, 2024
1 parent e007f69 commit 44aca55
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 8 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.7.23 (2024-08-27)
## 15.7.24 (2024-09-05)

* [bitnami/thanos] Release 15.7.23 ([#29068](https://github.com/bitnami/charts/pull/29068))
* [bitnami/thanos] Added apiVersion and kind to volumeClaimTemplates ([#29200](https://github.com/bitnami/charts/pull/29200))

## <small>15.7.23 (2024-08-27)</small>

* [bitnami/thanos] Release 15.7.23 (#29068) ([9ed3b18](https://github.com/bitnami/charts/commit/9ed3b1881f42b9058c89555ec6b52f521a52045b)), closes [#29068](https://github.com/bitnami/charts/issues/29068)

## <small>15.7.22 (2024-08-27)</small>

Expand Down
2 changes: 1 addition & 1 deletion bitnami/thanos/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ maintainers:
name: thanos
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/thanos
version: 15.7.23
version: 15.7.24
4 changes: 3 additions & 1 deletion bitnami/thanos/templates/receive/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,9 @@ spec:
{{- end }}
{{- end }}
volumeClaimTemplates:
- metadata:
- apiVersion: v1
kind: PersistentVolumeClaim
metadata:
name: data
{{- if .Values.receive.persistence.annotations }}
annotations: {{- include "common.tplvalues.render" ( dict "value" .Values.receive.persistence.annotations "context" $) | nindent 10 }}
Expand Down
4 changes: 3 additions & 1 deletion bitnami/thanos/templates/ruler/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,9 @@ spec:
{{- end }}
{{- end }}
volumeClaimTemplates:
- metadata:
- apiVersion: v1
kind: PersistentVolumeClaim
metadata:
name: data
{{- if .Values.ruler.persistence.annotations }}
annotations: {{- include "common.tplvalues.render" ( dict "value" .Values.ruler.persistence.annotations "context" $) | nindent 10 }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ spec:
regex: {{ $index }}
{{- if $.Values.storegateway.sharded.hashPartitioning.extraRelabelingConfigs }}
{{- $.Values.storegateway.sharded.hashPartitioning.extraRelabelingConfigs | toYaml | nindent 16 }}
{{- end }}
{{- end }}
{{- end }}
{{- if $timePartitioning }}
{{- $partion := (slice $.Values.storegateway.sharded.timePartitioning $index) | first }}
Expand Down Expand Up @@ -341,7 +341,9 @@ spec:
{{- end }}
{{- end }}
volumeClaimTemplates:
- metadata:
- apiVersion: v1
kind: PersistentVolumeClaim
metadata:
name: data
{{- if $.Values.storegateway.persistence.labels }}
labels: {{- include "common.tplvalues.render" ( dict "value" $.Values.storegateway.persistence.labels "context" $) | nindent 10 }}
Expand Down
4 changes: 3 additions & 1 deletion bitnami/thanos/templates/storegateway/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,9 @@ spec:
{{- end }}
{{- end }}
volumeClaimTemplates:
- metadata:
- apiVersion: v1
kind: PersistentVolumeClaim
metadata:
name: data
{{- if .Values.storegateway.persistence.labels }}
labels: {{- include "common.tplvalues.render" ( dict "value" .Values.storegateway.persistence.labels "context" $) | nindent 10 }}
Expand Down

0 comments on commit 44aca55

Please sign in to comment.