Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion thanos/charts/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ maintainers:
name: thanos
sources:
- https://github.com/cloudoperators/greenhouse-extensions
version: 0.7.4
version: 0.7.5
keywords:
- thanos
- storage
Expand Down
3 changes: 2 additions & 1 deletion thanos/charts/templates/ruler/ruler.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ spec:
topologyKey: kubernetes.io/hostname
{{- if .Values.thanos.ruler.alertRelabelConfigs }}
alertRelabelConfigs:
thanos-ruler-{{ include "release.name" . }}-alert-relabel-config: alert-relabel-configs.yaml
key : alert-relabel-configs.yaml
name: thanos-ruler-{{ include "release.name" . }}-alert-relabel-config
{{- end }}
image: "{{ .Values.thanos.image.repository }}:{{ .Values.thanos.image.tag }}"
{{- if .Values.thanos.ruler.externalPrefix }}
Expand Down
4 changes: 2 additions & 2 deletions thanos/plugindefinition.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ kind: PluginDefinition
metadata:
name: thanos
spec:
version: 0.7.4
version: 0.7.5
description: thanos
helmChart:
name: thanos
repository: "oci://ghcr.io/cloudoperators/greenhouse-extensions/charts"
version: 0.7.4
version: 0.7.5
options:
- default: null
description: CLI param for Thanos Query
Expand Down
Loading