Skip to content

Commit 106abd8

Browse files
Ani1357svcAPLBot
andauthored
feat: using Thanos image from quay registry instead of bitnami (#2568)
Co-authored-by: svcAPLBot <[email protected]>
1 parent ab2f41d commit 106abd8

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

values/thanos/thanos.gotmpl

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,15 @@
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
2936
compactor:
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

0 commit comments

Comments
 (0)