File tree Expand file tree Collapse file tree 1 file changed +11
-4
lines changed
Expand file tree Collapse file tree 1 file changed +11
-4
lines changed Original file line number Diff line number Diff line change 22{{- $t:= $v.apps.thanos }}
33
44{{- if $v.otomi.linodeLkeImageRepository }}
5- image:
6- registry: "{{- $v.otomi.linodeLkeImageRepository }}/docker"
5+ image:
6+ registry: "{{- $v.otomi.linodeLkeImageRepository }}/quay"
7+ repository: "thanos/thanos"
8+ tag: v0.36.1
9+ {{- else }}
10+ image:
11+ registry: "quay.io"
12+ repository: "thanos/thanos"
13+ tag: v0.36.1
714{{- end }}
815
916## @section Thanos Query parameters
@@ -28,7 +35,7 @@ queryFrontend:
2835## @section Thanos Compactor parameters
2936compactor:
3037 enabled: true
31- ## By default, there is NO retention set for object storage data. This means that data is stored forever,
38+ ## By default, there is NO retention set for object storage data. This means that data is stored forever,
3239 ## which is a valid and recommended way of running Thanos.
3340 retentionResolutionRaw: {{ $t.compactor.retentionResolutionRaw }}
3441 retentionResolution5m: {{ $t.compactor.retentionResolution5m }}
@@ -62,4 +69,4 @@ metrics:
6269 enabled: true
6370 namespace: monitoring
6471 labels:
65- prometheus: system
72+ prometheus: system
You can’t perform that action at this time.
0 commit comments