mirror of
https://github.com/bitnami/charts.git
synced 2026-03-16 06:47:30 +08:00
@@ -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>
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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 }}
|
||||
|
||||
@@ -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 }}
|
||||
|
||||
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user