mirror of
https://github.com/bitnami/charts.git
synced 2026-03-16 06:47:30 +08:00
[bitnami/thanos] Added apiVersion and kind to volumeClaimTemplates (#29200)
* #29178 Added apiVersion and kind to volumeClaimTemplates Signed-off-by: Goran Tepšić <goran.tepsic@origo.is> * Bumped chart version Signed-off-by: Goran Tepšić <goran.tepsic@origo.is> * Update CHANGELOG.md Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> * Update CHANGELOG.md Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> --------- Signed-off-by: Goran Tepšić <goran.tepsic@origo.is> Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> Co-authored-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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 }}
|
||||
|
||||
@@ -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 }}
|
||||
|
||||
@@ -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 }}
|
||||
@@ -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 }}
|
||||
|
||||
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user