[bitnami/thanos] Revert #29673 (#29763)

This commit is contained in:
Miguel Ruiz
2024-10-08 08:41:55 +02:00
committed by GitHub
parent bc840b623c
commit 0e20117044
5 changed files with 7 additions and 9 deletions

View File

@@ -1,8 +1,12 @@
# Changelog
## 15.7.27 (2024-10-02)
## 15.7.28 (2024-10-03)
* [bitnami/thanos] Release 15.7.27 ([#29720](https://github.com/bitnami/charts/pull/29720))
* [bitnami/thanos] Revert #29673 ([#29763](https://github.com/bitnami/charts/pull/29763))
## <small>15.7.27 (2024-10-02)</small>
* [bitnami/thanos] Release 15.7.27 (#29720) ([cd99907](https://github.com/bitnami/charts/commit/cd999075fe633956019ac142dd7965deba5aea09)), closes [#29720](https://github.com/bitnami/charts/issues/29720)
## <small>15.7.26 (2024-10-02)</small>

View File

@@ -35,4 +35,4 @@ maintainers:
name: thanos
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/thanos
version: 15.7.27
version: 15.7.28

View File

@@ -23,9 +23,7 @@ spec:
{{- end }}
revisionHistoryLimit: {{ .Values.receive.revisionHistoryLimit }}
podManagementPolicy: {{ .Values.receive.podManagementPolicy }}
{{- if .Values.receive.service.additionalHeadless }}
serviceName: {{ include "thanos.receive.fullname" . }}-headless
{{- end }}
{{- if .Values.receive.updateStrategy }}
updateStrategy: {{- toYaml .Values.receive.updateStrategy | nindent 4 }}
{{- end }}

View File

@@ -20,9 +20,7 @@ spec:
{{- end }}
revisionHistoryLimit: {{ .Values.ruler.revisionHistoryLimit }}
podManagementPolicy: {{ .Values.ruler.podManagementPolicy }}
{{- if .Values.ruler.service.additionalHeadless }}
serviceName: {{ include "thanos.ruler.fullname" . }}-headless
{{- end }}
{{- if .Values.ruler.updateStrategy }}
updateStrategy: {{- toYaml .Values.ruler.updateStrategy | nindent 4 }}
{{- end }}

View File

@@ -20,9 +20,7 @@ spec:
{{- end }}
revisionHistoryLimit: {{ .Values.storegateway.revisionHistoryLimit }}
podManagementPolicy: {{ .Values.storegateway.podManagementPolicy }}
{{- if .Values.storegateway.service.additionalHeadless }}
serviceName: {{ include "thanos.storegateway.fullname" . }}-headless
{{- end }}
{{- if .Values.storegateway.updateStrategy }}
updateStrategy: {{- toYaml .Values.storegateway.updateStrategy | nindent 4 }}
{{- end }}