Skip to content

Commit c8f6a6d

Browse files
committed
*: update thanos version to v0.18.0
Signed-off-by: Damien Grisonnet <[email protected]>
1 parent 3071cb2 commit c8f6a6d

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+71
-71
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ local commonConfig = {
7676
config+:: {
7777
local cfg = self,
7878
namespace: 'thanos',
79-
version: 'v0.17.2',
79+
version: 'v0.18.0',
8080
image: 'quay.io/thanos/thanos:' + cfg.version,
8181
objectStorageConfig: {
8282
name: 'thanos-objectstorage',

all.jsonnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ local t = import 'kube-thanos/thanos.libsonnet';
66
local commonConfig = {
77
local cfg = self,
88
namespace: 'thanos',
9-
version: 'v0.17.2',
9+
version: 'v0.18.0',
1010
image: 'quay.io/thanos/thanos:' + cfg.version,
1111
replicaLabels: ['prometheus_replica', 'rule_replica'],
1212
objectStorageConfig: {

example.jsonnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ local commonConfig = {
66
config+:: {
77
local cfg = self,
88
namespace: 'thanos',
9-
version: 'v0.17.2',
9+
version: 'v0.18.0',
1010
image: 'quay.io/thanos/thanos:' + cfg.version,
1111
objectStorageConfig: {
1212
name: 'thanos-objectstorage',

examples/all/manifests/store-shard0-service.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
app.kubernetes.io/component: object-store-gateway
66
app.kubernetes.io/instance: thanos-store-0
77
app.kubernetes.io/name: thanos-store
8-
app.kubernetes.io/version: v0.17.2
8+
app.kubernetes.io/version: v0.18.0
99
store.observatorium.io/shard: shard-0
1010
name: thanos-store-0
1111
namespace: thanos

examples/all/manifests/store-shard0-statefulSet.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
app.kubernetes.io/component: object-store-gateway
66
app.kubernetes.io/instance: thanos-store-0
77
app.kubernetes.io/name: thanos-store
8-
app.kubernetes.io/version: v0.17.2
8+
app.kubernetes.io/version: v0.18.0
99
store.observatorium.io/shard: shard-0
1010
name: thanos-store-0
1111
namespace: thanos
@@ -24,7 +24,7 @@ spec:
2424
app.kubernetes.io/component: object-store-gateway
2525
app.kubernetes.io/instance: thanos-store-0
2626
app.kubernetes.io/name: thanos-store
27-
app.kubernetes.io/version: v0.17.2
27+
app.kubernetes.io/version: v0.18.0
2828
store.observatorium.io/shard: shard-0
2929
spec:
3030
affinity:
@@ -111,7 +111,7 @@ spec:
111111
secretKeyRef:
112112
key: thanos.yaml
113113
name: thanos-objectstorage
114-
image: quay.io/thanos/thanos:v0.17.2
114+
image: quay.io/thanos/thanos:v0.18.0
115115
livenessProbe:
116116
failureThreshold: 8
117117
httpGet:

examples/all/manifests/store-shard1-service.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
app.kubernetes.io/component: object-store-gateway
66
app.kubernetes.io/instance: thanos-store-1
77
app.kubernetes.io/name: thanos-store
8-
app.kubernetes.io/version: v0.17.2
8+
app.kubernetes.io/version: v0.18.0
99
store.observatorium.io/shard: shard-1
1010
name: thanos-store-1
1111
namespace: thanos

examples/all/manifests/store-shard1-statefulSet.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
app.kubernetes.io/component: object-store-gateway
66
app.kubernetes.io/instance: thanos-store-1
77
app.kubernetes.io/name: thanos-store
8-
app.kubernetes.io/version: v0.17.2
8+
app.kubernetes.io/version: v0.18.0
99
store.observatorium.io/shard: shard-1
1010
name: thanos-store-1
1111
namespace: thanos
@@ -24,7 +24,7 @@ spec:
2424
app.kubernetes.io/component: object-store-gateway
2525
app.kubernetes.io/instance: thanos-store-1
2626
app.kubernetes.io/name: thanos-store
27-
app.kubernetes.io/version: v0.17.2
27+
app.kubernetes.io/version: v0.18.0
2828
store.observatorium.io/shard: shard-1
2929
spec:
3030
affinity:
@@ -111,7 +111,7 @@ spec:
111111
secretKeyRef:
112112
key: thanos.yaml
113113
name: thanos-objectstorage
114-
image: quay.io/thanos/thanos:v0.17.2
114+
image: quay.io/thanos/thanos:v0.18.0
115115
livenessProbe:
116116
failureThreshold: 8
117117
httpGet:

examples/all/manifests/store-shard2-service.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
app.kubernetes.io/component: object-store-gateway
66
app.kubernetes.io/instance: thanos-store-2
77
app.kubernetes.io/name: thanos-store
8-
app.kubernetes.io/version: v0.17.2
8+
app.kubernetes.io/version: v0.18.0
99
store.observatorium.io/shard: shard-2
1010
name: thanos-store-2
1111
namespace: thanos

examples/all/manifests/store-shard2-statefulSet.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
app.kubernetes.io/component: object-store-gateway
66
app.kubernetes.io/instance: thanos-store-2
77
app.kubernetes.io/name: thanos-store
8-
app.kubernetes.io/version: v0.17.2
8+
app.kubernetes.io/version: v0.18.0
99
store.observatorium.io/shard: shard-2
1010
name: thanos-store-2
1111
namespace: thanos
@@ -24,7 +24,7 @@ spec:
2424
app.kubernetes.io/component: object-store-gateway
2525
app.kubernetes.io/instance: thanos-store-2
2626
app.kubernetes.io/name: thanos-store
27-
app.kubernetes.io/version: v0.17.2
27+
app.kubernetes.io/version: v0.18.0
2828
store.observatorium.io/shard: shard-2
2929
spec:
3030
affinity:
@@ -111,7 +111,7 @@ spec:
111111
secretKeyRef:
112112
key: thanos.yaml
113113
name: thanos-objectstorage
114-
image: quay.io/thanos/thanos:v0.17.2
114+
image: quay.io/thanos/thanos:v0.18.0
115115
livenessProbe:
116116
failureThreshold: 8
117117
httpGet:

examples/all/manifests/store-shards-serviceMonitor.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
app.kubernetes.io/component: object-store-gateway
66
app.kubernetes.io/instance: thanos-store
77
app.kubernetes.io/name: thanos-store
8-
app.kubernetes.io/version: v0.17.2
8+
app.kubernetes.io/version: v0.18.0
99
name: thanos-store
1010
namespace: thanos
1111
spec:

0 commit comments

Comments
 (0)