Skip to content

Commit c79b4c7

Browse files
authored
fix(thanos) fix svc label selector (#625)
* fix svc label selector
1 parent 9a509d9 commit c79b4c7

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

thanos/charts/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ maintainers:
1111
name: thanos
1212
sources:
1313
- https://github.com/cloudoperators/greenhouse-extensions
14-
version: 0.1.6
14+
version: 0.1.7
1515
# thanos-release
1616
appVersion: v0.35.0
1717
keywords:

thanos/charts/templates/ruler/ruler-svc.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,4 @@ spec:
2626
protocol: TCP
2727
targetPort: http
2828
selector:
29-
app.kubernetes.io/managed-by: {{ include "release.name" . }}
30-
app.kubernetes.io/name: ruler
29+
app.kubernetes.io/name: thanos-ruler

thanos/plugindefinition.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ spec:
1010
helmChart:
1111
name: thanos
1212
repository: "oci://ghcr.io/cloudoperators/greenhouse-extensions/charts"
13-
version: 0.1.6
13+
version: 0.1.7
1414
options:
1515
- default: null
1616
description: CLI param for Thanos Query
@@ -103,4 +103,4 @@ spec:
103103
description: TLS key for communication with Alertmanager
104104
required: false
105105
type: secret
106-
version: 0.2.6
106+
version: 0.2.7

0 commit comments

Comments
 (0)