File tree Expand file tree Collapse file tree 10 files changed +8
-28
lines changed
Expand file tree Collapse file tree 10 files changed +8
-28
lines changed Original file line number Diff line number Diff line change @@ -11,9 +11,7 @@ maintainers:
1111name : thanos
1212sources :
1313 - https://github.com/cloudoperators/greenhouse-extensions
14- version : 0.2.2
15- # thanos-release
16- appVersion : v0.37.2
14+ version : 0.2.3
1715keywords :
1816 - thanos
1917 - storage
Original file line number Diff line number Diff line change 1- # SPDX-FileCopyrightText: 2024 SAP SE or an SAP affiliate company and Greenhouse contributors
2- # SPDX-License-Identifier: Apache-2.0
3-
41{{ if and .Values.thanos.compactor.enabled (not .Values.thanos.query.standalone) }}
52apiVersion : v1
63kind : Service
Original file line number Diff line number Diff line change 1- # SPDX-FileCopyrightText: 2024 SAP SE or an SAP affiliate company and Greenhouse contributors
2- # SPDX-License-Identifier: Apache-2.0
3-
41{{ if and .Values.thanos.compactor.enabled (not .Values.thanos.query.standalone) }}
52apiVersion : apps/v1
63kind : Deployment
5552 {{- range .Values.thanos.compactor.additionalArgs }}
5653 - {{ . }}
5754 {{- end }}
58- image : " {{ .Values.thanos.image.repository }}:{{ .Values.thanos.image.tag | default .Chart.AppVersion }}"
55+ image : " {{ .Values.thanos.image.repository }}:{{ .Values.thanos.image.tag }}"
5956 imagePullPolicy : {{ default "IfNotPresent" .Values.thanos.image.pullPolicy }}
6057 name : compactor
6158 ports :
Original file line number Diff line number Diff line change 1- # SPDX-FileCopyrightText: 2024 SAP SE or an SAP affiliate company and Greenhouse contributors
2- # SPDX-License-Identifier: Apache-2.0
3-
41{{ if and .Values.thanos.compactor.enabled (not .Values.thanos.query.standalone) }}
52apiVersion : v1
63kind : PersistentVolumeClaim
Original file line number Diff line number Diff line change 6565 - --store=prometheus-operated:10901
6666 - --store={{ include "release.name" . }}-store:{{ default "10901" .Values.thanos.grpcAddress }}
6767 {{- end }}
68- image : " {{ .Values.thanos.image.repository }}:{{ .Values.thanos.image.tag | default .Chart.AppVersion }}"
68+ image : " {{ .Values.thanos.image.repository }}:{{ .Values.thanos.image.tag }}"
6969 imagePullPolicy : {{ default "IfNotPresent" .Values.thanos.image.pullPolicy }}
7070 livenessProbe :
7171 failureThreshold : 2
Original file line number Diff line number Diff line change 1- # SPDX-FileCopyrightText: 2024 SAP SE or an SAP affiliate company and Greenhouse contributors
2- # SPDX-License-Identifier: Apache-2.0
3-
41{{ if and (.Capabilities.APIVersions.Has "monitoring.coreos.com/v1") .Values.thanos.ruler.enabled (not .Values.thanos.query.standalone) }}
52apiVersion : monitoring.coreos.com/v1
63kind : ThanosRuler
74metadata :
85 # FullName = thanos-ruler-<name>
96 name : {{ include "release.name" . }}
107spec :
11- image : " {{ .Values.thanos.image.repository }}:{{ .Values.thanos.image.tag | default .Chart.AppVersion }}"
8+ image : " {{ .Values.thanos.image.repository }}:{{ .Values.thanos.image.tag }}"
129 {{- if .Values.thanos.ruler.externalPrefix }}
1310 externalPrefix : {{ .Values.thanos.ruler.externalPrefix }}
1411 routePrefix : {{ .Values.thanos.ruler.externalPrefix }}
Original file line number Diff line number Diff line change 1- # SPDX-FileCopyrightText: 2024 SAP SE or an SAP affiliate company and Greenhouse contributors
2- # SPDX-License-Identifier: Apache-2.0
3-
41{{ if and .Values.thanos.store.enabled (not .Values.thanos.query.standalone) }}
52apiVersion : v1
63kind : Service
Original file line number Diff line number Diff line change 1- # SPDX-FileCopyrightText: 2024 SAP SE or an SAP affiliate company and Greenhouse contributors
2- # SPDX-License-Identifier: Apache-2.0
3-
41{{ if and .Values.thanos.store.enabled (not .Values.thanos.query.standalone) }}
52apiVersion : apps/v1
63kind : Deployment
5047 {{- range .Values.thanos.store.additionalArgs }}
5148 - {{ . }}
5249 {{- end }}
53- image : " {{ .Values.thanos.image.repository }}:{{ .Values.thanos.image.tag | default .Chart.AppVersion }}"
50+ image : " {{ .Values.thanos.image.repository }}:{{ .Values.thanos.image.tag }}"
5451 imagePullPolicy : {{ default "IfNotPresent" .Values.thanos.image.pullPolicy }}
5552 livenessProbe :
5653 failureThreshold : 2
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ thanos:
1212 image :
1313 repository : quay.io/thanos/thanos
1414 # defaults to .Chart.appVersion
15- tag :
15+ tag : v0.37.2
1616 # defaults to IfNotPresent
1717 pullPolicy :
1818 grpcAddress :
Original file line number Diff line number Diff line change @@ -6,12 +6,12 @@ kind: PluginDefinition
66metadata :
77 name : thanos
88spec :
9- version : 0.3.2
9+ version : 0.3.3
1010 description : thanos
1111 helmChart :
1212 name : thanos
1313 repository : " oci://ghcr.io/cloudoperators/greenhouse-extensions/charts"
14- version : 0.2.2
14+ version : 0.2.3
1515 options :
1616 - default : null
1717 description : CLI param for Thanos Query
You can’t perform that action at this time.
0 commit comments