Skip to content

Commit f7da22f

Browse files
authored
Merge pull request #287 from thanos-io/update-version-v0.28.1
*: Update version to v0.28.1 and regenerate
2 parents 5c8b734 + 9692614 commit f7da22f

72 files changed

Lines changed: 141 additions & 113 deletions

File tree

Some content is hidden

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

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ local commonConfig = {
7777
config+:: {
7878
local cfg = self,
7979
namespace: 'thanos',
80-
version: 'v0.24.0',
80+
version: 'v0.28.1',
8181
image: 'quay.io/thanos/thanos:' + cfg.version,
8282
imagePullPolicy: 'IfNotPresent',
8383
objectStorageConfig: {
@@ -104,6 +104,7 @@ local i = t.receiveIngestor(commonConfig.config {
104104
replicationFactor: 1,
105105
// Disable shipping to object storage for the purposes of this example
106106
objectStorageConfig: null,
107+
serviceMonitor: true,
107108
});
108109
109110
local r = t.receiveRouter(commonConfig.config {

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.26.0',
9+
version: 'v0.28.1',
1010
image: 'quay.io/thanos/thanos:' + cfg.version,
1111
replicaLabels: ['prometheus_replica', 'rule_replica'],
1212
objectStorageConfig: {

example.jsonnet

Lines changed: 2 additions & 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.24.0',
9+
version: 'v0.28.1',
1010
image: 'quay.io/thanos/thanos:' + cfg.version,
1111
imagePullPolicy: 'IfNotPresent',
1212
objectStorageConfig: {
@@ -33,6 +33,7 @@ local i = t.receiveIngestor(commonConfig.config {
3333
replicationFactor: 1,
3434
// Disable shipping to object storage for the purposes of this example
3535
objectStorageConfig: null,
36+
serviceMonitor: true,
3637
});
3738

3839
local r = t.receiveRouter(commonConfig.config {

examples/all/manifests/thanos-bucket-deployment.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-bucket-debugging
66
app.kubernetes.io/instance: thanos-bucket
77
app.kubernetes.io/name: thanos-bucket
8-
app.kubernetes.io/version: v0.26.0
8+
app.kubernetes.io/version: v0.28.1
99
name: thanos-bucket
1010
namespace: thanos
1111
spec:
@@ -21,7 +21,7 @@ spec:
2121
app.kubernetes.io/component: object-store-bucket-debugging
2222
app.kubernetes.io/instance: thanos-bucket
2323
app.kubernetes.io/name: thanos-bucket
24-
app.kubernetes.io/version: v0.26.0
24+
app.kubernetes.io/version: v0.28.1
2525
spec:
2626
containers:
2727
- args:
@@ -49,7 +49,7 @@ spec:
4949
valueFrom:
5050
fieldRef:
5151
fieldPath: status.hostIP
52-
image: quay.io/thanos/thanos:v0.26.0
52+
image: quay.io/thanos/thanos:v0.28.1
5353
imagePullPolicy: IfNotPresent
5454
livenessProbe:
5555
failureThreshold: 4

examples/all/manifests/thanos-bucket-replicate-deployment.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-bucket-replicate
66
app.kubernetes.io/instance: thanos-bucket-replicate
77
app.kubernetes.io/name: thanos-bucket-replicate
8-
app.kubernetes.io/version: v0.26.0
8+
app.kubernetes.io/version: v0.28.1
99
name: thanos-bucket-replicate
1010
namespace: thanos
1111
spec:
@@ -21,7 +21,7 @@ spec:
2121
app.kubernetes.io/component: object-store-bucket-replicate
2222
app.kubernetes.io/instance: thanos-bucket-replicate
2323
app.kubernetes.io/name: thanos-bucket-replicate
24-
app.kubernetes.io/version: v0.26.0
24+
app.kubernetes.io/version: v0.28.1
2525
spec:
2626
containers:
2727
- args:
@@ -57,7 +57,7 @@ spec:
5757
valueFrom:
5858
fieldRef:
5959
fieldPath: status.hostIP
60-
image: quay.io/thanos/thanos:v0.26.0
60+
image: quay.io/thanos/thanos:v0.28.1
6161
imagePullPolicy: IfNotPresent
6262
livenessProbe:
6363
failureThreshold: 4

examples/all/manifests/thanos-bucket-replicate-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-bucket-replicate
66
app.kubernetes.io/instance: thanos-bucket-replicate
77
app.kubernetes.io/name: thanos-bucket-replicate
8-
app.kubernetes.io/version: v0.26.0
8+
app.kubernetes.io/version: v0.28.1
99
name: thanos-bucket-replicate
1010
namespace: thanos
1111
spec:

examples/all/manifests/thanos-bucket-replicate-serviceAccount.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ metadata:
66
app.kubernetes.io/component: object-store-bucket-replicate
77
app.kubernetes.io/instance: thanos-bucket-replicate
88
app.kubernetes.io/name: thanos-bucket-replicate
9-
app.kubernetes.io/version: v0.26.0
9+
app.kubernetes.io/version: v0.28.1
1010
name: thanos-bucket-replicate
1111
namespace: thanos

examples/all/manifests/thanos-bucket-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-bucket-debugging
66
app.kubernetes.io/instance: thanos-bucket
77
app.kubernetes.io/name: thanos-bucket
8-
app.kubernetes.io/version: v0.26.0
8+
app.kubernetes.io/version: v0.28.1
99
name: thanos-bucket
1010
namespace: thanos
1111
spec:

examples/all/manifests/thanos-bucket-serviceAccount.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ metadata:
66
app.kubernetes.io/component: object-store-bucket-debugging
77
app.kubernetes.io/instance: thanos-bucket
88
app.kubernetes.io/name: thanos-bucket
9-
app.kubernetes.io/version: v0.26.0
9+
app.kubernetes.io/version: v0.28.1
1010
name: thanos-bucket
1111
namespace: thanos

examples/all/manifests/thanos-compact-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: database-compactor
66
app.kubernetes.io/instance: thanos-compact
77
app.kubernetes.io/name: thanos-compact
8-
app.kubernetes.io/version: v0.26.0
8+
app.kubernetes.io/version: v0.28.1
99
name: thanos-compact
1010
namespace: thanos
1111
spec:

0 commit comments

Comments
 (0)