Skip to content

Commit

Permalink
update thanos ruler portName (#629)
Browse files Browse the repository at this point in the history
  • Loading branch information
trouaux authored Feb 6, 2025
1 parent 554e269 commit 2a69034
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
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.1.9
version: 0.1.10
# thanos-release
appVersion: v0.35.0
keywords:
Expand Down
1 change: 1 addition & 0 deletions thanos/charts/templates/ruler/ruler.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ spec:
externalPrefix: {{ .Values.thanos.ruler.externalPrefix }}
routePrefix: {{ .Values.thanos.ruler.externalPrefix }}
{{- end }}
portName: http
podMetadata:
labels:
{{- include "plugin.labels" . | nindent 6 }}
Expand Down
4 changes: 2 additions & 2 deletions thanos/plugindefinition.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ spec:
helmChart:
name: thanos
repository: "oci://ghcr.io/cloudoperators/greenhouse-extensions/charts"
version: 0.1.9
version: 0.1.10
options:
- default: null
description: CLI param for Thanos Query
Expand Down Expand Up @@ -119,4 +119,4 @@ spec:
description: TLS key for communication with Alertmanager
required: false
type: secret
version: 0.2.9
version: 0.2.10

0 comments on commit 2a69034

Please sign in to comment.