Skip to content

Commit

Permalink
*: use 0.29.0 (#288)
Browse files Browse the repository at this point in the history
Move to the new version.

Signed-off-by: Giedrius Statkevičius <[email protected]>

Signed-off-by: Giedrius Statkevičius <[email protected]>
  • Loading branch information
GiedriusS authored Nov 3, 2022
1 parent f7da22f commit c5c9cd2
Show file tree
Hide file tree
Showing 72 changed files with 114 additions and 114 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ local commonConfig = {
config+:: {
local cfg = self,
namespace: 'thanos',
version: 'v0.28.1',
version: 'v0.29.0',
image: 'quay.io/thanos/thanos:' + cfg.version,
imagePullPolicy: 'IfNotPresent',
objectStorageConfig: {
Expand Down
2 changes: 1 addition & 1 deletion all.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ local t = import 'kube-thanos/thanos.libsonnet';
local commonConfig = {
local cfg = self,
namespace: 'thanos',
version: 'v0.28.1',
version: 'v0.29.0',
image: 'quay.io/thanos/thanos:' + cfg.version,
replicaLabels: ['prometheus_replica', 'rule_replica'],
objectStorageConfig: {
Expand Down
2 changes: 1 addition & 1 deletion example.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ local commonConfig = {
config+:: {
local cfg = self,
namespace: 'thanos',
version: 'v0.28.1',
version: 'v0.29.0',
image: 'quay.io/thanos/thanos:' + cfg.version,
imagePullPolicy: 'IfNotPresent',
objectStorageConfig: {
Expand Down
6 changes: 3 additions & 3 deletions examples/all/manifests/thanos-bucket-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
app.kubernetes.io/component: object-store-bucket-debugging
app.kubernetes.io/instance: thanos-bucket
app.kubernetes.io/name: thanos-bucket
app.kubernetes.io/version: v0.28.1
app.kubernetes.io/version: v0.29.0
name: thanos-bucket
namespace: thanos
spec:
Expand All @@ -21,7 +21,7 @@ spec:
app.kubernetes.io/component: object-store-bucket-debugging
app.kubernetes.io/instance: thanos-bucket
app.kubernetes.io/name: thanos-bucket
app.kubernetes.io/version: v0.28.1
app.kubernetes.io/version: v0.29.0
spec:
containers:
- args:
Expand Down Expand Up @@ -49,7 +49,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: status.hostIP
image: quay.io/thanos/thanos:v0.28.1
image: quay.io/thanos/thanos:v0.29.0
imagePullPolicy: IfNotPresent
livenessProbe:
failureThreshold: 4
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
app.kubernetes.io/component: object-store-bucket-replicate
app.kubernetes.io/instance: thanos-bucket-replicate
app.kubernetes.io/name: thanos-bucket-replicate
app.kubernetes.io/version: v0.28.1
app.kubernetes.io/version: v0.29.0
name: thanos-bucket-replicate
namespace: thanos
spec:
Expand All @@ -21,7 +21,7 @@ spec:
app.kubernetes.io/component: object-store-bucket-replicate
app.kubernetes.io/instance: thanos-bucket-replicate
app.kubernetes.io/name: thanos-bucket-replicate
app.kubernetes.io/version: v0.28.1
app.kubernetes.io/version: v0.29.0
spec:
containers:
- args:
Expand Down Expand Up @@ -57,7 +57,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: status.hostIP
image: quay.io/thanos/thanos:v0.28.1
image: quay.io/thanos/thanos:v0.29.0
imagePullPolicy: IfNotPresent
livenessProbe:
failureThreshold: 4
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
app.kubernetes.io/component: object-store-bucket-replicate
app.kubernetes.io/instance: thanos-bucket-replicate
app.kubernetes.io/name: thanos-bucket-replicate
app.kubernetes.io/version: v0.28.1
app.kubernetes.io/version: v0.29.0
name: thanos-bucket-replicate
namespace: thanos
spec:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ metadata:
app.kubernetes.io/component: object-store-bucket-replicate
app.kubernetes.io/instance: thanos-bucket-replicate
app.kubernetes.io/name: thanos-bucket-replicate
app.kubernetes.io/version: v0.28.1
app.kubernetes.io/version: v0.29.0
name: thanos-bucket-replicate
namespace: thanos
2 changes: 1 addition & 1 deletion examples/all/manifests/thanos-bucket-service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
app.kubernetes.io/component: object-store-bucket-debugging
app.kubernetes.io/instance: thanos-bucket
app.kubernetes.io/name: thanos-bucket
app.kubernetes.io/version: v0.28.1
app.kubernetes.io/version: v0.29.0
name: thanos-bucket
namespace: thanos
spec:
Expand Down
2 changes: 1 addition & 1 deletion examples/all/manifests/thanos-bucket-serviceAccount.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ metadata:
app.kubernetes.io/component: object-store-bucket-debugging
app.kubernetes.io/instance: thanos-bucket
app.kubernetes.io/name: thanos-bucket
app.kubernetes.io/version: v0.28.1
app.kubernetes.io/version: v0.29.0
name: thanos-bucket
namespace: thanos
2 changes: 1 addition & 1 deletion examples/all/manifests/thanos-compact-service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
app.kubernetes.io/component: database-compactor
app.kubernetes.io/instance: thanos-compact
app.kubernetes.io/name: thanos-compact
app.kubernetes.io/version: v0.28.1
app.kubernetes.io/version: v0.29.0
name: thanos-compact
namespace: thanos
spec:
Expand Down
2 changes: 1 addition & 1 deletion examples/all/manifests/thanos-compact-serviceAccount.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ metadata:
app.kubernetes.io/component: database-compactor
app.kubernetes.io/instance: thanos-compact
app.kubernetes.io/name: thanos-compact
app.kubernetes.io/version: v0.28.1
app.kubernetes.io/version: v0.29.0
name: thanos-compact
namespace: thanos
2 changes: 1 addition & 1 deletion examples/all/manifests/thanos-compact-serviceMonitor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
app.kubernetes.io/component: database-compactor
app.kubernetes.io/instance: thanos-compact
app.kubernetes.io/name: thanos-compact
app.kubernetes.io/version: v0.28.1
app.kubernetes.io/version: v0.29.0
name: thanos-compact
namespace: thanos
spec:
Expand Down
2 changes: 1 addition & 1 deletion examples/all/manifests/thanos-compact-shard0-service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
app.kubernetes.io/component: database-compactor
app.kubernetes.io/instance: thanos-compact-0
app.kubernetes.io/name: thanos-compact
app.kubernetes.io/version: v0.28.1
app.kubernetes.io/version: v0.29.0
compact.thanos.io/shard: shard-0
name: thanos-compact-0
namespace: thanos
Expand Down
6 changes: 3 additions & 3 deletions examples/all/manifests/thanos-compact-shard0-statefulSet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
app.kubernetes.io/component: database-compactor
app.kubernetes.io/instance: thanos-compact-0
app.kubernetes.io/name: thanos-compact
app.kubernetes.io/version: v0.28.1
app.kubernetes.io/version: v0.29.0
compact.thanos.io/shard: shard-0
name: thanos-compact-0
namespace: thanos
Expand All @@ -24,7 +24,7 @@ spec:
app.kubernetes.io/component: database-compactor
app.kubernetes.io/instance: thanos-compact-0
app.kubernetes.io/name: thanos-compact
app.kubernetes.io/version: v0.28.1
app.kubernetes.io/version: v0.29.0
compact.thanos.io/shard: shard-0
spec:
affinity:
Expand Down Expand Up @@ -86,7 +86,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: status.hostIP
image: quay.io/thanos/thanos:v0.28.1
image: quay.io/thanos/thanos:v0.29.0
imagePullPolicy: IfNotPresent
livenessProbe:
failureThreshold: 4
Expand Down
2 changes: 1 addition & 1 deletion examples/all/manifests/thanos-compact-shard1-service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
app.kubernetes.io/component: database-compactor
app.kubernetes.io/instance: thanos-compact-1
app.kubernetes.io/name: thanos-compact
app.kubernetes.io/version: v0.28.1
app.kubernetes.io/version: v0.29.0
compact.thanos.io/shard: shard-1
name: thanos-compact-1
namespace: thanos
Expand Down
6 changes: 3 additions & 3 deletions examples/all/manifests/thanos-compact-shard1-statefulSet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
app.kubernetes.io/component: database-compactor
app.kubernetes.io/instance: thanos-compact-1
app.kubernetes.io/name: thanos-compact
app.kubernetes.io/version: v0.28.1
app.kubernetes.io/version: v0.29.0
compact.thanos.io/shard: shard-1
name: thanos-compact-1
namespace: thanos
Expand All @@ -24,7 +24,7 @@ spec:
app.kubernetes.io/component: database-compactor
app.kubernetes.io/instance: thanos-compact-1
app.kubernetes.io/name: thanos-compact
app.kubernetes.io/version: v0.28.1
app.kubernetes.io/version: v0.29.0
compact.thanos.io/shard: shard-1
spec:
affinity:
Expand Down Expand Up @@ -86,7 +86,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: status.hostIP
image: quay.io/thanos/thanos:v0.28.1
image: quay.io/thanos/thanos:v0.29.0
imagePullPolicy: IfNotPresent
livenessProbe:
failureThreshold: 4
Expand Down
2 changes: 1 addition & 1 deletion examples/all/manifests/thanos-compact-shard2-service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
app.kubernetes.io/component: database-compactor
app.kubernetes.io/instance: thanos-compact-2
app.kubernetes.io/name: thanos-compact
app.kubernetes.io/version: v0.28.1
app.kubernetes.io/version: v0.29.0
compact.thanos.io/shard: shard-2
name: thanos-compact-2
namespace: thanos
Expand Down
6 changes: 3 additions & 3 deletions examples/all/manifests/thanos-compact-shard2-statefulSet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
app.kubernetes.io/component: database-compactor
app.kubernetes.io/instance: thanos-compact-2
app.kubernetes.io/name: thanos-compact
app.kubernetes.io/version: v0.28.1
app.kubernetes.io/version: v0.29.0
compact.thanos.io/shard: shard-2
name: thanos-compact-2
namespace: thanos
Expand All @@ -24,7 +24,7 @@ spec:
app.kubernetes.io/component: database-compactor
app.kubernetes.io/instance: thanos-compact-2
app.kubernetes.io/name: thanos-compact
app.kubernetes.io/version: v0.28.1
app.kubernetes.io/version: v0.29.0
compact.thanos.io/shard: shard-2
spec:
affinity:
Expand Down Expand Up @@ -86,7 +86,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: status.hostIP
image: quay.io/thanos/thanos:v0.28.1
image: quay.io/thanos/thanos:v0.29.0
imagePullPolicy: IfNotPresent
livenessProbe:
failureThreshold: 4
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ metadata:
app.kubernetes.io/component: database-compactor
app.kubernetes.io/instance: thanos-compact
app.kubernetes.io/name: thanos-compact
app.kubernetes.io/version: v0.28.1
app.kubernetes.io/version: v0.29.0
name: thanos-compact
namespace: thanos
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
app.kubernetes.io/component: database-compactor
app.kubernetes.io/instance: thanos-compact
app.kubernetes.io/name: thanos-compact
app.kubernetes.io/version: v0.28.1
app.kubernetes.io/version: v0.29.0
name: thanos-compact
namespace: thanos
spec:
Expand Down
6 changes: 3 additions & 3 deletions examples/all/manifests/thanos-compact-statefulSet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
app.kubernetes.io/component: database-compactor
app.kubernetes.io/instance: thanos-compact
app.kubernetes.io/name: thanos-compact
app.kubernetes.io/version: v0.28.1
app.kubernetes.io/version: v0.29.0
name: thanos-compact
namespace: thanos
spec:
Expand All @@ -22,7 +22,7 @@ spec:
app.kubernetes.io/component: database-compactor
app.kubernetes.io/instance: thanos-compact
app.kubernetes.io/name: thanos-compact
app.kubernetes.io/version: v0.28.1
app.kubernetes.io/version: v0.29.0
spec:
affinity:
podAntiAffinity:
Expand Down Expand Up @@ -76,7 +76,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: status.hostIP
image: quay.io/thanos/thanos:v0.28.1
image: quay.io/thanos/thanos:v0.29.0
imagePullPolicy: IfNotPresent
livenessProbe:
failureThreshold: 4
Expand Down
6 changes: 3 additions & 3 deletions examples/all/manifests/thanos-query-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
app.kubernetes.io/component: query-layer
app.kubernetes.io/instance: thanos-query
app.kubernetes.io/name: thanos-query
app.kubernetes.io/version: v0.28.1
app.kubernetes.io/version: v0.29.0
name: thanos-query
namespace: thanos
spec:
Expand All @@ -21,7 +21,7 @@ spec:
app.kubernetes.io/component: query-layer
app.kubernetes.io/instance: thanos-query
app.kubernetes.io/name: thanos-query
app.kubernetes.io/version: v0.28.1
app.kubernetes.io/version: v0.29.0
spec:
affinity:
podAntiAffinity:
Expand Down Expand Up @@ -69,7 +69,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: status.hostIP
image: quay.io/thanos/thanos:v0.28.1
image: quay.io/thanos/thanos:v0.29.0
imagePullPolicy: IfNotPresent
livenessProbe:
failureThreshold: 4
Expand Down
6 changes: 3 additions & 3 deletions examples/all/manifests/thanos-query-frontend-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
app.kubernetes.io/component: query-cache
app.kubernetes.io/instance: thanos-query-frontend
app.kubernetes.io/name: thanos-query-frontend
app.kubernetes.io/version: v0.28.1
app.kubernetes.io/version: v0.29.0
name: thanos-query-frontend
namespace: thanos
spec:
Expand All @@ -21,7 +21,7 @@ spec:
app.kubernetes.io/component: query-cache
app.kubernetes.io/instance: thanos-query-frontend
app.kubernetes.io/name: thanos-query-frontend
app.kubernetes.io/version: v0.28.1
app.kubernetes.io/version: v0.29.0
spec:
affinity:
podAntiAffinity:
Expand Down Expand Up @@ -85,7 +85,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: status.hostIP
image: quay.io/thanos/thanos:v0.28.1
image: quay.io/thanos/thanos:v0.29.0
imagePullPolicy: IfNotPresent
livenessProbe:
failureThreshold: 4
Expand Down
2 changes: 1 addition & 1 deletion examples/all/manifests/thanos-query-frontend-service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
app.kubernetes.io/component: query-cache
app.kubernetes.io/instance: thanos-query-frontend
app.kubernetes.io/name: thanos-query-frontend
app.kubernetes.io/version: v0.28.1
app.kubernetes.io/version: v0.29.0
name: thanos-query-frontend
namespace: thanos
spec:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ metadata:
app.kubernetes.io/component: query-cache
app.kubernetes.io/instance: thanos-query-frontend
app.kubernetes.io/name: thanos-query-frontend
app.kubernetes.io/version: v0.28.1
app.kubernetes.io/version: v0.29.0
name: thanos-query-frontend
namespace: thanos
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
app.kubernetes.io/component: query-cache
app.kubernetes.io/instance: thanos-query-frontend
app.kubernetes.io/name: thanos-query-frontend
app.kubernetes.io/version: v0.28.1
app.kubernetes.io/version: v0.29.0
name: thanos-query-frontend
namespace: thanos
spec:
Expand Down
2 changes: 1 addition & 1 deletion examples/all/manifests/thanos-query-service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
app.kubernetes.io/component: query-layer
app.kubernetes.io/instance: thanos-query
app.kubernetes.io/name: thanos-query
app.kubernetes.io/version: v0.28.1
app.kubernetes.io/version: v0.29.0
name: thanos-query
namespace: thanos
spec:
Expand Down
2 changes: 1 addition & 1 deletion examples/all/manifests/thanos-query-serviceAccount.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ metadata:
app.kubernetes.io/component: query-layer
app.kubernetes.io/instance: thanos-query
app.kubernetes.io/name: thanos-query
app.kubernetes.io/version: v0.28.1
app.kubernetes.io/version: v0.29.0
name: thanos-query
namespace: thanos
2 changes: 1 addition & 1 deletion examples/all/manifests/thanos-query-serviceMonitor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
app.kubernetes.io/component: query-layer
app.kubernetes.io/instance: thanos-query
app.kubernetes.io/name: thanos-query
app.kubernetes.io/version: v0.28.1
app.kubernetes.io/version: v0.29.0
name: thanos-query
namespace: thanos
spec:
Expand Down
Loading

0 comments on commit c5c9cd2

Please sign in to comment.